A simple and interactive web-based number guessing game built using Streamlit.
π https://guessinggame-09.streamlit.app/
- The app randomly selects a number between 1 and 100
- You try to guess the number
- It gives hints:
- π Too low
- π Too high
- Tracks number of attempts
- π Shows success when you guess correctly
- Python
- Streamlit
pip install streamlit
streamlit run app.py