Skip to content

gBloxy/modern-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g_Bloxy's Minesweeper

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.

Screenshots

social preview
theme page extreme classic

Gameplay

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 !

Controls

  • 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

Play the game

Extract the .zip file and just execute the Minesweeper.py file inside the game folder.

Requirements

  • Make sure you have python installed.
  • Use the package manager pip to install pygame.
pip install pygame

Contributing

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.

Credits

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.

License

The game is licensed under the GPL-3.0 license - see the LICENSE file for details.