# Tank Game Blow up the other tanks, except they don't exist yet. ## Compile and run: `javac -d bin -cp bin src/main/main.java src/entities/PlayerBullet.java src/entities/player.java && java -cp bin main.Main`