create_board
Generate custom Minesweeper boards by specifying dimensions and mine count. Use this tool to create unique game setups for Minesweeper gameplay through the MCP server.
Instructions
Create a new Minesweeper board with specified dimensions and mine count
Input Schema
Name | Required | Description | Default |
---|---|---|---|
height | Yes | Height of the board (number of rows) | |
id | Yes | Unique identifier for the board | |
mineCount | Yes | Number of mines to place on the board | |
width | Yes | Width of the board (number of columns) |