An open API service indexing awesome lists of open source software.

https://github.com/jacobious52/tanks

2 player tank game in terminal.
https://github.com/jacobious52/tanks

game tank

Last synced: 7 months ago
JSON representation

2 player tank game in terminal.

Awesome Lists containing this project

README

          

# 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](readme01.png)

![Play Image](readme02.png)

![Terrain Image](readme03.png)

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