flag_cell
Mark or unmark a cell as a potential mine on a Minesweeper board by specifying the board ID and cell coordinates. Use this tool to manage flagged cells during gameplay.
Instructions
Flag or unflag a cell on the Minesweeper board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | ID of the board | |
x | Yes | X coordinate (column) of the cell to flag | |
y | Yes | Y coordinate (row) of the cell to flag |