Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 360 Bytes

Guess

Guess the number in Python

Guess!

This game asks player to take a guess of a number between a certain range. If the guess was correct, player wins. If the guess was incorrect, the player is asked to guess again and they are given hint if they were guessing too high or too low After numerous of incorrect attempts, the game is over and player loses