.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
LAB Start
set choice `requestchoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
  if $choice EQ "1"
    MetaTool StrikeCommander.doc TEXT
  else
    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
  endif
  skip Start BACK
endif
