Home - DavidNHill/Minesweeper GitHub Wiki

This wiki is intended to describe the software used to automate minesweeper play - it is a work in progress

The solver uses 5 main strategies which I call

  1. Trivial analysis
  2. Local analysis
  3. Probability engine
  4. Brute force
  5. Brute force deep analysis

The Terminology page should be consulted when reading the other sections.