Java game based on the Flash game "Big Battle Tanks".
How to run:
- Ensure you have the Java Runtime Environment and the Java Development Kit downloaded (Built on version 1.8.0_241)
- Open command prompt
- Change directories to the folder that this file is in
- Type javac *.java (This compiles the code)
- Type java TankGUI (This opens the GUI)
Originally created April 2020.