Simple 2D game. The player controls a tank and shoot projectiles to destroy enemy tanks around the playfield.
You can play single (with 3 bots) or with you one friend on one PC.
- computer
- keyboard
- monitor
- Java 1.8 (not necessary fo windows version)
Windows
- Run "Tanks_launcher.exe" or
java -jar Tanks.jar
in "compiled_game/windows/" folder
Linux:
- Switch to jvm-8 (for example
archlinux-java set java-8-openjdk
) - Run
java -Djava.library.path=. -jar Tanks.jar
in "compiled_game/linux/" folder
- mouse
- "esc" - pause
- "w", "a", "s", "d" - movement
- "c" - shooting
- "up", "down", "left", "right" - movement
- "/" - shooting
- Java 1.8
- lwjgl 2.9.3 (open-source realization of OpenGl for Java)
- slick (2D Java Game Library) used only for loading images
- launch4j (Cross-platform Java executable wrapper)
link to documentation (doc/Gr7_Proj_StepanenkoN_MatviichukD.pdf)