https://github.com/niel0503/guessnumber
Guess the Number is an exciting interactive game created with Python
https://github.com/niel0503/guessnumber
python
Last synced: 4 months ago
JSON representation
Guess the Number is an exciting interactive game created with Python
- Host: GitHub
- URL: https://github.com/niel0503/guessnumber
- Owner: NiEl0503
- Created: 2024-03-02T15:21:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:59:44.000Z (over 1 year ago)
- Last Synced: 2025-01-13T20:43:59.493Z (6 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guessNumber 🔢🎲🎮
Guess the Number is an exciting interactive game created with Python. Set in the terminal, it challenges players to guess a random number between 1 and 100. In this intriguing duel between the player and the computer, every attempt matters as they must interpret clues provided by previous guesses, determining whether the sought-after number is "too high" or "too low". Get ready for a captivating and adrenaline-filled gaming experience!
## Game Structure ✨
- A random number is generated between 1 and 100.
- A loop is set up prompting the player to guess the number.
- The player's input is compared with the secret number. If the player guesses correctly, the game ends. Otherwise, a clue is provided indicating whether the secret number is higher or lower than the one entered by the player.
- Logic is implemented for the computer's turn, which may include guessing strategies.
- The game continues until either the player or the computer correctly guesses the number.
## Developer 👩💻
Ninoska Contreras
[](https://github.com/NiEl0503) [](https://www.linkedin.com/in/ninoska-contreras-86b075129)