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.