TipsNTangos
Christopher Nixon: canixon@email.sc.edu
Nick Comfort: ncomfort@email.sc.edu
Taylor Singleton: ts21@email.sc.edu
Matthew Meadows: mkm3@email.sc.edu
Requirements to Run
This project requires a Windows 10 or Mac computer to run currently. The game requires the installation of Unity Hub and Unity. We request that the game be ran on a singe monitor for optimal results.
How to Edit
Clone the Repo, and from Unity Hub click add and select the folder for the newly downloaded repo. To edit make sure your using Unity Hub with Unity version 2020.3.0f1
How to Install
In the release panel on github under v1.0, click on the downloadable installer. There might be some security concerns by your firewall when running, this is due to not being officially recognzied by the antivirus and firewalls. Ignore these concerns and run the file anyways. You can scan the file for viruses if you’d like, but we have ensured the file is clean. This installer will automatically download and run the game. Once installed, double click to launch the game!
Controls
Move Forward : W
Move Left: A
Move Right: D
Move Backward: S
Swap Guns: Q
Fire Gun: Left Mouse Click
Reload Gun: R
Pause Game: Esc
Video
Project Description
TipsNTangos is an action adventure style shooter game containing multiple levels and boss interaction for the player. The player is provided multiple guns, each with their own different functionality that will give the player ways to change up their playstyle as they see fit.
More details provided in the link: https://github.com/SCCapstone/TipsNTangos/wiki/Project-Description
Testing
To run tests, open the project in unity. Once the project has loaded, go to Window -> General -> Test Runner. This will open a new Test Runner window.
For behavior test, make sure Play Mode is selected and then press Run All. This will run the behavior tests.
For unit tests, make sure Edit Mode is selected and then press Run All. This will run all of the unit tests.
For individual tests, select the test you want and hit run. This will run the selected test.
The test scripts are located under Assets -> Test folder. The behavior tests are located in the Behavior Test folder and the unit test are located in the Edit Mode folder.
Github Repo
Link to repo: Github Repo