SkillAgentSearch skills...

Minesweeper

An ancient logic game which has been stumping puzzle lovers since 1992. We have coded a logical agent to play (and win) this game. As the agent uncovers squares, it builds a knowledge base and makes inferences about which squares are safe and which squares contain mines. As the agent examines the safe squares, more areas are opened. Sometimes, the agent is unable to determine whether a square is safe or not. In the case, advanced tactics for a probabilistic treatment of forced guesses are employed.

Install / Use

/learn @thedtripp/Minesweeper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Minesweeper

<img src="https://github.com/thedtripp/Minesweeper/blob/main/assets/Minesweeper-banner-img.png" alt="">

Description

An ancient logic game which has been stumping puzzle lovers since 1992. We have coded a logical agent to play (and win) this game. As the agent uncovers squares, it builds a knowledge base and makes inferences about which squares are safe and which squares contain mines. As the agent examines the safe squares, more areas are opened. Sometimes, the agent is unable to determine whether a square is safe or not. In the case, advanced tactics for a probabilistic treatment of forced guesses are employed.

Sample Output

<img src="https://github.com/thedtripp/Minesweeper/blob/main/assets/minesweeper-output.png" alt="">

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4mo ago
Forks0

Languages

Jupyter Notebook

Security Score

67/100

Audited on Nov 21, 2025

No findings