Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.1 KB

File metadata and controls

29 lines (17 loc) · 1.1 KB

MineSweeper

forthebadge forthebadge forthebadge

MineSweeper is a simple game made using tkinter library. Objective is to clear all the cell without detonating the mines hidden inside them

Alt text

How to Download

Download this project from here Download MineSweeper

Requirements

No external package is required.

Usage

Double click the game.py to open the game, select any level and click start game. Click on a cell to discover element hidden inside it. A number represents number of mines nearby its surrounding.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.