Skip to content

A PyQT5 clone for the the classic Windows XP game, Minesweeper

License

Notifications You must be signed in to change notification settings

dawsonbooth/pynsweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynsweeper

pynsweeper

Pynsweeper. Get it? PY-nsweeper. Like MINE-sweeper? But PY-thonic??

Description

This Python program is a clone for the Windows XP Minesweeper. The UI that resembles that of the classic game with PyQt5. Further plans include adding a settings pane to the UI for changing the board size and mine density.

Installation

With Git, Python, and Poetry installed, simply run the following command to get the project on your machine.

git clone https://github.com/dawsonbooth/pynsweeper

Usage

The main file, main.py will open a familiar graphical interface upon execution, and can be executed as follows:

python main.py

License

This software is released under the terms of MIT license.