Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.28 KB

#Team AngryGoats ###Software Engineering 306 - Project 2

Welcome to our Repo! All information about the project can be found on the corresponding GitHub wiki.

Playing PHOBIA
If you just want to play phobia then do it online at the following link
https://monkeyman707.github.io/angrygoats

Final build
The final version is available on the Final branch

How to Build:

  • Clone this GitHub repository using the command in a git terminal (or equivalent terminal):

  • Once cloned, open up the Phobia folder within using a Unity Editor.

  • From there, click on the top toolbar:

    • File > Build Settings > Build and Run
  • The game should start playing once its finished building.

Prototype Build:

  • To play the earlier prototype build, go to our drive here.

  • Download the four files and open the file 'Prototype.html' in a browser.

    • NOTE: Google Chrome doesn't support Unity.
  • The project can also be opened and changed/run through the Unity editor from the Phobia folder, located in the repository.

Code:

  • To access the game code, view it from this github repository.
  • The prototype code is located on the prototype branch.