Python implementation of Minesweeper game, solved by pure math and AI.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
110
commits
add(autosolver): in sets strategy, skip the pair if both have 0 nearby mines left or if non flagged neighbors sets are the same
a6ff87aView on GitHubdoc, refactor(autosolver): minor changes with some doc additions
6b766d6View on GitHubchg(autosolver): replaced first_move_ with _open_random_cell
035be04View on GitHubchg(autosolver): renamed 'random_move' to '_open_random_cell'
f7e6a81View on GitHubfeat(game): keeps track of the outcome of the game, whether the player has won or lost
0de6ee7View on GitHubrefactor(game): use 'cell' as an alias for 'event.widget'
2a0d161View on GitHubchg(autosolver): replaced get_nearby_cells function calls with cell.neighbors
7047f81View on GitHub