Should I make it where it's opperated on the graph screen instead of the home screen, to make it more fancy or add more features??
Yes
 100%  [ 2 ]
No
 0%  [ 0 ]
Total Votes : 2

I haven't posted in months.
So here you go.
Anyway, I replaced the Display commands with Output( commands, just to make it fancy, and I added "Previous Guess" display

Code:

ClrHome
Input "LOWER:",L
Input "UPPER:",U
ClrHome:0->T
randInt(L,U)->N
Repeat G=N
ClrHome:T+1->T
Output(6,1, "ATTEMPT:"
Output(6,9,T
Output(7,1,"PREV GUESS:"
Output(8,1,W
Prompt G
If G<N
Output(4,1,"HIGHER"
If G>N
Output(4,1,"LOWER
G->W
For(I,1,500)
End
End
Disp "YOU WON!",N
Disp "Tries:",T
Make it display a visual of all your guesses on the screen!
Maybe store T in an Appvar as like a highscore? Well, if you can do that in TI-Basic.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement