home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / misc / poing / product-info < prev   
Fred Fish's Product-Info  |  1995-10-23  |  734b  |  36 lines

  1. .name
  2. Poing
  3. .type
  4. Action Game
  5. .short
  6. Multi-tasking 'BreakOut' style game.
  7. .aminet-dir
  8. game/misc
  9. .description
  10. Poing is a horizontal breakout clone with some nice touches.
  11. This is a sound-enhanced version of Poing 2.1 - more tracks,
  12. more instruments, and the sound is supposed to work on A4000's now.
  13. .version
  14. 3.0
  15. .author
  16. Paul van der Valk
  17. .distribution
  18. Copyrighted but Freely Redistributable
  19. .docs
  20. Poing3.doc
  21. .described-by
  22. Dan Fish (daf@starfish.amigalib.com)
  23. .submittal
  24. Downloaded via ftp from wuarchive.wustl.edu.
  25. .execute
  26. set choice `RequestChoice "Poing" "Please select an option" "View Doc" "Run Poing" "Cancel"`
  27. if $choice EQ "0"
  28.   quit 5
  29. endif
  30. if $choice EQ "1"
  31.   MetaTool Poing3.doc TEXT
  32. endif
  33. if $choice EQ "2"
  34.   Poing3
  35. endif
  36.