home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / 2play / strikecommander / product-info next >
Fred Fish's Product-Info  |  1995-10-25  |  1KB  |  53 lines

  1. .name
  2. StrikeCommander
  3. .fullname
  4. Strike Commander
  5. .type
  6. Action Game
  7. .short
  8. Shoot the other player from the sky!
  9. .description
  10. There is no mission, no story, only one great aim: shoot the other player from
  11. the sky. The game is played using one or two joysticks. To enable the second
  12. player press the fire button right at the beginning of each game.
  13. .version
  14. 1.10
  15. .date
  16. 1994.01.06
  17. .author
  18. Chris Hodges
  19. .distribution
  20. Shareware
  21. .address
  22. Kennedystr. 8
  23. D-82178 Puchheim
  24. Germany
  25. .email
  26. chris@sixpack.pfalz.org
  27. .aminet-dir
  28. game/2play
  29. .docs
  30. StrikeCommander.doc
  31. .described-by
  32. Richard Fish (rjf@amigalib.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .execute
  36. set choice `requestchoice "Strike Commander" "Please select an option" "View Doc" "Run Program" "Cancel"`
  37. if $choice EQ "0"
  38.   quit 5
  39. endif
  40. if $choice EQ "1"
  41.   MetaTool StrikeCommander.doc TEXT
  42. endif
  43. if $choice EQ "2"
  44.   set choice2 `requestchoice "Version Selection" "Please select game version" "68020" "68000" "Cancel"`
  45.   if $choice2 GT "0"
  46.     if $choice2 EQ "1"
  47.       WBrun StrikeCommander020+
  48.     else
  49.       WBrun StrikeCommander000
  50.     endif
  51.   endif
  52. endif
  53.