tanks

Two player game

MIT License

Stars
4

TANKS!

Two player game

Made this one long time ago. The source of the final version got lost, so I added the compiled Windows binary to the project. It works in DOSBox (use ctrl F11/F12 to slow down/speed up the emulation).

How to run on…

Windows

  1. Download and install DOSBox
  2. Download and extract the game
  3. Double click run.bat

UNIX

$ sudo apt-get install dosbox
$ git clone https://github.com/gto76/tanks.git
$ cd tanks
$ echo "mount t $PWD/bin" >> ~/.dosbox/dosbox*.conf
$ dosbox -fullscreen -c "t:" -c "tanks!"

How to compile and run unfinished version

$ sudo apt-get install libglib2.0-dev
$ sudo apt-get install liballegro4-dev
$ git clone https://github.com/gto76/tanks.git
$ cd tanks
$ make
$ ./tanks