Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niel0503/guessnumber
Guess the Number is an exciting interactive game created with Python
https://github.com/niel0503/guessnumber
python
Last synced: 3 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:59:44.000Z (8 months ago)
- Last Synced: 2024-03-13T18:59:29.620Z (8 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
[![Github Badge](https://img.shields.io/badge/-Github-000?style=flat-square&logo=Github&logoColor=white&link)](https://github.com/NiEl0503) [![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white&link)](https://www.linkedin.com/in/ninoska-contreras-86b075129)