Guessing Program
You have not uploaded your program! Please edit the page to upload your program.
|
|||||||||||||||
Guess a number from 1 to 8! This program takes a keyed-in input from the user. INSTRUCTIONS Use the left and right arrow keys to navigate between the numbers; once the asterisk is beneath the user's choice, they may press [ENTER] to select said number. They may choose to select the same number multiple times. OTHER INFO Uses 880 RAM. Uses variables D,A,U,L,R,T,G, and Str5 |
What the community thinks:
I haven't been able to look at the code or see the program, but from your description I had a few things on my mind.
Why did you use an input where the user has to scroll through options to input? It could easily be formatted to use the keypad to select a number. (Perhaps you could add functionality for both)
Why 1-8? Why not 1-9?
I will try and look at it more later.
Ah, the choices are all arbitrary. I can easily do as you said, but I wanted to experiment. (Any person with BASIC experience can make that!)