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.
- Host: GitHub
- URL: https://github.com/jacobious52/tanks
- Owner: Jacobious52
- License: mit
- Created: 2015-06-23T09:13:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T06:02:51.000Z (over 8 years ago)
- Last Synced: 2025-01-18T05:09:03.256Z (over 1 year ago)
- Topics: game, tank
- Language: C++
- Size: 905 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.



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