Skip to content

Releases: dianaalvarezz/Number-Guessing-Game

v1.0.0 - Initial Release of Number Guessing Game

20 Feb 18:09
381b028
Compare
Choose a tag to compare

I am thrilled to announce the initial release of the Number Guessing Game (v1.0.0)! This simple Python-based game is designed to offer a fun and interactive way to get familiar with basic programming concepts, including random number generation, loops, and conditional statements.

Key Features:

  • Dynamic Difficulty: The game dynamically adjusts the difficulty by calculating the number of guesses allowed based on the range between the provided lower and upper bounds.
  • Immediate Feedback: After each guess, the game informs the player whether their guess was too high, too low, or correct.

How to Play:

To play the game, simply enter a lower and an upper bound when prompted, and then try to guess the randomly generated number within the calculated number of attempts. It's a great way to test your intuition and understanding of probability!

Acknowledgements:

This game is a result of my journey in learning Python and is the first program I have ever coded in Python. I hope it serves as a fun tool for others on the same path.

Thank you for checking out the Number Guessing Game. Your feedback and suggestions are warmly welcomed as I continue to learn and improve this project.

Happy guessing!