Space Snake

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

Author:

12Me21

Download: SCGM.8xgNo Download Available
Version: 2.0
Compatibility: TI-83+/84/SE
File Size: 950 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD

Use the up/down arrows to move up and down, and go through the = signs (asteroids) to get points (you get a point when the 2 pixels above and below you are both on)

(sorry about the crappy animation, jsTIfied's animated screenshot tool is glitchy. The real game looks much better (though it's more blurry))

It is short enough to type into your calculator:

prgmSPCESNKE
:0->I%
:ClrDraw
:Repeat pxl-Test(31,47
:Pxl-On(31,47
:Text(randInt(0,57),91,"=
:I%+pxl-Test(30,47)pxl-Test(32,47->I%
:getKey
:If Ans=25
:Asm(prgmDOWN
:If Ans=34
:Asm(prgmUP
:Text(0,1,I%
:Asm(prgmLEFT
:End
:Text(0,0,"          (10 spaces)
:If I%>ZnMax
:I%->ZnMax
:For(X,1,9
:Asm(prgmFLASH
:End
:Text(51,0," SCORE: ",I%
:Text(57,0," HIGHSCORE: ",ZnMax
:Pause :ClrHome

prgmUP
:AsmPrgm214C9311409301F402EDB0EB010C00EF304CEF6A48C9

prgmDOWN
:AsmPrgm213396113F9601F402EDB823010C00EF304CEF6A48C9

prgmLEFT
:AsmPrgm213F960E40060CB7CB162B10FB0D20F5EF6A48C9

prgmFLASH
:AsmPrgm210000115F3FEF5F4DC9

Also, it doesn't use any variables! (except for keeping track of the score)

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.