home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 810 b | 43 lines |
- .name
- KightsQuest
- .type
- Strategy Game
- .short
- Single player board game of strategy
- .description
- KnightsQuest is a one player game of strategy, in which you move
- around an 8x8 grid with a knight (chess piece), trying to land on
- all spaces. (Not an easy task!)
- .version
- ?.?
- .author
- David H. Loeser Jr.
- .distribution
- Freeware
- .address
- 309 Evergreen Ct
- Clarksville IN
- 47129
- .email
- dloeser@iglou.com
- .docs
- KnightsQuest.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- game/board
- .execute
- set choice `RequestChoice "Knights Quest" "Please select an option" "View Guide" "Run Knights Quest" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool KnightsQuest.guide GUIDE
- endif
- if $choice EQ "2"
- KnightsQuest
- quit 0
- endif
-