		    MathMoon - A mathematical game

DESCRIPTION
-----------

MathMoon is a mathematical game written by Christian von Schultz,
aimed at children between (approximately) 10 and 12 years old. The
player has to go through a series of rooms, each holding a
mathematical task that must be successfully solved before
proceeding. All rooms must be passed within a fixed period of time,
for the player to "win".

For more information: http://skolwebben.tibro.se/~admcvs/mathmoon/


COPYRIGHT
---------

MathMoon is Copyright (C) 2005 Christian von Schultz
(schultz@linux.nu). It is licensed under the GNU General Public
License version 2 (see the COPYING file).


COMPILATION
-----------

 * GNU/Linux (and probably many other UNIX-like systems)

   I use Debian GNU/Linux (sarge) and GCC 3.4, but it should work on
   other systems too.

   1.   ./configure
   2.   make
   3.   make install

   You will need wxWidgets (http://www.wxwidgets.org/) version 2.4
   with "PrologIO" support enabled. You may need to recompile the
   wxWidgets library if your distribution doesn't ship with "PrologIO"
   support enabled. If you get errors about lexer.l and
   yy_current_buffer you could try the following (one line only):

     sed 's/yy_current_buffer/YY_CURRENT_BUFFER/g' src/common/lexer.l >
     /tmp/lexer.l && mv /tmp/lexer.l src/common/lexer.l

  * Windows

    I have never compiled for Windows using a Windows machine. If you
    succeed in doing that, please write a short summary of what you
    did, and I will include it here.

    Instructions for how to cross compile for Windows using a
    GNU/Linux machine can be found on the program web site.
