home *** CD-ROM | disk | FTP | other *** search
- .name
- MazeTest
- .fullname
- Maze Demo
- .type
- demo
- .short
- Iff map reading program in Amos
- .description
- Playable demo of a 3-D maze that uses an iff map created with a
- paint program. Directory contains the compiled program, Amos,
- ascii source code, sample map and iff pictures used to create
- a shape table.
- .date
- 1994.11.25
- .author
- Ronald F. Picardi
- .address
- 630 Bacon Rd.
- Saginaw, MI 48609
- .distribution
- public domain
- .construction
- Compiled AmosPro
- .docs
- ReadMe
- .submittal
- Submitted on disk directly by author
- .aminet-dir
- gfx/misc
- .execute
- set choice `RequestChoice "MazeTest" "Please select an option" "View Readme" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- MazeTest
- endif
-