home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / board / knightsquest / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  810 b   |  43 lines

  1. .name
  2. KightsQuest
  3. .type
  4. Strategy Game
  5. .short
  6. Single player board game of strategy
  7. .description
  8. KnightsQuest is a one player game of strategy, in which you move
  9. around an 8x8 grid with a knight (chess piece), trying to land on
  10. all spaces. (Not an easy task!)
  11. .version
  12. ?.?
  13. .author
  14. David H. Loeser Jr.
  15. .distribution
  16. Freeware
  17. .address
  18. 309 Evergreen Ct
  19. Clarksville IN
  20. 47129
  21. .email
  22. dloeser@iglou.com
  23. .docs
  24. KnightsQuest.guide
  25. .described-by
  26. Dan Fish (daf@starfish.amigalib.com)
  27. .submittal
  28. Downloaded via ftp from wuarchive.wustl.edu.
  29. .aminet-dir
  30. game/board
  31. .execute
  32. set choice `RequestChoice "Knights Quest" "Please select an option" "View Guide" "Run Knights Quest" "Cancel"`
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36. if $choice EQ "1"
  37.   MetaTool KnightsQuest.guide GUIDE
  38. endif
  39. if $choice EQ "2"
  40.   KnightsQuest
  41.   quit 0
  42. endif
  43.