Cheese Quest Part 4

You have not uploaded your program! Please edit the page to upload your program.

Author:

Robert Black

Download: README.txtNo Download Available
Version: 1.0
Compatibility: TI-83/84/+/SE
File Size: 0 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD

There are two bridges, you are trying to shoot the other person, you can damage their bridge by shooting it, you can repair it by trying to walk off.
The enemy has an insanely smart AI, and this program is so insanely fast you'll never recover, and, for once, I don't need help making it faster!
It's faster because the screen doesn't redraw itself.
I finally created a game more frustrating than flappy bird! >:)
I WILL FINISH THIS PAGE SOON
(sorry it is taking so long to finish this, but my friend has the calculator with the coding on it, and he keeps forgetting to bring it to school)

:ClrHome
:Disp "----"
:For(A,1,16
:Output(8,A,"-
:End
:{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}→⌊1
:{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}→⌊2
:3→W
:0→E
:13→X
:16→A
:8→B
:16→C
:1→D
:While 1
:getKey→K
:If X>1
:Then
:If K=24
:Then
:If ⌊1(X-1)=1
:Then
:Output(8,X,"-
:X-1→X
:Else
:If randInt(1,5) = 5
:Then
:Output(8,X,"-
:1→⌊1(X-1
:X-1→X
:End
:End
:End
:End
:If X<16
:Then
:If ⌊1(X+1)=1
:Then
:Output(8,X,"-
:X+1→X

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.