Learning project
- Left click (reveal cells), right click (mark cell), left+right click (validate cell)
- Configurable difficulty
- Restart popup with button at win/lose
- Display timer and remaining mines
Linux
- Run with Python environement:
python3 mine.py
Windows
- Run with Python environement (powershell):
python.exe mine.py
- Build standalone executable for Windows using py2exe (powershell):
python.exe freeze.py
- The result build is in
./dist
, double clickmine.exe
to run
- The result build is in
- python3 on Linux / Windows
- gedit text editor