"Mini Snake" - Programmed by: Tim McMahon /Information/ This is yet another version of snake in basic. Here are a few vars if you want to "borrow" the source: W = Column of snake pixel H = Row of snake pixel R = Row of List L = Length of snake C = Reference for R so that it resets to 1 K = getkey var V = Column of random pixel X = Row of random pixel D = Direction of snake (1=Up,2=Left,3=Right,4=Down) S = Score (each dot eaten is one point) J = Speed of snake (by default this is 1) /Help/ How to use this program: Send it to your TI Calculator and select it from your program menu then run. The snake will start moving immediately. You can only go in three directions at one time using the arrows. You can't go backwards. [2nd] will pause the game, [Enter] will resume it. /Limitations/ The length of the snake is limited by the maximum size that a list can be and available space. The max length is restricted in the game to "999" as anything over will return an error from your 82, 83 or 83plus. *The code has been updated to validate the random pixel to further insure longer playing time. /Contact/ E-mail: timzone8(at)hotmail.com or portal3(at)gmail.com