This is a 2D game developed with Java.
- Git clone
- Navigate to src folder in terminal or cmd
- run command 'javac GameController.java'
- run command 'java GameController'
This is a game where the player has to control his red square and save it from hitting "enemy" black squares that are moving about the "board." The player is controlled using the mouse. This is an endless game where you try to best your highscore. The highscore is the amount of time you survive for.