A puzzle game based on stepping on a board. Initially just a game jam submission (Diyuse/GameJam2020), this game revolves around the concept of consequence for each move.
These instructions will get you the source code necessary to build and develop the game.
These software need to be installed:
- Unity Hub, newest version possible
- Unity, preferably 2019.4.8f1
- Special packages to have: Input System (version 1.0.0 at least) and Test Runner (verified version at least)
- IDE that supports C# and Unity, e.g. Visual Studio, Visual Studio Code (recommended)
- The necessary extensions and add-ons for that IDE: C# and Unity addons (recommended)
- Clone this repository to your computer.
- Use Unity Hub to add the cloned repo folder to your "Projects". Then click to open.
Use the in-built Unity builder for the game. Scenes to be included in the build path are
- Level
- Main Menu
Either run the game in the Unity editor, or run the executable built in previous step.
There are test suites in this project, mostly unit tests. Use the Unity Test Runner to run them.
To contribute, if you are not an invited collaborator, fork this repo and make your changes there. Then create a pull request.
- Song Yang - Initial work on the game jam idea and this repository - XsongyangX
This project is under a modified version of the MIT License.
- Special thanks to original game jam teammates: Diyuse, zcguan, JTMG19, Angelalalula