Releases: ripexz/python-tkinter-minesweeper
Releases · ripexz/python-tkinter-minesweeper
v0.7.1
- Fix Python3 crash due to wrong param type, force conversion to
int
v0.7.0
- More refactoring simplifying, reorganising and renaming things
- Option to restart the game after winning/losing
- Added timer
v0.6.0
- Refactor for clarity and fixing some duplication
- Fixed flagging not working on OSX
- Fixed incorrect mine counts near edges
- Adjustable grid size via code
- Added editorconfig