				   Solo 0.2

	       Alexios Chouchoulas <alexios@vennea.demon.co.uk>

 This is Freeware or Open Source (take your pick), as defined by the terms of
		the GNU Public License, aka GPL, aka Copyleft.


Solo is just a little hack of a puzzle game I made to learn the fundaments of
programming on the Pilot. As such, it's probably quite badly written and
missing a few things to make it right, but here it is nevertheless.

You'll need to install SoloLevels.pdb and one of the solo-*.prc files. Read the
instructions on the Pilot.

Please let me know if you've added anything interesting to the source code,
found a bug, or have a new level to add. I suspect some of the levels may be
unsolvable, but haven't got round to building a solver yet. :-)

Solo was developed under Linux, using GCC. If you're a Codewarrior person, you
might find things a bit unlike what you're used to. Sorry.

Have fun!
Alexios


History of changes:

0.1: Initial version.

0.2: Fixed silly single-character bug that gave a wrong estimation of the
     number of moves left, causing the game to end prematurely. Thanks to
     Brendon Towle for spotting this.
