The Monster's Tower 0.10.

Your tower has been invaded by horrible humans. Devour all of them to
be freed from the menace. But stay out of their sight...

Requirements:
Recent version of Python, Pygame, and PyOpenGL. This game should work on Linux,
Windows, and Mac OSX (and any other OS that supports the dependencies) as
long as the preceeding requirements are met. However, all development was done
in Linux, so glitchs may be present in OSX and Windows.

Running the game:
on Linux, running the shell script "Monster_Tower" will start the game. On
other platforms, type "python game.py" from the code directory. You can change
the difficulty by adding a number after the script name. For example,
"Monster_Tower 1" is the normal difficulty, while "python game.py 4" will make
the game extremely difficult.

Playing the game:
Keyboard default buttons:
Use the arrow keys to move, space to devour, shift to devour messily.
Zoom in and out using PGUP/DN.
Esc to leave the game.

In each level, you need to hit space when close to each of the humans to eat them.
But don't stand in their beams of light! You're a creature of the darkness, and
don't handle light well. (If you lose all your health, you will restart the level.)

Using the editor:
(Note: the editor is not userfriendly...)
Run with python editor.py from the code directory.
Use space to toggle between wall and floor.
Use e to toggle enemies.
Use s to set the start position.
Use F1 to load a new level. Type the number of the level (example: 001) and hit
enter.
Use F5 to save the level.
Use F9 to create a new level. Type the width, hit enter, type the height, hit
enter, then type the number of the level, and hit enter.
For loading, saving, and creating a new level, there is no visual feedback.

Credits:
Evil Mr Henry

Code License:
Copyright (C) 2005 Free Software Foundation

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


Graphic License:
The graphics are from the WorldForge project, and are under the GPL. (v2 or
later)
