Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@hyouteki hyouteki released this 18 Mar 08:20
· 3 commits to main since this release
ccd9ca3

General idea

  • A desktop 2-player Tank shooter game built on Java using the libGDX 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) or Source 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".