Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 451 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 451 Bytes

GuessTheNumber

This is a simple game build using python Random library. Computer selects a random number based on the upper and lower limit set by the player. Now you have to enter your guess, and you'll get messages "go lower" or "gp higher" based on the difference between your guess and the number selected by computer.

Preview

image