home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / begin_jb.zip / INFO.TXT < prev    next >
Text File  |  1995-07-21  |  1KB  |  40 lines

  1. The following files are contained within this archive:
  2.                 ALIENS.BAS      - A space invaders for two people game.
  3.                 ANIMAZE.BAS     - An almost finished educational game.
  4.                 BUBBATH.BAS     - A screensaver in the form of a bath.
  5.                 INFO.TXT        - This File.
  6.                 MAGGOTS.BAS     - A screensaver involving `maggots'.
  7.                 MOVEDOT.BAS     - An exapmle of using cursor keys in basic.
  8.  
  9. Aliens
  10. ------
  11.         This game shows the limitations of BASICs key input. Only one key can
  12. be pressed at one time.  Quite interesting though.
  13.         
  14.         Player 1 Keys: Left = X, Right = Y and Fire = Space
  15.         Player 2 Keys: Left = O, Right = P and Fire = Return
  16.         
  17.         In the menu press P to change the number of players, A and then
  18. + or - to alter the wave, S to start the game with current settings and E to
  19. exit
  20.  
  21. AniMaze, or Animal Maze
  22. -----------------------
  23.         This shows what you can do with sprites in basic and it also shows
  24. you how to make and use them.
  25.  
  26.  
  27. BubBath, or Bubble Bath
  28. -----------------------
  29.         This shows the animation of simple shapes to form a complex program.
  30.  
  31. Maggots
  32. -------
  33.         This also shows the use of simple shapes to form a pleasing effect.
  34.  
  35. MoveDot
  36. -------
  37.         The program is very short but contains the code needed to use the
  38. arrow keys in basic. Press space to cycle through the colors and the arrow
  39. keys to move.
  40.