Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 584 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 584 Bytes

Tanks

2 player tank game in terminal in c++ 98. Using only escape sequences for drawing. (no ncurses!) Has sound and music. Builds on Linux and OSX.

Title Image

Play Image

Terrain Image

##Usage:

Basic usage:

  • cd to cloned directory
  • make
  • chmod +x runforever.sh
  • ./runforever.sh

Detailed

make

  • all
  • test
  • game
  • clean
  • debug

run

  • ./game
  • ./game --help
  • ./game (args found in --help)

Sound files (.wav) are not included in the repo (too big). Game will run without them.