Minesweeper in python 3.10.1
It's just minesweeper, but in python!
In order to build pynesweeper into an EXE, you need to have a few things installed. check requirements.txt for more info.
Once you have all the dependencies, simply run:
[Wherever you saved these files]> build.bat
EX:
C:\Users\<YourName>\Downloads\pynesweeper> build.bat
Or from Windows Explorer:
open the 'build.bat' file.
- Add timer in UI
- Fix rendering engine for large map support