- Multiplayer version of Minesweeper game we all know, written in Pygame library of Python.
- Due to multiplayer nature of the game, goal is not running away from mines but finding flags.
- Just left click to the tiles, nothing else is needed.
- Currently online playing isn't possible but you can play with someone next to you.
- Download latest version here (Windows only)
- Written in Python 3.8.5, Pygame 2.0.1
- Works with Python 3.6+, Pygame 1.9.2+
pip install pygame
if Pygame isn't installed.- run __main__.py with Python.
pip install cx_Freeze
if cx_Freeze isn't installed.- run __setup__.py with Python.