Program: BLSTBALL Size: 6760 Category: TI-83+ (SE) Assembly games Purpose: TI-83+ Blaster Ball Author: JcN E-mail: JudeCN@aol.com Table of contents: 1. About 2. Legal Information 3. Program Description 4. Key Index 1 --------About-------- This program is a breakout type game with a few twists. 2 --Legal Information-- This program is freeware and may be used and kept free of charge. Please do not charge others for this program. It has no waranty, and anything that the program causes is not my fault. Please modify at your own risk. 3 -Program Description- This is basically a small breakout type game with four levels. I'm assuming that you know how to play (it is one of the oldest video games in the world, and it is still being played). The nice thing about it is that it is addicting and, in some levels, the bricks move. It does not support external levels, but I can send you the source code so you can write your own. Remember, this program is in the developing stage, so it lacks a title screen, a scoring system, and a life limit. Program modification is encouraged. Here are the unit descriptions: 0##############0 ################ This is your paddle #00000000000000# 0##############0 0##0 #0## This is the ball #### 0##0 0############0 ############## This is a level 1 brick. It takes one hit to destroy ############## 0############0 0############0 ######00###### This is a level 2 brick. It decays into a level 1 brick ######00###### when it is hit by the ball 0############0 0############0 #####0000##### This is a level 3 brick. It decays into a level 2 brick #####0000##### when it is hit by the ball 0############0 0############0 ###00000000### This is a level 4 brick. It decays into a level 3 brick ###00000000### when it is hit by the ball 0############0 0############0 #000000000000# This is a level 5 brick. It decays into a level 4 brick #000000000000# when it is hit by the ball 0############0 ############## #00##0000##00# This is the indestructable brick. You need not attempt to #00##0000##00# destroy these because they do not count. Your ball simply ############## bounces off of them (they are designed to be a nuisince) 4 ------Key Index------ Move paddle: Left and Right arrow keys Release ball (when it is on the paddle) 2nd