Minesweeper Hint System

Ruth Hoffmann
Wednesday 28 February 2024

Imagine playing Minesweeper and getting stuck. This system uses smart techniques to assist your gameplay. It combined two solving methods: constraint programming, which helps narrow down where mines might be based on the rules of the game, and probability, which calculates the likelihood of a tile containing a mine. So, when you’re don’t know which square to click next, this system gives you a hint based on these strategies, which will increase your chance of beating the game.

Keywords

Dissertation, Minesweeper, Logic, Game, Solver, Probability, Constraint Programming, Minizinc, Python, Computer Science

Staff

[Ruth Hoffmann]{rh347}, [Mun See Chang]{msc2}

Related topics

Share this story