home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / BRKOUT21.ZIP / BRKOUT21.TXT < prev    next >
Encoding:
Text File  |  1993-06-03  |  4.9 KB  |  113 lines

  1. ****************************************************************************
  2. **  Breakout 2.1 is brought to you by Joel Bierling.                      **
  3. ****************************************************************************
  4.  
  5.  
  6. Included in the archive is:
  7. link85.txt              File describing the translation codes for the ASCII                     
  8.             representations of the TI-85 programs.
  9. brkout21.txt            This file.  Info and documentation for Breakout 2.1
  10. brkout21.85g            Grouped LINK85 file for breakout.  If you have                          
  11.             LINK85 send this file to your calculator.
  12. brkout21.85p            Individual main program file.
  13. brkout21.asc            ASCII file of main program.
  14. install.85p             Individual install program.
  15. install.asc             ASCII file of install program.
  16.  
  17.  
  18.  
  19. This program is a modification of the Breakout game supplied with the LINK85 
  20. connection software.  The program is greatly enhanced from the version 
  21. provided with the LINK85 software.  The ability to choose different levels 
  22. at the start of the game, to enter a menu at any time during the game by 
  23. pressing <enter>, and finally the ability to save games have been added.  
  24. The last feature is one of the highlights of the revision.  Breakout games 
  25. can be rather lengthy and being able to save the and return to them at any 
  26. time was a great improvement.
  27.  
  28.  
  29.  
  30. Installation:
  31. 1.  a.  Use the LINK85 software to download the group or individual files to    
  32.     your calculator.
  33.     Or
  34.     b.  I hate to mention it, but type the files with the extension ".asc"      
  35.     into your calculator.  Do not type in the first four lines of the       
  36.     ASCII files.  These are for LINK85's special use.  Start copying on     
  37.     the fifth line.  BE CAREFUL TO TYPE THEM IN CORRECTLY!! There are       
  38.     around 5500 bytes of data to type in.  The translation codes for        
  39.     the special characters are provided in the "link85.txt" file.
  40.  
  41. 2.  Run the install program on your calculator.  After you run the install 
  42. program you can delete it if you want.
  43.  
  44.  
  45.  
  46. Instructions:
  47.  
  48. 1.  The first menu asks you what game you would like to play.  You can choose 
  49. a stored game or a new game.
  50. **** IMPORTANT****
  51. If you are playing the game for the first time you must store a game before 
  52. you can load it.  Therefore the first time you must play pick <NEW>.  
  53. Choosing to load a game that was never saved will cause the program to error.  
  54.  
  55. 2.  Choose your level.  The different levels only offer different board 
  56. setups, not increased difficulty.  The TI-85 is not sophisticated enough to 
  57. support this.
  58.  
  59. 3.  Start the play.  The calculator will draw the screen and the play will 
  60. begin.  Use your arrow keys to move the paddle at the bottom of the screen to 
  61. bounce the ball in order to hit the bricks near the top of the screen.
  62.  
  63. 4.  At any time hit <enter>.  This will cause you to jump to a menu.  
  64.     a.  <CONT>  Reenters the game where you left off.
  65.     b.  <SAVE>  Enters the save menu.
  66.     c.  <NEW>   Restarts the program.
  67.     d.  <QUIT>  Exits the program.
  68.  
  69. 5.  If you enter the <SAVE> menu you will be prompted to save the game as 
  70. game 1-4.  Or you can press back which will restore you to the previous menu.
  71.  
  72.  
  73.  
  74. Additional notes:
  75.  
  76. --Every saved game is totally independent of the others.  You can save as 
  77. many as four games and recall them at any time.  The variables that the game 
  78. information is stored in are fairly unique so it is unlikely that you will 
  79. overwrite them.  Of course, if they are overwritten the game may not function 
  80. correctly.
  81.  
  82. --If you have any questions or problems you can contact me one of four ways:
  83.     --My address is:
  84.     Joel Bierling
  85.     6941 Adaside Dr. S.E.
  86.     Ada MI, 49301-9161
  87.  
  88.     --My voice phone number is:
  89.     (616) 676-2380
  90.  
  91.     --My modem phone number is:
  92.     (616) 676-1024 (Call me via voice before calling this number) 
  93.  
  94.     --You can also send email to me via the Jungle BBS.  The phone          
  95.     number is (616) 940-3905.  Send mail to the "Jackal".  Ask the          
  96.     wonderful Sysop, Brass Monkey, to help you should you have any          
  97.     problems.
  98.  
  99. --If you would like to donate money to the worthy programming cause send $5 
  100. to my address listed above.  If you do so you will receive any additional 
  101. updates to this program free of charge as well as access to many other 
  102. utilities and games.  I have many utilities such as 3D graphing, trigonometry 
  103. solving, and many others.  I also have games such as Connect four, Othello 
  104. (known to Windows users as Reversi), a puzzle game, Battle Ship, Scorched 
  105. Earth, Yahtzee, Backgammon, and many more.
  106.  
  107. --Breakout is provided to you free of charge!!!  Learn the routines in the 
  108. program and use them to create your own.  Feel free, be creative.
  109.  
  110. --Breakout can be transferred and copied freely, but only as the original 
  111. archive file.  The files contained in the archive are listed at the beginning 
  112. of this document.
  113.