home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / games / strategic / SokoSave.1.1.s.README < prev    next >
Encoding:
Text File  |  1997-12-16  |  2.4 KB  |  64 lines

  1. Copyright (c)1997, Paul McCarthy
  2.  
  3.    From: "Paul McCarthy" <zarnuk@mcgh.org>
  4.    Date: December 10th, 1997
  5. Subject: SokoSave 1.1 Source Code.
  6.  
  7. SokoSave is a NEXTSTEP implementation of the Sokoban game.  This package
  8. contains the source code for compilation under NEXTSTEP 3.3.
  9.  
  10. Highlights:
  11. * Fast
  12. * Unlimited undo/redo.
  13. * Save/restore board positions.
  14. * Left-click automatic shortest-path moves.
  15. * Right-click automatic push-to-destination.
  16.  
  17. SokoSave is "freeware".  You may use and enjoy this program for free.  This 
  18. package contains the source code for the SokoSave program.  You may examine, 
  19. use and modify the source code for private, non-commercial purposes free of 
  20. charge.  You may make and distribute unmodified copies of this source code 
  21. for free provided that: (a) the source code is distributed in its entirety 
  22. without modification, and (b) no fee of any kind is collected for the 
  23. distribution of the source code.  
  24.  
  25. You may not distribute modified versions of the SokoSave program.
  26. You may not distribute modified versions of the source code.
  27. You may not distribute versions of the SokoSave program constructed from
  28. modified versions of the source code.
  29.  
  30. These restrictions are for the protection of all.
  31.  
  32. If you would like some or all of your private modifications incorporated
  33. in the officially published version of the SokoSave program, submit the
  34. modified version of the source code to:
  35.  
  36.     "Paul McCarthy" <zarnuk@mcgh.org>
  37.  
  38. Credit will be given to all contributors for whatever contributions are 
  39. included in officially published versions of the SokoSave program.  I do not 
  40. want others taking credit for my work, and I will not take credit for the 
  41. work of others.  
  42.  
  43. NOTE: The SokoSave program requires the MiscTableScroll palette, version 129
  44. or better.
  45.  
  46. To install:
  47. cd ~/Source/Games                  # Wherever you install source code.
  48. gnutar xzf SokoSave.1.1.s.tar.gz   # Extracts the source code.
  49. cd SokoSave                        # Change to that directory
  50. co RCS/unpack.sh,v                 # Check out the script to unpack.
  51. ./unpack.sh                        # Unpack the source.
  52.  
  53. No special permissions are required other than the ordinary permissions to 
  54. create files in a directory.  
  55.  
  56.  
  57. Paul McCarthy wrote the program.
  58. Eric Sunshine corrected some bugs and enhanced the preferences panel.
  59.  
  60. SokoSave uses the MiscTableScroll, which is copyright (c)1997, Paul McCarthy
  61. and Eric Sunshine.
  62.  
  63. Comments to: "Paul McCarthy" <zarnuk@mcgh.org>
  64.