A fun, interactive Number Guessing Game built with Streamlit. Try to guess the randomly generated number between 0 and 100!
- Random number generation
- Hint system (too high/too low)
- Attempt tracking
- Responsive UI
- Play again functionality
- Python 3.8+
- Streamlit
- Clone the repository
- Install dependencies:
pip install -r requirements.txt