home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / think / lazymines / product-info < prev   
Fred Fish's Product-Info  |  1995-10-23  |  2KB  |  102 lines

  1. .name
  2. LazyMines
  3. .type
  4. Thinking Game
  5. .short
  6. Minesweeper game
  7. .description
  8. This is the most feature loaded minesweeper on any platform, and
  9. it's only available for Amiga users.
  10.  
  11. Special features:
  12.  - 3 difficulty levels and an optional level.
  13.  - Sweep all or sweep path.
  14.  - Automatic lock.
  15.  - Automatic opening (0-10%).
  16.  - Warnings.
  17.  - Smiley button for new game.
  18.  - Ten high scores for each difficulty level.
  19.  - Font sensitive.
  20.  - Can open its window on any public screen.
  21.  - Opens even on an NTSC 640 x 200 display.
  22.  - Supports locale.library (English, German, Norwegian, Polish and Swedish
  23.    catalogs included).
  24.  - Lots of colors if you have version 3.0 or higher of the OS.
  25.  - Installation script for Commodore's Installer.
  26.  
  27. Try it, and you'll throw any other minesweeper games in the Trashcan
  28. immediately.
  29. .version
  30. 3.1
  31. .date 
  32. 1995.06.29
  33. .author
  34. Lorens Younes
  35. .reference
  36. FreshFish-Vol9-2:BBS/game/LazyMines-2.1.lha
  37. 2.1
  38. FreshFish-Vol8-2:BBS/game/LazyMines-2.1.lha
  39. 2.1
  40. FreshFish-Vol8-1:New/game/think/LazyMines/
  41. 2.1
  42. GoldFish-Vol2-2:BBS/game/LazyMines-1.0.lha
  43. 1.0
  44. GoldFish-Vol2-1:Files/game/think/LazyMines/
  45. 1.0
  46. FreshFish-Vol5:New/game/think/LazyMines/
  47. 1.0
  48. FreshFish-Vol5:BBS/game/LazyMines-1.0.lha
  49. 1.0
  50. .requirements
  51. OS2.0+, OS2.1+ required for localization usage
  52. .distribution
  53. Copyrighted but Freely Redistributable
  54. .email
  55. d93-hyo@nada.kth.se
  56. .docs
  57. docs/English.guide
  58. docs/Norsk.guide
  59. docs/Svenska.guide
  60. .described-by
  61. Dan Fish (daf@daffy.amigalib.com)
  62. .submittal
  63. Downloaded via ftp from wuarchive.wustl.edu.
  64. .execute
  65. set choice `RequestChoice "LazyMines" "Please select an option" "View Doc" "View Guide" "Install" "Run LazyMines" "Cancel"`
  66. if $choice EQ "0"
  67.   quit 5
  68. endif
  69. if $choice EQ "1"
  70.   MetaTool LazyMines31.readme TEXT
  71. endif
  72. if $choice EQ "2"
  73.   cd docs
  74.   set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  75.   set dirchoice `pathname $filechoice`
  76.   set filechoice `basename $filechoice`
  77.   failat 21
  78.   cd $dirchoice
  79.   MetaTool $filechoice GUIDE
  80. endif
  81. if $choice EQ "3"
  82.   set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Norsk" "Svenska" "Cancel"`
  83.   if $choice2 EQ "0"
  84.     quit 0
  85.   endif
  86.   if $choice2 EQ "1"
  87.     set lang "english"
  88.   endif
  89.   if $choice2 EQ "2"
  90.     set lang "norsk"
  91.   endif
  92.   if $choice2 EQ "3"
  93.     set lang "svenska"
  94.   endif
  95.   Installer SCRIPT Installationscript APPNAME LazyMines MINUSER expert DEFUSER expert LANGUAGE $lang
  96. endif
  97. if $choice EQ "4"
  98.   LazyMines
  99. endif
  100. .aminet-dir
  101. game/think
  102.