home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / think / hangman / product-info < prev    next >
Text File  |  1995-10-23  |  885b  |  33 lines

  1. .name
  2. HangMan
  3. .author
  4. Arun Kumar GP
  5. .version
  6. 1.3
  7. .description
  8. A GUI Hangman game in six different languages !! Features: A full GUI
  9. interface (both keyboard and mouse can be used); Partly localized (on OS
  10. 2.1/3.0) for defaulting to a particular language; User can specify his own
  11. data file.  English, French, German, Spanish, Swedish and Dutch data files
  12. included.  A useful Hint and Show All feature when you are stuck with a
  13. word.  AmigaGuide Online Help also available.
  14. .described-by
  15. Automatically generated from Contents file by c2pi program.
  16. .short
  17. A hangman game in 6 languages, with GUI.
  18. .requirements
  19. AmigaDOS 2.0 or later.
  20. .aminet-dir
  21. game/think
  22. .execute
  23. set choice `RequestChoice "Hangman" "Please select an option" "View Guide" "Run Hangman" "Cancel"`
  24. if $choice EQ "0"
  25.   quit 5
  26. endif
  27. if $choice EQ "1"
  28.   MetaTool Hangman.guide GUIDE
  29. endif
  30. if $choice EQ "2"
  31.   Hangman
  32. endif
  33.