Re: Dice roller for TI-85


[Prev][Next][Index][Thread]

Re: Dice roller for TI-85



Do you want it graphical?
If not, this is what to type in (note:This code is for 82 BASIC, but it
should pretty similar to what to do on an 85):

:iPart rand6+1\->\A
:iPart rand6+1\->\B
:Disp A
:Disp B

If you want it graphical, draw out the dice and use text to display the
numbers.
Whoops!  I forgot there's no text on the 85, sorry!  :-(

~ADAMMAN106