=== Conny Carrot - Quest for Revenge ===

1) Licence
~~~~~~~~~~
  Copyright (C) 2006 Simon Parzer

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.
  
2) About this game
~~~~~~~~~~~~~~~~~~
I made this little game for the Allegro.cc XmasHack 2006 contest.
Everything (including code, gfx, music) was done in the time between
2006-12-15 and 2006-12-23.
NOTICE: This is the revised version with three additional days spent for bugfixing, after the 2006-12-23 deadline.
XmasHack homepage: http://xmashack.bafsoft.com

3) How to play
~~~~~~~~~~~~~~
GP2X: stick for moving, B-button everything else, R+L = ESC
PC: cursor keys for moving, 'S' key for everything else, ESC for escaping

Jump on enemies to kill them.
Reach the right edge of the level to complete it.
There are 5 levels.

4) How to compile
~~~~~~~~~~~~~~~~~
Needed libraries (PC):
 - Allegro 4.2
 - DUMB
 - DUMB Allegro extension
 - maybe SCons (helpful with Linux/BSD)
Needed libraries (GP2X):
 - Allegro 4.2
 - libmikmod
 - You can use the copy_to_gp2x.sh located in the src/ directory. Change it to suit your needs.

5) Contact
~~~~~~~~~~
simon.parzer@gmail.com

6) History
~~~~~~~~~~
2006-12-27: revised version
2006-12-23: first release

