Play the classic Minesweeper game with a Python twist! This implementation uses Pygame to bring the familiar challenge to your desktop. Customize the grid size, tackle various difficulty levels, and race against the clock to clear the board without detonating hidden mines. Enjoy an intuitive interface, dynamic difficulty options, and a satisfying winning animation. Clone the repository, install dependencies, and start playing with simple commands. Challenge yourself and share your victories on GitHub! 🎮💣
-
Clone the repo
git clone https://github.com/omardoescode/minesweeper
-
Install prerequisites
pip install -r requirements.txt
-
To start the GUI version
python main.py
-
To start the CLI version
python main_cli.py
Distributed under the MIT License. See LICENSE.txt
for more information.