/number-guesser

This Python code implements a number guessing game where the player has 5 attempts to guess a randomly generated number between 1 and 100. It provides feedback on each guess and allows the player to play again if desired.

Primary LanguagePython

No issues in this repository yet.