These are a few small programs I made a while ago. If you have any suggestions on my thread format or the program features/optimization, feel free to say so.
The first program is one I made for if people using getkey in his or her program. It shows the getkey value of the button you press in case you are somewhere you can't look it up. I don't know how to link the file, so I'll just post it.
Size: 33 bytes
Compatibility: Ti-83/84 Plus/Silver Edition. (It should work with CSE/CE, but it's currently untested.)
ClrHome
Repeat 0
Repeat Ans
getKey
End
Disp Ans
End
This program is a simple guessing game I made
Size: Around 185 bytes. (PLEASE READ: I tried save as with TokenIDE based off the original program, but when I rename .txt to .8xp, it says unhandled exception. Wabbitemu says invalid file argument. Anyone know why? Thus, I can only base size off of the last number I saw.)
Compatibility: Verified with Ti-83/84 Plus/Silver Edition. (CSE/CE should mostly work, but untested.)
randInt(0,999→N
Disp "Guess between 0-999
Pause
10→I
While I>0 and G≠N
ClrHome
Input "GUESS:",G
"LOWER HIGHER
Disp sub(Ans,1+6(G<N),6)
I-1→I
Disp "TRIES:",I
Pause
End
ClrHome
"WON!LOST"
Disp "YOU",sub(Ans,(1+4(I=0)),4
Disp "NUM:
Disp N
Pause
ClrHome
Output(1,10,"