home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
game
/
think
/
hangman
/
product-info
< prev
next >
Wrap
Text File
|
1995-10-23
|
885b
|
33 lines
.name
HangMan
.author
Arun Kumar GP
.version
1.3
.description
A GUI Hangman game in six different languages !! Features: A full GUI
interface (both keyboard and mouse can be used); Partly localized (on OS
2.1/3.0) for defaulting to a particular language; User can specify his own
data file. English, French, German, Spanish, Swedish and Dutch data files
included. A useful Hint and Show All feature when you are stuck with a
word. AmigaGuide Online Help also available.
.described-by
Automatically generated from Contents file by c2pi program.
.short
A hangman game in 6 languages, with GUI.
.requirements
AmigaDOS 2.0 or later.
.aminet-dir
game/think
.execute
set choice `RequestChoice "Hangman" "Please select an option" "View Guide" "Run Hangman" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Hangman.guide GUIDE
endif
if $choice EQ "2"
Hangman
endif