Pyzzle Version 0.8 http://pyzzle.sourceforge.net
22-11-02

Pyzzle the open source multiplatform Myst/Riven interface style 
game engine.

Pyzzle is written by Andrew Jones (the_j10@users.sourceforge.net)
using Pygame (www.pygame.org) library.

Pyzzle comes with Orbis Tertius a small demo game.

############################################################################
      Running the demogame from source
############################################################################

- Linux and other unix like platforms:

	$ python demogame.py
	
	- Make sure your system has the below dependices installed.

- win32:
	double click on the demogame.py file

###########################################################################
      Dependices:
###########################################################################
Required to run from source

All platforms:
        - Pygame - 1.5.3 	http://www.pygame.org
	- Python - 2.2.1  	http://www.python.org
Linux:
	- SDL - 1.2.5  		http://www.libsdl.org
	- SDL_image - 1.2.2  	http://www.libsdl.org/projects/SDL_image
        - SDL_ttf -  2.05       http://www.libsdl.org/projects/SDL_ttf
        - SDL_mixer - 1.2.4 	http://www.libsdl.org/projects/SDL_mixer
        - SMPEG - 0.4.4  	http://www.lokigames.com/development/smpeg.php3

##########################################################################
        Credits
##########################################################################
Thanks to: Pete "ShredWheat" Shinners of Pygame
The Pygame community for advice and support.
Da Smith for the 'Gloom the Castle of Doom' test graphics.
Rivenwanderer for allowing me to use Envitde with Pyzzle.
Malefico for his endless patience with the code and for letting me use
Orbis as a rocking test environment.
Joe Fleming for the creating the 'static' mpeg.

The music was downloaded from www.myst.com

What the GPL licence means:
The GPL basically means you can use pyzzle in any project you want, but
if you make any changes or additions to pyzzle itself, those must be
released with a compatible license.

-----------------------------------------------------------------------

Please contact Andrew Jones (the_j10@users.sourceforge.net) with any
bug reports, running issues or questions.


