๐งพ 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.