A 2D, top-down view game where the player can build their own tank and then drive it against other tanks (driven by either an AI or other players), with the objective of obliterating the enemy.
For most current documentation, there is a wiki article at http://wiki.narc.ro/a/Guns.
Uses PGU (Phil's pyGame Utilities) -- see http://code.google.com/p/pgu/. PGU is released under the GNU lesser GPL.
Uses Python-RSA -- see http://stuvel.eu/rsa. Python-RSA is released under the Apache License version 2.0.
Uses PyASN1 -- see http://pyasn1.sourceforge.net/. PyASN1 is released under the BSD 3-clause License
For convenience, these are included in the repository (thanks to it being so tiny).
The source code of Guns is provided freely and openly at its github project page. A final license for Guns has not been decided on yet, but will likely be open-source, though the game itself (packaged nicely) will also be sold for a small sum.
As a series of Python scripts, installing mostly involves just unpacking the game into some place. You will also want to install Python 2.7 and pyGame, if you wish to run a development version.
In future, there will be prettier packages available... probably.
Guns is being developed by a small team scattered across two continents:
- narc0tiq (Octav Sandulescu) from Romania,
- EzTargetUK (Steven Harrison) from the UK, and
- Ethrel (Nathaniel Heintz) from Canada.
We call ourselves Bull's Eye! Studio.
We accept contributions from outside the team -- if you have a patch you'd like us to incorporate, just make a pull request on the github project.
We are currently using Github for issue tracking. Feel free to add your bug reports, feature requests, etc. at https://github.com/bullseyestudio/guns-game/issues.