HACKERS HOWTO
-------------

If you want to hack around the game I would suggest you mail me,
so that we can channel our efforts to create one of the best
non-commercial strategy games for Linux.

Enough commercials :)

I am afraid, the documentation is currently a bit loose and being updated.
If you want to understand something of the game, have a look at the files
HowToPlay (explains some concepts), design (an old design draft for freelords)
and Internals (some more recent, but not yet finished documentation about
how the code works) in the documentation directory.
If you want to balance the armysets or something like this, there is currently
no documentation available. However, freelords uses plain xml for all data
files, so have a look at the current files, they should be quite
self-explaining. If you have any questions, mail one of the authors. Usually,
we _do_ answer _any_ questions, it is not as if we had no time. :)

Directories:

freelords		
    - po           // contains localization files      			
    - dat	   // contains various data-files
    - doc	   // contains outdated specification & HowToPlay file
    - src   	   // What could be in store here?
    - src/server   // Client & Server code
    
Have fun!!
