flag_cell
Mark or unmark a cell on a Minesweeper game board by specifying its coordinates and board ID. Essential for identifying potential mine locations 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 |