https://github.com/zachstence/minesweeper-solver
A program that (hopefully) plays and solves any size game of minesweeper using optimal play strategy.
https://github.com/zachstence/minesweeper-solver
Last synced: about 1 month ago
JSON representation
A program that (hopefully) plays and solves any size game of minesweeper using optimal play strategy.
- Host: GitHub
- URL: https://github.com/zachstence/minesweeper-solver
- Owner: zachstence
- Created: 2018-07-27T18:59:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T15:46:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T12:25:37.850Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper-Solver
A program that (hopefully) plays and solves any size game of minesweeper using optimal play strategy.