home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9_6X09 / GAMES / Sokoban.lzh / Sokoban.doc
Text File  |  1992-12-01  |  1KB  |  39 lines

  1.    This a version of the games sokoban, converted from the sources found
  2. on usenet to os9 level II for the coco III.   Included are sources, and it
  3. wouldn't be too difficult to make it run under os9 level I.  I wrote a small
  4. subset of curses that makes such conversions easier.
  5.  
  6.    To install, unpack the archive and put the file sokoban in your execution 
  7. directory and set the attributes to e and pe.  Create a directory where you 
  8. will run the program (several scratch files are used by sokoban).  Within that 
  9. directory create another subdirectory, SCREENS.  Put the 50 screens in the 
  10. SCREENS subdirectory.  Sokoban can be run with several options.  The first
  11. time you run it, use the -c option to create a score file:
  12.  
  13.     sokoban -c
  14.  
  15.     From then on, whenever a player exits, the last successfully completed
  16. screen number is saved so the next time s/he plays, the program starts from
  17. where the player left off.  To see all the options type:
  18.  
  19.     sokoban -?
  20.  
  21.     Other options are to see the current rankings:
  22.  
  23.     sokoban -s
  24.  
  25.     To restore a saved game:
  26.  
  27.     sokoban -r
  28.  
  29.     To start from any arbitrary screen:
  30.  
  31.     sokoban -nn where nn is a number > 0 and < 51.
  32.  
  33.     Run the program and type ? for complete instructions.   This is a *very*
  34. addicting game in spite of being so simple.  
  35.  
  36.     Tom Napolitano
  37.     70215,1130
  38.  
  39.