Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

An implementation of minesweeper on PyQt6 complete with timer, score saving functionality and a difficulty selector with three options (easy, medium or hard). The board is based of the Lichess colorscheme, and the UI format is based of Google's minesweeper. To start the application, run the command

python3 main.py

from the cloned directory. Images of the completed application are shown below: minesweeper

Upon exploding a mine, all other mines will begin to explode in random order, and tiles that are not bombs but incorrectly marked with a flag will be replaced by an X. Image of a lost game shown below: minesweeper

About

An implementation of minesweeper in Python using PyQt6

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages