home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 2.4 KB | 102 lines |
- .name
- LazyMines
- .type
- Thinking Game
- .short
- Minesweeper game
- .description
- This is the most feature loaded minesweeper on any platform, and
- it's only available for Amiga users.
-
- Special features:
- - 3 difficulty levels and an optional level.
- - Sweep all or sweep path.
- - Automatic lock.
- - Automatic opening (0-10%).
- - Warnings.
- - Smiley button for new game.
- - Ten high scores for each difficulty level.
- - Font sensitive.
- - Can open its window on any public screen.
- - Opens even on an NTSC 640 x 200 display.
- - Supports locale.library (English, German, Norwegian, Polish and Swedish
- catalogs included).
- - Lots of colors if you have version 3.0 or higher of the OS.
- - Installation script for Commodore's Installer.
-
- Try it, and you'll throw any other minesweeper games in the Trashcan
- immediately.
- .version
- 3.1
- .date
- 1995.06.29
- .author
- Lorens Younes
- .reference
- FreshFish-Vol9-2:BBS/game/LazyMines-2.1.lha
- 2.1
- FreshFish-Vol8-2:BBS/game/LazyMines-2.1.lha
- 2.1
- FreshFish-Vol8-1:New/game/think/LazyMines/
- 2.1
- GoldFish-Vol2-2:BBS/game/LazyMines-1.0.lha
- 1.0
- GoldFish-Vol2-1:Files/game/think/LazyMines/
- 1.0
- FreshFish-Vol5:New/game/think/LazyMines/
- 1.0
- FreshFish-Vol5:BBS/game/LazyMines-1.0.lha
- 1.0
- .requirements
- OS2.0+, OS2.1+ required for localization usage
- .distribution
- Copyrighted but Freely Redistributable
- .email
- d93-hyo@nada.kth.se
- .docs
- docs/English.guide
- docs/Norsk.guide
- docs/Svenska.guide
- .described-by
- Dan Fish (daf@daffy.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "LazyMines" "Please select an option" "View Doc" "View Guide" "Install" "Run LazyMines" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool LazyMines31.readme TEXT
- endif
- if $choice EQ "2"
- cd docs
- set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
- if $choice EQ "3"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Norsk" "Svenska" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
- if $choice2 EQ "1"
- set lang "english"
- endif
- if $choice2 EQ "2"
- set lang "norsk"
- endif
- if $choice2 EQ "3"
- set lang "svenska"
- endif
- Installer SCRIPT Installationscript APPNAME LazyMines MINUSER expert DEFUSER expert LANGUAGE $lang
- endif
- if $choice EQ "4"
- LazyMines
- endif
- .aminet-dir
- game/think
-