Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 642 Bytes

File metadata and controls

15 lines (11 loc) · 642 Bytes

Red Square Game

This is a 2D game developed with Java.

How to run:

  • Git clone
  • Navigate to src folder in terminal or cmd
  • run command 'javac GameController.java'
  • run command 'java GameController'

Instructions on game rules:

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.

Preview:

alt text