Game Settings

Here is a list of available settings:
- AI Model: Choose the AI backend used in Player vs AI mode. (Right-click move evaluation is available only in
minimaxmode.) - Difficulty: Select a difficulty level for
minimax.easyis the weakest (shallower search),mediumis stronger (time-bounded iterative deepening), andhardis the strongest (depth-10 PVS search with pattern-counted evaluation that scores capture threats, critical lines, and positional bonuses). (alphazerohas no difficulty setting.) - First Move: Assign which side is Black (first move). In this project,
Xis Black andOis White. In the board UI,Xis rendered as a dark stone andOas a light stone. - Enable Double-Three Prohibition: Toggle Double-Three Prohibition on or off. (In
alphazeromode, this is fixed to enabled.) - Enable Capture: Toggle the capture rule on or off.
- Capture goal (pairs): Set the number of captured pairs required to win by capture. Valid range: 3 to 7 (default: 5).
- Player 1 Advantage / Player 2 Advantage: Set the number of captured pairs each player starts with.
Note: When
AI Modelis set toalphazero, only First Move is editable. Other rule settings are locked to defaults (Enable Double-Three Prohibition: on,Enable Capture: on,Capture goal: 5,Player 1/2 Advantage: 0).