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 a927b8089f
Added limits to movement to prevent player from leaving screen; reduced game dimensions
1 year ago
src Added limits to movement to prevent player from leaving screen; reduced game dimensions 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