Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 271 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 271 Bytes

Number Guess

This is a simple number guessing game. The computer will pick a random number between 1 and 10. The player will have 3 chances to guess the number. If the player guesses the number, the game will end. If the player runs out of guesses, the game will end.