Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 503 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 503 Bytes

Number Guessing Game

This is a basic number guessing game. The game will as you to choose a range of numbers. You should use only whole numbers.

The game will then randomly selected a whole number between your provided range. As you enter your guesses, the game will provide feedback letting you know if your guess is too high or too low. Adjust your guess until you get the number correct. The game will tally your total number of guesses and provide it as your score. The lower score, the better.