Implementation of endless runner game like Google T-Rex.
- GameMenu controls the game and is shown at the game start and after the GameOver scene.
- GamePlay contains the actual gameplay.
- GameOver appears once the player loses. It is notify the player that the game is over.
- Download/Clone the source code
- cd into the root directory
- Run ./gradlew build
- Run ./gradlew run