0 Members and 2 Guests are viewing this topic.
The secret project is going to be very related to WFRNG, but it's not just a port. (I have actually written a port of it already, but that's irrelevant...)
Quote from: JosJuice on December 18, 2010, 03:03:43 pmThe secret project is going to be very related to WFRNG, but it's not just a port. (I have actually written a port of it already, but that's irrelevant...)Are we going to lose The Game when it's announced?EDIT: I lost
wrong one i hope you can download another oneVTI emulates the 86, just download a ROM somewhere
:Lbl A:ClLCD:Disp "Nick Disabato's","/<-3R33+ Number","Guessing Program","","Choose a number","from 1-30":Lbl P:Prompt A:Lbl B:If A>30 or A<1:Then:Disp "Out of range!":Goto P:Else:Goto C:End:Lbl C:ClLCD:randInt(1,30)→B:ClLCD:Lbl D:If A≠B:Then:Disp "No, that's not it!":Prompt A:If A>30 or A<1:Then:Disp "Out of range!":Goto D:Else:Goto D:End:Else:Disp "YES!","Nick's ticalc.org","password is","**********":Pause:ClLCD:End:Stop