Releases: hyouteki/Colosseum-of-Tanks
Releases · hyouteki/Colosseum-of-Tanks
v1.0.0
General idea
- A desktop 2-player Tank shooter game built on
Java
using thelibGDX
library. - Mock-up of the Original Tank stars game.
Highlights
- 2 Player tank fighter game, aka Colosseum of Tanks.
- Can choose between 3 Tanks.
- Having multiple Missiles.
- Having Supply drops.
- Can save upto three games.
- Who doesn't love music.
How to play
- Download the
Source code (zip)
orSource code (tar.gz)
file. - Unpack it.
- Give gradlew execute permission using
chmod +x gradlew
. - Build the project in the root directory using
./gradlew desktop:dist
. - Run the game using
./gradlew desktop:run
. - Enjoy the game "Gladiators".