A simple 2D arcade-style game developed using Java.
Java 8 or higher installed on your system
Download all three files and place them in the same folder. Open Command Prompt in that folder by typing the folder's name in the search bar and hitting Enter. Then, run the following commands:
javac BrickBusterGame.java GameEngine.java BrickField.java
java BrickBusterGame