Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 312 Bytes

File metadata and controls

5 lines (3 loc) · 312 Bytes

How this works?

The computer will think of a random number from 1 to 10, and ask you to guess it. The computer will tell you if each guess is too high or too low. You win if you can guess the number.

This is a good game to code because it uses random numbers, loops, and input from the user in a short program