A Unity 3D based Windows Game.
Shapematch is an endless runner game developed during Microsoft code.fund.do 2016 within a timesapan of 24 hours. It is currently available on Windows Desktop platform only. During the gameplay, players are required to Match the shape of the player object with the hurdles. In case player is able to match the player object with similar hurdle object, the game continues as same. But if player mismatches, at any instant then the Game Ends and final score is determined on the basis of number of hurdles crossed.
To experience the gameplay follow the following simple steps :
- Clone the repo, or directly download the zip folder.
git clone https://github.com/mejanvijay/Match-The-Shape.git
- Go to shapes folder which contains the standalone game.
- Now simply run the executable shapes.exe.
If you wish to modify the code, then source-code is available in src folder. You will be requiring Unity 3D and Visual Studio installed on your system for the same.