This is a classic minesweeper game with a modern look made in python with pygame.
The game features four levels of difficulty from easy to extreme with six differents themes and a cool particles effect.
Link to the itch.io game page : minesweeper.
Minesweeper is a classic game where you navigate through a grid of squares. The goal is to uncover all the squares without hitting any hidden mines. Each square you uncover reveals a number, indicating how many mines are adjacent to that square. Use these clues to strategically uncover squares and flag potential mines. Be careful, though ! If you uncover a square with a mine, you lose. Good luck !
- reveal a tile : left click or RETURN
- flag / unflag a tile : right click or f
- chord : middle click or both left and right click or SPACE
- restart current level : Ctrl+r or F5
- quit : ESCAPE
- and more explained in the game menu
Extract the .zip file and just execute the Minesweeper.py file inside the game folder.
pip install pygame
If you encounter any issues, have suggestions, or need support, please don't hesitate to reach out by creating an issue in the repository.
All feedbacks are welcome.
This game and all its images were made by g_Bloxy.
Font used : Jet Brain Mono Semi Bold from JetBrains.
Sounds used are from Zapslat.com, Arthur on OpenGameArt, and internet.
The game is licensed under the GPL-3.0 license - see the LICENSE file for details.