The BattleField Application simulates a battle between two or more armies using the rules of the 1d6 roleplaying system. 

Website: http://1d6.eu
Sourceforge Project: http://sourceforge.net/tracker/?group_id=199744&atid=970729

It is developed under Python 2.5 but should run under previous versions, too. 
BattleField uses the pyyaml library for storing object data in readable yaml files. 

To run it, just execute the file schlachtfeld.py, or use your python interpreter: 

python schlachtfeld.py

For documentation, please check the docs/ directory. 

Future plans are detailed in our Roadmap. 

For changes, please read our Changelog (compiled directly from svn log). 

