souravtecken / minesweeper

A python version of the popular minesweeper game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

A recreation of the classic Minesweeper game in python.

To Run:

  1. Install tkinter:
sudo apt-get install python3-tk
  1. Install Pillow (PIL Fork):
pip install Pillow
  1. Run main.py
python3 main.py

Changes made to graphics.py:

  1. To support PIL image objects.
  2. To allow mouse right click.
  3. To obtain mouse coordinates without mouse clicks.

About

A python version of the popular minesweeper game


Languages

Language:Python 100.0%