home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / think / scramble / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-23  |  1KB  |  45 lines

  1. .name
  2. BibleScramble
  3. .type
  4. Thinking Game
  5. .short
  6. A scrabble-like word game.
  7. .description
  8. BibleScramble - A scrabble-like word game.  The object is to 
  9. unscramble 7 ltrs per turn to make a word from the Bible.  Unlike
  10. other word games that use random words, ten levels or categories
  11. of difficulty are available.  Play alone, against another human
  12. or against HAL.  This is version 1.0 released as a demo to the
  13. commercial product.  Binary only.
  14. .version
  15. 1.0
  16. .author
  17. B.E.E. Ready!
  18. .requirements
  19. OS1.2+
  20. 512Kb RAM, 1MB Recommended
  21. .distribution
  22. Commercial Demo
  23. .address
  24. P.O. Box 673
  25. Kiowa, CO 80117
  26. .docs
  27. BibleScrambleDemo.DOC
  28. .described-by
  29. Richard Fish (rjf@amigalib.com)
  30. .submittal
  31. Submitted on disk directly by the author.
  32. .aminet-dir
  33. game/think
  34. .execute
  35. set choice `RequestChoice "Bible Scramble" "Please select an option" "View Doc" "Run Bible Scramble" "Cancel"`
  36. if $choice EQ "0"
  37.   quit 5
  38. endif
  39. if $choice EQ "1"
  40.   MetaTool BibleScrambleDemo.DOC TEXT
  41. endif
  42. if $choice EQ "2"
  43.   WBRun BibleScrambleDemo
  44. endif
  45.