Ti 84 Calculator Games Snakes

Автор:

If you have ever played any of the snake, mofrog, nibbles, etc. games, then this game should be familiar to you. The basic premise is to go around eating food and the snake grows longer with each piece of food. Like with the other games, try out the game and try to understand and think through the code.

If you have ever played any of the snake, mofrog, nibbles, etc. Games, then this. In case you want to try the program on your calculator, you can download the. R/ti84hacks: A place for calculator users to post questions, apps, programs, tutorials, and more for TI-84 Plus Graphing Calculators.

Table of Contents

The Code

:26→K
:1.1→B
:{4Ans→A
:ClrHome
:For(A,1,E2
:randInt(1,16)+.1randInt(1,8→C
:Repeat C=Ans(1
:A→dim(⌊A
:⌊A(1
:Output(10fPart(Ans),int(Ans),'O
:Output(10fPart(B),int(B),' // 1 space
:Output(10fPart(C),int(C),'*
:getKey
:If Ans=45
:Goto 0
:If Ans=34 or 2>abs(Ans-25
:Ans→K
:⌊A(A→B
:⌊A(1)+(K=26)-(K=24)+.1((K=34)-(K=25
:If max(LA=Ans
:Goto 0
:Ans+16(not(int(Ans))-(17=int(Ans)))+.8(not(fPart(Ans))-(.9=fPart(Ans
:augment({Ans},⌊A→A
:End
:augment(Ans,{Ans(A→A
:End
:Lbl 0
:ClrHome
:A Free download corel draw x4 portable for windows xp.

The Download

In case you want to try the program on your calculator, you can download the program in .8xp format.

Other Versions

Snake is a rather popular game to code since it showcases many features of the TI-BASIC language and provokes algorithmic thinking. Below are some other snake clones that you can study and compare to observe the classic tradeoffs in speed, memory efficiency, features, and aesthetics.

  • XSnake by XprO — Optimized for pure speed
  • Nibbles by Edward H — Requires no auxiliary lists, and hence memory efficient
  • Nibbles Arcade by SiCoDe — Feature-heavy with snake variations and an AI