Cheese Quest part 2

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

Part 2 is where you are trying to get through the city walls. You control the paddle on the bottom, and the calculator controls the paddle on the top. If you get the ball past the paddle on top, it smashes part of the wall and you need to get the ball through there. This is a modified version of a program I found online. (The original coding only had one paddle (yours), and there wasn't a way to win)

If you played this game, please comment, I want to see how many people have played this.

:Delvar C
:Delvar G
:{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}→⌊1
:7→A
:8→B
:1→D
:5→I
:randInt(1,2)→J
:0→Q
:-1→E
:6→F
:While not(C
:ClrHome
:0→W
:Output(A,B,".
:Output(8,F,"--
:Output(2,I,"==
:Q+1→Q
:If Q=J
:Then
:1→J
:0→Q
:randInt(1,5)→S
:If S=1
:Then
:3→J
:End
:B→I
:End
:If A=1
:-D→D
:If A=7
:Then
:If B>=F-1 and B<=F+2
:-D→D
:End
:If A=3
:Then
:If B>=I-1 and B<=I+2
:Then
:abs(D)→D
:End
:End
:If A=2
:Then
:While not(W=16
:W+1→W
:If B=W
:Then
:If ⌊1(W)=0
:Then
:Pause "YOU WON PART 2!
:Output(100,100,"P
:End
:If ⌊1(W)=1
:Then
:0→⌊1(W
:End
:End
:End
:End
:0→W
:While not(W=16
:W+1→W
:If ⌊1(W)=1
:Then
:Output(1,W,"-
:End
:End
:If B=1 or B=16
:-E→E
:(A=8)→C
:A+D→A
:B+E→B
:getKey→K
:F+(K=26 and F<13)*2-(K=24 and F>1)*2→F
:End
:Pause "YOU LOSE"
:ClrHome
:Output(1,1,"")

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.