Solves Googles Minesweeper game.
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
39
commits
changed from if check to atempt to parse integer from tesseract scanned string. got some wierd characters out from empty fields ocationally. this should make sure only numbers go through.
6355dd4View on GitHubMoved the last methods referring to Field.board_coordinate to the Field class.
6fa8b0cView on GitHubRefactored many methods outside of the Field class to not use Field.board_coordinate. Instances of the class is now directly passed or used directly instead.
ee236f6View on GitHubcombined the advanced algorithms under one function and let both exhause the entire field before returning.
77f71b2View on GitHubThe more advanced algorithm now works (at least so far).
a50068aView on GitHub