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.
|
# 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`
|
|
|