Adventure for Breakfast by ssjx (15/01/11) [http://ssjx.co.uk]
==============================================================

This game is my entry for the FreeBasic Games Directory Gameplay Combo Competition 2010.

You can find out more about the competition here: 
http://games.freebasic.net/forum/index.php?topic=458.0 

This is an RPG type game with some arcade elements to it.

Controls
--------
Arrow Keys - Move
Space - Action
Escape - Quit

Compiling
---------

This game has been compiled with fbc 0.21.1, compiles with:
 
fbc *.bas

This will create a file called agame.exe ,this is the compiled game.

It requires fmod.dll for sound.

Version History
---------------

Changes from 0.3 (16/01/11)
* Spelling/ Text fixes
* Window title
* Location descriptions for the mountain
* Fixed crash if quit in far right of mountain

Changes from 0.2 (08/01/11)
* Exit confirmation
* Shop gradient sky
* Player text colour change (now blue)
* Fixed bug where map graphics were wrong if quit while in mine
* Items now lost if player hit while in mine/forest
* Best completion time recorded (save.dat)
* More sounds
* Additional player frames

Changes from 0.1 (03/01/11)
* All game areas expanded.
* Task / Inventory system added.
* Basic sound effects.
* Many, many other things changed or updated...

Version 0.1 (21/12/10)
* First release, most things missing.. 
