(PT-BR)
Uma implementação para solucionar jogos de Campo Minado - Algoritmo AC3 para valores binários.
Baseei meu código nos códigos já criados por:
LuckyToilet (https://luckytoilet.wordpress.com/2012/12/23/2125/) -> https://github.com/luckytoilet/MSolver
Magnus Hovland Hoff (https://magnushoff.com/articles/minesweeper/)
(EN-US)
An Implementation of an Minesweeper Solver - AC3 Algorithm for binary values
I based my code on the codes already created by:
LuckyToilet (https://luckytoilet.wordpress.com/2012/12/23/2125/) -> https://github.com/luckytoilet/MSolver
Magnus Hovland Hoff (https://magnushoff.com/articles/minesweeper/)
The code has been adapted and summarized into a single file for use on the Minesweeper Online website. Compatible with "Standard" and "No Guessing" modes.
Launch one of these modes, open your browser's developer options (Ctrl + Shift + I) and paste the entire code into the terminal.
- Adding code into browser (it creates a modal if works properly).
- In-game modal example
- Solved game using tool