home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / think / antimatter / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.2 KB  |  69 lines

  1. .name
  2. AntiMatter
  3. .type
  4. Thinking Game
  5. .short
  6. Deduce the location of hidden 'atoms'.
  7. .description
  8. Amiga version of the `70s board game "Black Box".  Features are:
  9. Intuition-based, stereo sound, animated pointer, supports all Amigas
  10. and OS versions 1.3+, well tested.
  11. .version
  12. 2.1
  13. .date
  14. 1995.01.08
  15. .author
  16. Adam Levin-Delson
  17. .address
  18. 22325 53rd Ave SE
  19. Bothell, WA 98021
  20. USA
  21. .email
  22. aklevin@bix.com
  23. .restrictions
  24. None
  25. .requirements
  26. AmigaOS 1.3 or higher
  27. .distribution
  28. Freeware
  29. .exectype
  30. 680x0
  31. .installsize
  32. 30K - 70K
  33. .source
  34. SAS `C' 6.51 (230K); available from author for US$10
  35. .construction
  36. SAS `C' 6.51; Makefile
  37. .tested
  38. CDTV  OS1.3,2.0
  39. A500  OS2.0
  40. A2000 OS1.3,2.0,3.1
  41. A3000 OS2.0,3.1
  42. A4000 OS2.0,3.1
  43. .run
  44. AntiMatter=WB,AntiMatter
  45. AntiMatter=CLI,AntiMatter
  46. .docs
  47. AntiMatter.guide
  48. AntiMatter.doc
  49. .described-by
  50. Author
  51. .submittal
  52. Submitted electronically by the author.
  53. .aminet-dir
  54. game/think
  55. .execute
  56. set choice `RequestChoice "AntiMatter" "Please select an option" "View Doc" "View Guide" "Run AntiMatter" "Cancel"`
  57. if $choice EQ "0"
  58.   quit 5
  59. endif
  60. if $choice EQ "1"
  61.   MetaTool AntiMatter.doc TEXT
  62. endif
  63. if $choice EQ "2"
  64.   MetaTool AntiMatter.guide GUIDE
  65. endif
  66. if $choice EQ "3"
  67.   WBRun AntiMatter_2.1
  68. endif
  69.