Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1009 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1009 Bytes

GuessTheNumberGame

Number Guessing Game with Streamlit

Welcome to the Number Guessing Game! This is a simple interactive game built using the Streamlit framework in Python. The game challenges players to guess a randomly generated number within a specified range. It's a fun way to test your guessing skills while exploring the capabilities of Streamlit for creating interactive web applications.

Features:

  • Set your desired range by specifying lower and upper bounds.
  • Make guesses and receive feedback on whether your guess is too high or too low.
  • Keep track of the number of attempts it takes to guess the correct number.
  • Reset the game to start over with a new target number and attempts count.

Usage:

  1. Install the required dependencies using pip: pip install streamlit
  2. Run the game script: streamlit run number_guess_game.py

Feel free to explore the code, customize the game, and even contribute improvements or new features. Happy guessing!


Contributors: [Maaz Aslam]