game draft with python and 1d6
523c38253ab6 — Arne Babenhauserheide 9 years ago
longer README titles.
26ddca829aaf — Arne Babenhauserheide 9 years ago
add autotools distribution setup.

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~arnebab/hexbattle
read/write
ssh://hg@hg.sr.ht/~arnebab/hexbattle
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!