26 lines
605 B
Markdown
26 lines
605 B
Markdown
# Interface
|
|
|
|
## Game
|
|
|
|
### Board
|
|
|
|
|
|
### Pools
|
|
|
|
|
|
### Indicators
|
|
|
|
- The player's turn is indicated by the presence of borders around the player's pool tiles.
|
|
- The turn counter is displayed in the top-right corner.
|
|
- The status of the game may be displayed in the bottom-left corner.
|
|
- If the user hovers over a tile, the position and piece are displayed in the top-left corner.
|
|
|
|
|
|
## Practice Mode
|
|
|
|
### Auto Play
|
|
|
|
Auto play makes moves for one player using a forward-looking score-based algorithm.
|
|
|
|
To start auto play, click the Auto button; auto play selects a player based on the rotation of the board.
|