fuck html
This commit is contained in:
parent
97e588cc89
commit
1cd509cbaf
@ -2026,41 +2026,41 @@ Old money bitch underscores
|
|||||||
Disp "GUESSNEXT","CODED BY","DEVEN BLAKE 2018
|
Disp "GUESSNEXT","CODED BY","DEVEN BLAKE 2018
|
||||||
Pause
|
Pause
|
||||||
ClrHome
|
ClrHome
|
||||||
5->A
|
5->A
|
||||||
|
|
||||||
//Prepper
|
//Prepper
|
||||||
Lbl A
|
Lbl A
|
||||||
5+A->A
|
5+A->A
|
||||||
Disp "GUESSES:",A
|
Disp "GUESSES:",A
|
||||||
Pause
|
Pause
|
||||||
randInt(1,100)->B
|
randInt(1,100)->B
|
||||||
1->D
|
1->D
|
||||||
100->E
|
100->E
|
||||||
ClrHome
|
ClrHome
|
||||||
|
|
||||||
//Main loop
|
//Main loop
|
||||||
Lbl B
|
Lbl B
|
||||||
Disp D," TO",E,"","YOUR GUESS?
|
Disp D," TO",E,"","YOUR GUESS?
|
||||||
Input "> ",C
|
Input "> ",C
|
||||||
A-1->A
|
A-1->A
|
||||||
If C=B
|
If C=B
|
||||||
Disp "CORRECT","
|
Disp "CORRECT","
|
||||||
//Seperate IFs so as to avoid memory leakage
|
//Seperate IFs so as to avoid memory leakage
|
||||||
If C=B
|
If C=B
|
||||||
Goto A
|
Goto A
|
||||||
If C<B
|
If C<B
|
||||||
Then
|
Then
|
||||||
Disp "TOO LOW
|
Disp "TOO LOW
|
||||||
If C>D
|
If C>D
|
||||||
C->D
|
C->D
|
||||||
End
|
End
|
||||||
If C>B
|
If C>B
|
||||||
Then
|
Then
|
||||||
Disp "TOO HIGH
|
Disp "TOO HIGH
|
||||||
If C<E
|
If C<E
|
||||||
C->E
|
C->E
|
||||||
End
|
End
|
||||||
If A<1
|
If A<1
|
||||||
Then
|
Then
|
||||||
Disp "OUT OF GUESSES.
|
Disp "OUT OF GUESSES.
|
||||||
Return
|
Return
|
||||||
|
Loading…
Reference in New Issue
Block a user