This is an attempt of doing a minesweeper in pygame
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
python src/main.py
python3 src/main.py
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.