Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 915 Bytes

File metadata and controls

43 lines (26 loc) · 915 Bytes

TankWars

A two player tank game written in Java! 😎

REQUIREMENTS

  • Java: OpenJDK 17+
  • Gradle: 4.4+
  • OS: Linux (Ubuntu/Debian)

QUICK START

Run the setup script to install all dependencies, build, and optionally launch the game:

./setup.sh

BUILDING

make build

RUNNING

make run

RUNNING (New build)

make clean-run

PLAYING

This is a turn by turn game

  • Choose muzzle velocity (controls speed of projectile)
  • Choose Quadrant Elevation (determines angle of the shot)
  • Press FIRE to shoot

Players continue until one tank is at 0 health