Nothing Special   »   [go: up one dir, main page]

Skip to content

souravtecken/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages