README!

This requires the QDGDF (Quick and Dirty Game Development Framework) lbrary.
It is under the GNU Public License and it is shipped with this game.
First, you must make the QDGDF library in the qdgdf/ folder.  Just type "make".
Then, move to the game folder qdpg/ and also type "make".
To run the game, you must specify a map as a command line paramater (eg: ./qdpg levels/level_1)...
	default maps are give in the qdpg/levels/ folder,
	you may also create your own maps... the documentation on the map format is /qdpg/levels/levelformat.

	Have fun,
		Dan Compton
	
