Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 591 Bytes

PyMineSweeperClone

A Minesweeper clone in Python that uses PyQt5, Unit-testing, Workers, SQLite, and Pickles. The game logic is based on graph theory.

Screenshot of the application running on Mac OS X.

Video of the game's features.

Gamemodes

Includes both classic mode and hexagonal mode.

Design

This software was designed to maximise code reuse between both versions of Minesweeper.