home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / DeckofCards.README < prev    next >
Encoding:
Text File  |  1993-12-21  |  1.1 KB  |  23 lines

  1. This contains the Source Code and Include Files for the 'DeckofCards' library.
  2. The source to creat a library called 'custom' that contains these objects is
  3. located in the Source directory.   The relevant '.h' files are in include, 
  4. along with a sample 'Makefile.preamble' to use to include them.
  5. The files are:
  6.     Deck - an List that treats its objects like cards: shuffle, sort, etc.
  7.     Card - a simple card with multiple faces, containing various info
  8.     AppWithDoc - pirated from Draw, has activate and other services
  9.     Document - ditto, document template
  10.     Random - used in Deck, but general purpose Random Number Generator
  11.  
  12. Also, there is a sample program 'Deck' that generates and uses a
  13. Standard Deck.  I did it myself.  I'm no artist, and I would greatly
  14. appreciate if someone wouldo it 'right', i.e. draw real face cards and
  15. use PostScript to generate the number cards.
  16.  
  17. Comments to ernest@pundit.cithep.caltech.edu
  18.  
  19. These objects are in the public domain, and are intended to encourage
  20. people to write card games for the NeXT.  Enjoy.
  21.  
  22.     -- Ernie Prabhakar, Caltech High Energy Physics
  23.