home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d184 / cardmaker.lha / CardMaker / CardMaker.docs < prev    next >
Text File  |  1989-02-26  |  2KB  |  39 lines

  1. ////// CardMaker 1.0 ©1988 by Terry W. Gintz //////
  2.  
  3. CardMaker is a programmer's aid for creating card image data that can be
  4. used in any card game that uses the standard 52 card deck.  The basic
  5. elements that make up the card images (hearts, clubs, jacks, queens, etc)
  6. were hand drawn to resemble a standard deck of cards.
  7. The Amiga assembles these building blocks to form an accurately placed card
  8. image.  The current version supports only the internal images that the
  9. author drew, but a future version may allow you to 'roll your own' to make
  10. any conceivable card you want (two elephants, three giraffes, for example).
  11.  
  12. About the Menus:
  13.  
  14. There are only two: the Main has the operational commands, Make Suit,
  15. Generate Code and Quit.  Make Suit will create a suit onscreen according to
  16. the Suit Menu: hearts, clubs, spades, or diamonds.  Generate Code calls up a
  17. file requester and writes the USHORT data for all cards in that suit to the
  18. file requested.  This takes about 110K bytes for one suit, so be careful to
  19. have plenty of space on your disks before executing this command.  Cursor
  20. changes to a digital wait image (:01) while the disk transfer is going on.
  21. Will probably crash if there is insufficient disk space.  (AmigaDos will Guru
  22. even with error-checking code.)
  23.  
  24. Any correspondence about this program should be addressed to:
  25.  
  26. Terry W. Gintz
  27. 4237 Marcum Lane
  28. Eugene, OR97402
  29.  
  30. Also, if you use the card images generated by Cardmaker in any of your
  31. programs, especially in commercial programs, I'd like a small donation or
  32. royalty for the work I did in drawing them (hard work, you know). This will
  33. go towards creating new tools and/or updates.  I'd take suggestions a lot
  34. more seriously, too.
  35.  
  36.  
  37.  
  38.  
  39.