home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / games / SokoSave.1.1.mw.s.README < prev    next >
Encoding:
Text File  |  1997-12-18  |  2.6 KB  |  68 lines

  1. Copyright (c)1997, Paul McCarthy
  2. Copyright (c)1997, Eric Sunshine
  3.  
  4.    From: "Paul McCarthy" <zarnuk@mcgh.org>
  5.    From: "Eric Sunshine" <sunshine@mcgh.org>
  6.    Date: December 10th, 1997
  7. Subject: SokoSave 1.1 Source Code.
  8.  
  9. SokoSave is an OPENSTEP and Rhapsody implementation of the Sokoban game.
  10. This package contains source code compatible with OPENSTEP 4.1 for Mach,
  11. OPENSTEP 4.2 for Mach & Windows, and Rhapsody Developer Release (RDR) for
  12. both Mach & Windows (Yellow Box).
  13.  
  14. Highlights:
  15. * Fast
  16. * Unlimited undo/redo.
  17. * Save/restore board positions.
  18. * Left-click automatic shortest-path moves.
  19. * Right-click automatic push-to-destination.
  20.  
  21. SokoSave is "freeware".  You may use and enjoy this program for free.  This
  22. package contains the source code for the SokoSave program.  You may examine,
  23. use and modify the source code for private, non-commercial purposes free of
  24. charge.  You may make and distribute unmodified copies of this source code
  25. for free provided that: (a) the source code is distributed in its entirety
  26. without modification, and (b) no fee of any kind is collected for the
  27. distribution of the source code.
  28.  
  29. You may not distribute modified versions of the SokoSave program.
  30. You may not distribute modified versions of the source code.
  31. You may not distribute versions of the SokoSave program constructed from
  32. modified versions of the source code.
  33.  
  34. These restrictions are for the protection of all.
  35.  
  36. If you would like some or all of your private modifications incorporated
  37. in the officially published version of the SokoSave program, submit the
  38. modified version of the source code to:
  39.  
  40.     "Paul McCarthy" <zarnuk@mcgh.org>
  41.  
  42. Credit will be given to all contributors for whatever contributions are
  43. included in officially published versions of the SokoSave program.  I do not
  44. want others taking credit for my work, and I will not take credit for the
  45. work of others.
  46.  
  47. To install:
  48. cd ~/Source/Games                  # Wherever you install source code.
  49. gunzip SokoSave.1.1.*.s.tar.gz     # Uncompresses the package.
  50. gnutar xf SokoSave.1.1.*.s.tar     # Extracts the source code.
  51.  
  52. No special permissions are required other than the ordinary permissions to
  53. create files in a directory.
  54.  
  55. The source code in this package compiles on the following platforms:
  56.     OPENSTEP 4.1 for Mach
  57.     OPENSTEP 4.2 for Mach
  58.     OPENSTEP 4.2 for Windows
  59.     Rhapsody Developer Release (RDR) for Mach
  60.     Rhapsody Developer Release (RDR) for Windows (Yellow Box)
  61.  
  62.  
  63. Paul McCarthy wrote the program for NEXTSTEP.
  64. Eric Sunshine ported it to OPENSTEP and Rhapsody.
  65.  
  66. Comments to: "Paul McCarthy" <zarnuk@mcgh.org>
  67. OPENSTEP & Rhapsody comments to: "Eric Sunshine" <sunshine@mcgh.org>
  68.