Skip to content

Started off as a 3 hour challenge. But that's how long the logic took alone and then like 2-3 hours for the GUI. Then networking took about 12 hours as it required new GUI elements, a lot of logic, and learning some quirks of QT sockets.

Notifications You must be signed in to change notification settings

tedik123/Minesweeper

Repository files navigation

Minesweeper

A minesweeper game using pyqt5, to test my knowledge of pyqt5 and networking.

It has multiplayer but is hosted peer-to-peer and unfortunately requires port forwarding to host. It will also save high scores locally based on the timer (only for single player).

Run the game through the Main.py script.

alt text

The art is not mine. Credits to @egocider for the winning game screen.

About

Started off as a 3 hour challenge. But that's how long the logic took alone and then like 2-3 hours for the GUI. Then networking took about 12 hours as it required new GUI elements, a lot of logic, and learning some quirks of QT sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages