Skip to content

sushanthkumar2004/minesweeper

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages