About the project
In this project I've worked on 1 of my first games in Unity. I've published the game on the Google Play Store as a closed alpha test. I can't share a github link because the project is private and still in development.
The goal of the game is to get to the end of the track in all levels.
The player can also create levels and easily publish them within the game.
In this project I worked on the parts below.
Map Builder
The player can create maps by using the map builder. It is easy to build a map fast thanks to the useful functions like undo, redo and copy / paste. The player can try the map out by pressing the play button. All position and scale data of the obstacles is stored locally in a json file.