The minesweeper.js file contains the core implementation of Minesweeper. This contains all the game logic, and is UI-agnostic. Currently, a HTML5 Canvas user interface example is included and the game ...
This readme explains how to use the software and what techniques the solver uses. This is a rewrite of my Java minesweeper solver in javascript. All the processing runs on the local (your) machine.
Contrary to Minesweeper, which finds the location of mines using numbers as hints, ' Mineplacer ', which installs mines to match the numbers of open squares, is open to the public for free. Unlike ...