Fifteen v1.1 - 08/31/07 mm/dd/yy
(c)2007 Robbie McElrath
--------------------------------
1. About
2. Controls
3. Credits
4. History
--------------------------------
1. About

This is a remake of the (in)famous Fifteen game. The objective of this game is to arrange all 15 peices in numerical order, from 1-15.
The gameboard should be arranged as follows to win:

+-----------+
|1  2  3  4 |
|5  6  7  8 |
|9  10 11 12|
|13 14 15   |
+-----------+

The pieces will be in a random order every new game.

--------------------------------
2. Controls

Use the arrow keys to move the peices. Use the arrow corresponding to the direction in which you want to slide the piece.

The [Graph] button will quit the game, and the [Trace] button will start a new game.

--------------------------------
3. Credits

Thanks to:
 Alejandro Hernandez		- Informing me of the "15-14" bug
 TI				- Calc and include file
 Dan Engleder & Jason Kovacs	- MirageOS
 Sean McLaughlin		- the best asm tutorial ever written
 whoever thought of the game 15	- i wouldn't have had the idea to make this program otherwise
 anyone i forgot		- thanks, and sorry

--------------------------------
4. History

New in v1.1:
 - Fixed the "15-14" bug - Now all puzzles are solvable
 - When you win the game, pressing [Graph] now quits
 - Removed name from bottom-left
 - Minor optimizations

All dates are in the mm/dd/yy format:

07/27/05 - Started coding
07/28/05 - Finished v1.0
08/31/07 - Finished v1.1