razz_mines_click
Reveal cells in a Mines game to find gems and avoid mines, updating the grid state with each click to track progress and multiplier.
Instructions
Reveal a cell in an active Mines game. Returns the updated grid state. If you hit a gem, the multiplier increases. If you hit a mine, the game ends and you lose. Coordinates: row 0-4 (top to bottom), col 0-4 (left to right).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | Row to reveal (0-4, top to bottom) | |
| col | Yes | Column to reveal (0-4, left to right) |