Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 541 Bytes

CheeSweeper

This is a basic Minesweeper game written in Python 3 using tkinter as a graphics library.

Requirements

  • Python 3 (tested on 3.5.2)

Usage

To run the game, execute:

./cheesweeper.py

Field dimensions and number of mines are hardcoded.

Acknowledgements

Big thanks to Kenjomik for the pixel cheetah icon.

Tk window centering code taken from this Stack Overflow post.