8000 GitHub - pedrovitorsilva/MinesweeperGuide: An Implementation of an Minesweeper Solver - AC3 Algorithm for binary values.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pedrovitorsilva/MinesweeperGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Minesweeper Guide

(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/)

How to Use

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.

Examples

  • Adding code into browser (it creates a modal if works properly).

image

  • In-game modal example

image

  • Solved game using tool

image

About

An Implementation of an Minesweeper Solver - AC3 Algorithm for binary values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0