Minesweeper AI
AI agent for solving the Minesweeper game
Quick Summary
An intelligent agent was implemented in Python to solve the Minesweeper game, achieving an accuracy of 80% (8x8 boards with 10 mines). The model checking method was optimized using a recursive backtracking algorithm, resulting in an average running time reduction of 79% across 100 games.