Package-level declarations
Functions
Composable rendering the interactive Reversi game board. Displays the grid, pieces, and available moves (if target mode is enabled). Handles user clicks for piece placement with click blocking during animations.
Renders the board grid with cells, pieces, and animated indicators for valid moves. Supports animation feedback for available moves in target mode.
Button to pass the current player's turn.
Toggle button for target mode, showing available moves on the board. Displays "Target ON" or "Target OFF" based on the current state.
Creates a test tag for the game board.
Creates a test tag for a specific board cell.
Creates a test tag for the game page container.
Creates a test tag for a piece on the board.
Creates a test tag for a player's score display.
Creates a test tag for the target mode toggle button.