π§Ύ README.md Template markdown
A responsive web-based guessing game built with Flask. Pick your difficulty, guess the secret number, get hot/cold hints, track your accuracy, and replay as many times as you like!
- Difficulty Modes: Easy (1β50), Medium (1β100), Hard (1β200)
- Proximity Hints: βVery close!β, βToo high!β, βToo low!β
- Accuracy Scoring: Score out of 100 based on guess precision
- Guess History: See all your previous guesses
- Replay & Reset: Start new games without restarting the server
- Responsive UI: Modern CSS, centered card layout, speech-bubble feedback
- Python 3.x
- Flask
- Jinja2 templating
- HTML5 & CSS3
- Session management
- Install dependencies:
pip install flask
Run the app:
bash python app.py Open your browser:
http://127.0.0.1:5000 π¨βπ» About Created by Mark Dennis π GitHub Profile π Bacolod, Philippines
π Future Enhancements Add leaderboard or score tracking
Store game history in a database
Add sound effects or animations
Deploy to the web via Render or Vercel
π€ Contributions Suggestions and forks are welcome! Feel free to star β or open an issue.