🚀 A fun and interactive number-guessing game with Single Player and Multiplayer Mode!
✅ Single Player Mode – Try to guess a random number within a given range.
✅ Multiplayer Mode – Two players pick and guess numbers.
✅ Score Tracking – Saves high scores for both modes.
✅ Max Attempts Limit – Players must guess within a fixed number of attempts.
✅ User-Friendly Interface – Simple and fun to play!
python main.py
GuessMaster-2025_v1/
│── main.py # Main menu to start the game
│── singleplayer.py # Handles single-player mode
│── multiplayer.py # Handles multiplayer mode
│── singleplayer_scores.json # Stores high scores for single-player
│── multiplayer_scores.json # Stores high scores for multiplayer
│── README.md # Project documentation
git clone https://github.com/mr-veeru/GuessMaster-2025.git
cd GuessMaster-2025
python main.py
🔹 Flask Integration – This project will be expanded into a web application using Flask.
🔹 Web-Based Gameplay – Players will be able to play directly from their browser.
🔹 Leaderboard System – High scores will be stored in a database for global tracking.
Stay tuned for more updates! 🚀