Skip to content

jayjanusz/python-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Minesweeper Game

A minesweeper game in Python: players click tiles to reveal either a number (representing the number of mines surrounding the tile) or a mine (game over).

Current features:

Creates multicolour (green) grid with mines.

Players can choose to play easy (9x9), medium (16x16) or hard (32x16) mode. Hard mode may take a few seconds to load.

Players can flag squares (make them unclickable) by right clicking on a square.

Score counter.

Future features:

Zero sweep (if a space has no mines, continue to clear all spaces with zero surrounding mines until you reach a non-zero square).

Custom difficulty.

Gameplay

minefield

uncovered_tiles

flagged

mine

About

minesweeper game in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages