home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / Template.README < prev    next >
Encoding:
Text File  |  1994-01-25  |  1.1 KB  |  40 lines

  1. Template Solitaire Module Version 1.0
  2. Source Code Distribution
  3. Requires NEXTSTEP 3.1 or above (tested with 3.2)
  4.  
  5. TEMPLATE IS NOT A PLAYABLE GAME; IT IS THE STARTING POINT FOR
  6. WRITING NEW SOLITAIRE GAMES!
  7.  
  8. Template-1.0-SRC.tar.gz contains the source code the for Template
  9. solitaire module.  This is a sample game module for the free
  10. Solitaire program.  You will need to obtain Solitaire-2.0-SRC-tar.gz
  11. in order to compile Template.
  12.  
  13. Undo both archives in the same directory; source files in Template
  14. refer to files in Solitaire as #include "../Solitaire/something.h".
  15.  
  16. Template and the Solitaire application are freeware, please enhance
  17. them and write new games!  Developer's documentation is in the
  18. Solitaire/Documentation directory.
  19.  
  20. ----
  21.  
  22. Install the Solitaire.app binary in a directory such as LocalApps.
  23. Game modules can be installed in the application wrapper, in
  24. ~/Library/Solitaire, or in /LocalLibrary/Solitaire.
  25.  
  26. ----
  27.  
  28. These works were the results of an Internet collaboration between:
  29.  
  30. Gary Ritchie
  31. gary@uaneuro.uah.ualberta.ca
  32.  
  33. Michael McCulloch
  34. michael@hsv.tybrin.com
  35.  
  36. Blake Stone
  37. bstone@acs.ucalgary.ca
  38.  
  39. January 23, 1994
  40.