https://github.com/gto76/tanks
Two player game
https://github.com/gto76/tanks
dosbox game tanks
Last synced: 6 months ago
JSON representation
Two player game
- Host: GitHub
- URL: https://github.com/gto76/tanks
- Owner: gto76
- License: mit
- Created: 2013-11-18T03:20:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T00:53:13.000Z (about 10 years ago)
- Last Synced: 2025-07-05T00:15:24.171Z (6 months ago)
- Topics: dosbox, game, tanks
- Language: C
- Homepage:
- Size: 2.38 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://sourceforge.net/projects/dosbox/files/latest/download?accel_key=56%3A1425822250%3Ahttp%253A//www.dosbox.com/download.php%253Fmain%253D1%3Ad55255fd%24a12400df8eebd87c25f5ab461bc8f735bfa63f2a&click_id=32fbcef4-c599-11e4-b7db-0200ac1d1d8b&source=accel)
2. Download and extract [the game](https://github.com/gto76/tanks/archive/master.zip)
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
```