Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.76 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.76 KB

bear-step

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.

Getting Started

These instructions will get you the source code necessary to build and develop the game.

Prerequisities

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)

Opening the project

  1. Clone this repository to your computer.
  2. Use Unity Hub to add the cloned repo folder to your "Projects". Then click to open.

Building

Use the in-built Unity builder for the game. Scenes to be included in the build path are

  • Level
  • Main Menu

Running

Either run the game in the Unity editor, or run the executable built in previous step.

Testing

There are test suites in this project, mostly unit tests. Use the Unity Test Runner to run them.

Contributing

To contribute, if you are not an invited collaborator, fork this repo and make your changes there. Then create a pull request.

Authors

  • Song Yang - Initial work on the game jam idea and this repository - XsongyangX

License

This project is under a modified version of the MIT License.

Acknowledgements