If you want to add a counter that shows how many guesses you´d took befor you´d found the right number,
just add the blue lines below.
Int 100Ran#->A
0->C
Lbl 0
C+1->C
"GUESS, NUMBER 0-100"?->B
B=A=>Goto 1
B< A=>Locate 7,3,"BIGGER"_
B>A=>Locate 7,3,"SMALLER"_
ClrText
Goto 0
Lbl 1
Green "CORRECT!"
"NUMBER OF GUESSES:"
C_