Provides a customizable Minesweeper game server accessible through a Model Context Protocol.
This server offers a comprehensive Minesweeper game experience accessible through a Model Context Protocol. It allows users to create custom-sized boards (up to 50x50), manage multiple concurrent games, and interact with the game state using various commands like revealing cells or flagging mines. Designed for integration with AI assistants, it provides a programmatic way to play and analyze Minesweeper, making it ideal for developing automated strategies or interactive game experiences with ASCII art visualization.
Key Features
010 GitHub stars
02Customizable board dimensions and mine counts
03Manages multiple concurrent game boards
04ASCII art representation of game state
05Tracks game win/loss status and timing
06Supports revealing cells and flagging/unflagging mines
Use Cases
01Integrate with AI assistants to play Minesweeper strategically
02Develop automated Minesweeper solvers and bots
03Programmatically create and manage Minesweeper games for testing or interactive applications