Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 562 Bytes

TankWars

A two player tank game written in Java. My finest game in the Java language!

Important

Gradle needs to be 2.X+, to upgrade:

sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update
sudo apt-get install gradle-ppa

##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