This directory contains the files needed for the tanks.py demo.
It requires installation of pygsear and it's dependencies.

More information is available here:
http://www.nongnu.org/pygsear/


To run the game:

python tanks --help
for a list of options


python tanks.py -s
for the single player game or

python tanks.py
for multiplayer connection to the localhost

python tanks.py -h example.com -p 2424
for multiplayer connection to example.com port 2424

