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.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 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