Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 798 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 798 Bytes

Minesweeper in Python

This is an attempt of doing a minesweeper in pygame

demo

Video

https://youtu.be/7rqDYbTk8Wk

Install

Requirements:
python 3.6 to 3.8 (python 3.9 doesn't work)
Clone this repository:

git clone https://github.com/Magoninho/minesweeper.git

Change directory to the repository folder:

cd minesweeper 

Windows

python src/main.py

Linux

python3 src/main.py

License

This project is licensed under the terms of the MIT license. The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.