Thu Apr 21 2022
A minesweeper AI that uses a combination of logical deduction and probability to play minesweeper. This project was built with p5.js. This solves constrained satisfaction problems using a backtracking algorithm. The algorithm is as follows: