Minesweeper in Python
This is a Python implementation of the classic Minesweeper game using the Pygame library. The game includes different difficulty levels, sound effects, and an easter egg mode.
- Clone the repository:
git clone https://github.com/yourusername/Minesweeper-Python.git
- Navigate to the project directory:
cd Minesweeper-Python - Install the required dependencies:
pip install pygame
Run the game by executing the minesweeper.py script:
python minesweeper.py- Multiple difficulty levels: Easy, Medium, Hard
- Sound effects for various actions
- Easter egg mode with special background and music
- Save and load game functionality
- Scoreboard to track high scores
- Left-click to reveal a cell
- Right-click to flag/unflag a cell
- Press
Escto return to the main menu