##############################
#                            #
#   MoSoko v1.0              #
#                            #
#   by Paul Marks            #
#                            #
#   http://paul248.cjb.net   #
#                            #
##############################




// Platform //

TI-83 Plus series : MirageOS




// Description //

This is a complete recode of Sokoban for the TI-86 by Andrew Von Dollen.  No
code was copied; only the level data.  This version is much smaller, and
faster in every aspect.

The goal of the game is to move your + around the board, pushing the black
boxes onto the small black dots.  When all of the boxes are on top of targets,
the game advances to the next level.  The only rules are that you may not
push a box into a wall or another box.




// Keys //

Arrows:		Move the cursor

[Del]:		Restart the current level

[+]/[-]:	Next/previous level

[Clear]:	Exit




// Version History //

v1.0 : 04Feb2002 : 4270 bytes

	Initial Release




// Notes //

If the program is archived, then write-back must be enabled in MirageOS if you
want to save the current level when you exit.  Otherwise, just remember where
you were, and go there using [+]/[-].




// End of File //