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

  1. .name
  2. Amitron
  3. .type
  4. Action Game
  5. .short
  6. Tron-like game with many features
  7. .aminet-dir
  8. game/misc
  9. .description
  10. A Tron-like game with extras like jumps, teleports, breakthroughs,
  11. cages, Turbo, several maps, ...
  12.  
  13. 2 players, keyboard/joystick control.
  14. .version
  15. 2.42d
  16. .author
  17. Michael Zimmer
  18. .distribution
  19. Freeware
  20. .address
  21. Guerickestrasse 16
  22. 66123 Saarbruecken
  23. Germany
  24. .tested
  25. -A1200, 50mhz, 6Mb, Kick3.0 and Kick 1.3(Relokick).
  26. -A500, 1Mb, Kick 1.2.
  27.  There were problems with the hiscorelist, but this computer is
  28.  very old and damaged and many progs don`t work with it, so I don`t
  29.  know if it`s my fault or not ...
  30. -A500, 1Mb, Kick 1.3.
  31.  No problems, but only a older version was tested.
  32. -A2000, 1Mb, Kick 1.3.
  33.  No problems, but only a older version was tested.
  34. .docs
  35. Amitron.readme
  36. .described-by
  37. Dan Fish (daf@starfish.amigalib.com)
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .execute
  41. set choice `RequestChoice "AmiTron" "Please select an option" "ReadMe" "Run Program" "Cancel"`
  42. if $choice EQ "0"
  43.   quit 5
  44. endif
  45. if $choice EQ "1"
  46.   MetaTool readme_first TEXT
  47. endif
  48. if $choice EQ "2"
  49.   WBRun AMITRON
  50. endif
  51.