home *** CD-ROM | disk | FTP | other *** search
/ ftp.elysium.pl / ftp.elysium.pl.tar / ftp.elysium.pl / other / vic20 / 00README < prev    next >
Text File  |  2008-03-07  |  11KB  |  207 lines

  1. This directory contains VIC-20 programs.
  2.  
  3. VIC-20 PROGRAM INDEX:
  4.  
  5. Name                   Type           Memory                Lanugage
  6. ------------------     ----------     ------                --------
  7. "UNEX"                 Utility        any configuration     BASIC
  8. "MIGHTY MON 3.0"       Prog Tool      8K expansion          Machine
  9. "SCREEN-40"            Utility        8K expansion          Machine
  10. "PROG CHAR MLV1.0"     Utility        8K expansion          Machine
  11. "SPEEDSCRIPT 1.0"      Word Pro       8K expansion          Machine
  12. "MIGHTY TERM"          Telecom        8K expansion          Machine
  13. "PROG CHAR 1.1-UN"     Utility        unexpanded            BASIC
  14. "TURBO TAPE"           Utility        any configuration     Machine
  15.  
  16. "ASTRO-PANIC"          Game           unexpanded            Machine
  17. "DOWNHILL"             Game           unexpanded            BASIC
  18. "BOMBER"               Game           unexpanded            Machine
  19. "CENTIPOD"             Game           unexpanded            BASIC+Machine
  20. "FROGGIE"              Game           unexpanded            Machine
  21. "LUCY LIZARD"          Game           unexpanded            BASIC
  22. "GOBLIN"               Game           unexpanded            BASIC
  23. "OUTPOST"              Game           unexpanded            BASIC
  24. "QUIZARD"              Game           unexpanded            BASIC
  25. "CRAZY EIGHTS"         Game           any configuration     BASIC
  26. "VIC-MAN"              Game           unexpanded            Machine
  27.  
  28. "CYCLONS"              Game           8K expansion          Machine
  29. "OTHELLO II"           Game           8K expansion          Machine
  30. "TRIVIA HANGMAN"       Game           8K expansion          BASIC
  31.  
  32. All of these programs either do not carry a copyright notice or I have
  33. permission of the author to include it here, so I assume everything is 
  34. on the up-and-up.  Unfortunately, some of the best games I have
  35. (eg. Paratrooper, Alien Blitz, Rail) carry a copyright notice.
  36.  
  37. All of these programs will work from either tape or disk.  Your big problem
  38. will be getting them to your VIC.  The easiest way is to use a C64 or C128,
  39. if you have one, to put them onto a VIC disk.  All of these programs should be
  40. transferred in BINARY mode.  Also, the names have an underscore here where
  41. they should have a SPACE on your VIC.
  42.  
  43. INSTRUCTIONS:
  44.  
  45. ------------------------------------------------------------------------------
  46. "UNEX"                 Utility        any configuration     BASIC
  47.  
  48. A very simple program by yours truly.  RUN it to re-configure your VIC to its
  49. unexpanded state, regardless of how much expansion memory you have plugged
  50. in.  Useful for playing unexpanded games.
  51. ------------------------------------------------------------------------------
  52. "MIGHTY MON 3.0"       Prog Tool      8K expansion          Machine Language
  53.  
  54. Made by yours truly.  This is a machine language monitor and it supports a
  55. subset of the commands of Mighty Mon 4.0 whose instructions can be found
  56. in the "../utilities" directory at this site.  No disk support is included.
  57. ------------------------------------------------------------------------------
  58. "SCREEN-40"            Utility        8K expansion          Machine Language
  59.  
  60. Gives you a 40-column screen display for using BASIC.  It uses bitmapped 4*8
  61. pixel characters and gives 24 rows.  It will work with all programs that
  62. use the standard kernel input and output calls.
  63. ------------------------------------------------------------------------------
  64. "PROG CHAR MLV1.0"     Utility        8K expansion          Machine Language
  65.  
  66. Made by a friend of mine.  It is a character set editor.  Features a number
  67. of character editing operations.  Useful for creating custom characters
  68. for your games.
  69. ------------------------------------------------------------------------------
  70. "SPEEDSCRIPT 1.0"      Word Pro       8K expansion          Machine Language
  71.  
  72. COMPUTE!'s Speedscript program for the VIC.  The function keys move the
  73. cursor around and the F7 and F8 keys are for Load and Save.  It features a
  74. number of embedded formatting commands.  To access them, press CTRL-\ (the
  75. British pound symbol) and then type the letter of the command and it will
  76. appear in reverse.  Follow most commands with a number and then a RETURN.
  77. The following embedded commands are supported: T=Top margin, B=Bottom margin,
  78. L=Left margin, R=Right margin, S=Spacing, and many more.  A number of
  79. editing commands are available by pressing CTRL and a letter.  CTRL-P is
  80. Print.
  81. ------------------------------------------------------------------------------
  82. "MIGHTY TERM"          Telecom        8K expansion          Machine Language
  83.  
  84. By yours truly.  It features a 40-column bitmapped display and VT-100
  85. emulation.  The program was never finished, but it is complete enough to use.
  86. Press CTRL-1 to bring up the configuration menu.  Not all of my defaults
  87. will be convenient for you.  For example, it defaults to PST-100 emulation
  88. since that is the type of terminal the university computer liked when I
  89. was developing this program.
  90.  
  91. You can also specify an "80/2" screen width.  In this mode, the screen
  92. will be split into two 40-column halves.  Press the F7 key to toggle
  93. between the two halves.  Ignore the "Good day, Craig" at the start (unless
  94. your name happens to be Craig).  Press the Backarrow key to quit.
  95. ------------------------------------------------------------------------------
  96. "PROG CHAR 1.1-UN"     Utility        unexpanded            BASIC
  97.  
  98. This program is like the character set editor mentioned above except that
  99. this works on an unexpanded VIC.
  100. ------------------------------------------------------------------------------
  101. "TURBO TAPE"           Utility        unexpanded            BASIC
  102.  
  103. COMPUTE!'s tape drive accelerator.  It makes it so you can load programs from
  104. tape at the speed of a 1541 disk drive (400 bytes/second).  It gives
  105. instructions when it is run.  You do not need Turbo Tape installed to load
  106. a turbo-saved program.
  107. ------------------------------------------------------------------------------
  108. "ASTRO-PANIC"          Game           unexpanded            Machine Language
  109.  
  110. A simple high-speed shoot-'em-up game.  Seven ring-type enemies bounce around
  111. overhead your base that moves horizontally on the bottom of the screen.  Don't
  112. let them hit you.  The game uses a joystick.  You have a rapid-fire cannon.
  113.  
  114. The initial waves of aliens move around slowly enough, but the pase picks up
  115. rapidly.  A techincal problem is that the aliens are hard to see as they zip
  116. around in the higher-waves.  The highest I have ever gotten is wave 15.
  117. The SHIFT key pauses the action.  Hires graphics.
  118. ------------------------------------------------------------------------------
  119. "DOWNHILL"             Game           unexpanded            BASIC
  120.  
  121. A downhill skiing game.  Instructions are included at the start.  Uses a
  122. joystick.  Custom-character graphics.
  123. ------------------------------------------------------------------------------
  124. "BOMBER"               Game           unexpanded            Machine Language
  125.  
  126. Fly over terrain and shoot things up.  Use the joystick fire button to drop
  127. bombs and press SHIFT LOCK to activate the automatic guns.  Watch out for the
  128. rockets and shoot fuel tanks to refuel.  Custom-character graphics.
  129. ------------------------------------------------------------------------------
  130. "CENTIPOD"             Game           unexpanded            BASIC+Machine Lang
  131.  
  132. The familiar "Centipede" game.  Good-speed action.  Uses joystick.  Custom-
  133. character graphics.
  134. ------------------------------------------------------------------------------
  135. "FROGGIE"              Game           unexpanded            Machine Language
  136.  
  137. The familiar "Frogger" game.  Uses joystick.  Hires graphics.
  138. ------------------------------------------------------------------------------
  139. "LUCY LIZARD"          Game           unexpanded            BASIC
  140.  
  141. A game of skill.  "Lucy" moves along the bottom of the screen and bugs move
  142. across the top.  Press the RETURN key to "unleash the hungry lizard's
  143. tongue" to catch the bugs.  Custom-character graphics.
  144. ------------------------------------------------------------------------------
  145. "GOBLIN"               Game           unexpanded            BASIC
  146.  
  147. Move the goblin around the obsticles to eat the sad faces.  Uses joystick.
  148. Custom-character graphics.
  149. ------------------------------------------------------------------------------
  150. "OUTPOST"              Game           unexpanded            BASIC
  151.  
  152. Strategic-type game.  Use your main and secondary guns and torpedoes to
  153. destroy light, medium, and heavy enemy ships that come onto your radar.
  154. A supply ship comes along every so often to replenish your limited
  155. weapons.  Your Computer controls shooting accuracy, so don't let its
  156. rating go down too far.  Run out of energy and you're dead in the water.
  157. ------------------------------------------------------------------------------
  158. "QUIZARD"              Game           unexpanded            BASIC
  159.  
  160. A "Simon"-alike game by yours truly.  Repeat the pattern of lights in the
  161. sequence that the computer displays them.  Six lights, variable speed.
  162. ------------------------------------------------------------------------------
  163. "CRAZY EIGHTS"         Game           any configuration     BASIC
  164.  
  165. The familiar card game.  Use the cursor up and down keys to select the card
  166. to play and press RETURN.  It won't let you play a card you just drew.  It
  167. does incorporate the 2's and Jacks rules.  It doesn't ask you what suit you
  168. want for a crazy eight.  By a friend of mine.
  169. ------------------------------------------------------------------------------
  170. "VIC-MAN"              Game           unexpanded            Machine Languge
  171.  
  172. The familiar "Pac-Man" game.  Uses joystick, high-speed action, custom-
  173. character graphics.
  174. ------------------------------------------------------------------------------
  175. "CYCLONS"              Game           8K expanded           Machine Language
  176.  
  177. A two-part program.  You'll need files "CYCLONS.B" (boot) and "CYCLONS.F".
  178. Move your ship around and shoot at the enemy.  Lots of playing options.
  179. Uses joystick.  Hires graphics.
  180. ------------------------------------------------------------------------------
  181. "OTHELLO II"           Game           8K expanded           Machine Language
  182.  
  183. The familiar "Othello" board game, by yours truly.  Can use joystick or
  184. keyboard.  Zero to two players.  It's not extremely smart, but it can
  185. defeat me.  "PAK" means "Press Any Key".  Press "Q" on the title screen to
  186. quit.
  187. ------------------------------------------------------------------------------
  188. "TRIVIA HANGMAN"       Game           8K expanded           BASIC
  189.  
  190. The familiar "Hangman" game with a twist - you have to answer trivia questions
  191. as well as guess letters of the word.  Written by a friend of mine.  If your
  192. man gets hanged, it's pretty gruesome.  Young children may require therapy.
  193.  
  194. The program comes in six parts: "TRIVIA HANGMAN.B" (the boot program),
  195. "TRIV HANGMAN.P2", "TRIV HANGMAN.P3", "TRIV HANGMAN.P4", "TRIV HANGMAN.P5",
  196. and "TRIV HANGMAN.F".
  197. ------------------------------------------------------------------------------
  198. Feel free to mail me at the below address.  I will put more VIC programs here
  199. depending on response.
  200.  
  201. Keep on Hackin'!
  202.  
  203. -Craig Bruce
  204. csbruce@ccnga.uwaterloo.ca
  205. "Never question the relevance of truth, but always question the truth of
  206.  relevance."
  207.