Teaching myself some Java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aaron Johnon fc715d2d11
Added debug and fixed bullet instantiation
1 year ago
src Added debug and fixed bullet instantiation 1 year ago
.gitignore A wild TANK GAME appears! 1 year ago
README.md Added debug and fixed bullet instantiation 1 year ago

README.md

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