Cheese Quest part 1

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

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

Cheese Quest is a game where someone kills all the cows on the world except 2, which he captures, so he can get rich off the only cheese supply in the world. Part 1 is crossing the dangerous terrain to reach his fortress.
Cheese Quest part 2 is coming soon. EDIT: Part 2 is here!
Press up to jump.
There is a glitch where the platforms turn invisible when they reach the left side of the screen…

:ClrHome
:{3,5,8,10,13}→⌊1
:{2,3,4,5,7}→⌊2
:7→Y
:0→Z
:0→W
:0→B
:0→V
:Lbl AA
:Z+1→Z
:For(W,1,5
:⌊1(W)-1→⌊1(W)
:End
:ClrHome
:For(W,1,5
:Output(⌊2(W),⌊1(W),"-
:End
:Output(Y,4,"*
:getKey→K
:For(W,1,5
:If ⌊1(W)=4 or ⌊1(W)=3 or ⌊1(W)=2 or ⌊1(W)=1 or ⌊1(W)=0
:Then
:If ⌊2(W)=Y-1
:Then
:If K=25
:Then
:2→B
:End
:If not(K=25
:Then
:0→B
:End
:End
:End
:Y+B→Y
:If Y<1
:Then
:Output(100,100,"P
:End
:If B>-1
:Then
:B-1→B
:End
:If not(Z>99
:Goto AA
:Disp "GOOD JOB!"
:Disp "YOU FINISHED"
:Pause "PART 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.