home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
game
/
2play
/
strikecommander
/
product-info
next >
Wrap
Fred Fish's Product-Info
|
1995-10-25
|
1KB
|
53 lines
.name
StrikeCommander
.fullname
Strike Commander
.type
Action Game
.short
Shoot the other player from the sky!
.description
There is no mission, no story, only one great aim: shoot the other player from
the sky. The game is played using one or two joysticks. To enable the second
player press the fire button right at the beginning of each game.
.version
1.10
.date
1994.01.06
.author
Chris Hodges
.distribution
Shareware
.address
Kennedystr. 8
D-82178 Puchheim
Germany
.email
chris@sixpack.pfalz.org
.aminet-dir
game/2play
.docs
StrikeCommander.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `requestchoice "Strike Commander" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool StrikeCommander.doc TEXT
endif
if $choice EQ "2"
set choice2 `requestchoice "Version Selection" "Please select game version" "68020" "68000" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
WBrun StrikeCommander020+
else
WBrun StrikeCommander000
endif
endif
endif