Recently I started entertaining myself with the TI-Basic they(Ti) are offering, since my other programs are at home (and I need to get them). That’s made better when there are these expensive(and good) calculators just hanging around here for the wrong reasons.
It also give me something to do during evening study (when I am not supposed to have a laptop unknown to my academic dean)
In case one may wonder why is that all about, I might be able to write some programs that … nevermind.
You don’t have much of a hardware control, however. So no “stripping away calculator and make it arduboy” thing.
Plus, it’s just too expensive to be a arduboy clone anyway. @Mr.Blinky ?
Disp "X CODE"
Disp "ROSHAMBO"
Disp "TYPE 0,1,2 FOR ROCK,PAPER AND SCISSOR"
While 1
Disp "CHOICE"
Prompt C
randInt(0,3)→A
If A=3
Then
If C=1
Disp "YOU WIN"
If C=2
Disp "YOU LOSE"
End
If A=2
Then
If C=1
Disp "YOU LOSE"
If C=3
Disp "YOU WIN"
End
If A=1
Then
If C=3
Disp "YOU LOSE"
If C=2
Disp "YOU WIN"
End
If A=C
Disp "DRAW"
Disp "Continue? 0/1"
Prompt C
If C=0
Stop
End
End
Someone with a load of time might wanna type this into the calculator for me. Didn’t have time to check.
I wrote this in Ti Connect™ CE but can’t upload it to the calculator of mine.
Plus, I am very busy right now. I just took a 2 minute break and typed that up.
I thought about that, but there is no way to bring a .hex or .arduboy file onto it anyway.