Skip to content

gto76/tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TANKS!

Two player game

Alt text

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