reveal_cell
Reveal a specific cell on a Minesweeper board by providing its coordinates and board ID for gameplay progression.
Instructions
Reveal 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 reveal | |
y | Yes | Y coordinate (row) of the cell to reveal |