Hexbattle
=========
A simple tactical RPG based on the 1d6 system (http://1w6.org) built on graphics from Battle for Wesnoth (http://wesnoth.org).
How to run Hexbattle
--------------------
Install python for your system (python_linux.tar.xz, python_windows.msi or python_osx.pkg).
Run
./hexbattle.py
Have fun!
Distribute Hexbattle
--------------------
If you got hexbattle from Mercurial you can create a tarball for distribution via autotools.
- Install GNU autoconf, GNU automake and GNU make.
- run ./bootstrap; ./configure; make dist
Happy Hacking!