GitXplorerGitXplorer
J

Tanks

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
17e9f88e3e81f2dae624ec1894a2aa5b4a431eb8

Update README.md

JJacobious52 committed 7 years ago
Unverified
1e5a2956f9a34f617199d93b90dae563d087292f

Update README.md

committed 9 years ago
Unverified
65f426c51a7680c95bdd0263ffbc83a9b8909073

added runloop script

committed 9 years ago
Unverified
b66f5ce9f6f7f8f9e12d9d7aaec6feef99b67009

removed Wall because i was bad when i made dis

committed 9 years ago
Unverified
5c6d4a94bb1e1a276bf199c0035847eb7c849b84

Update README.md

committed 9 years ago
Unverified
aee996cd9878d9eeb98082f4def950a5a974b373

Added preview images

committed 9 years ago

README

The README file for this repository.

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.