This is a documentation for Board Game Arena: play board games online !
Gamehelppente
Gameplay
This capture variant of Gomoku is played on a Go board.
Players alternate turns placing a stone of their colour on an empty intersection. White plays first.
Players can capture a pair of their opponent's stones by placing one of their stones on either side of the pair lengthwise.
Options
This BGA implementation supports a plethora of variants and player preference options.
Board size
Variant
Winning conditions of a game are displayed above the game board.
Opening rule (2 player only)
The first three options are unavailable in ranked games due to first player advantage.
The first stone of the second player may be placed anywhere on the board.
The second stone of the first player must be placed at least three intersections away from the first stone.The first stone of the second player may be placed anywhere on the board.
The second stone of the first player must be placed at least four intersections away from the first stone.The second player then chooses which colour to play as.
Play proceeds from there as normal with white playing their third stone.The second player then has three options:
- choose to play as white
- choose to play as black and place a second black stone
- place two more stones, one white and one black, and pass the choice of which colour to play back to the first player.
Player preferences
Open the top-right menu from the game screen or use the 'Options' tab below the game board to access these preference options.
The player must confirm to complete their move.
Red buttons are irreversible.- swap: first three stones
- swap 2: first two stones and the fourth stone from the third choice
FAQ on variant options
Since various options can be combined with each other, here is an FAQ section to clarify rules implemented on BGA.
Overline
'Overlines allowed but do not win' option is removed, since it may lead the game into too many edge cases.
For example, when overline win is not allowed a game may end as a draw or even a defeat for the turn player.
If a player captures a stone at the end of the opponent's overline and creates a winning line, then the opponent fulfills the winning condition and can win the game.
Putting a black stone on red circled intersection captures the end of White's overline, thus making a winning line for each player and the game will be drawn.
If there were no black 5 in a row, White would have won instead.
Self-capture position
These rules apply to even teammate's self-captures, so be extra careful in team games with self-capture!
Forbidden
When inserting stone in self-capture position is forbidden, forbidden move rule takes precedence over capture or win.
In this case, White cannot place stone on red circled intersection even the placement would capture 2 black stones.
This applies even if the placement would reach needed score to win the game or create a winning line.
In other words, that intersection is essentially 'locked' for White.
Self-capture
Capture three and mixed capture rules are applied to not only normal captures, but also to self-captures.
This makes things much more complex in multiplayer games.
When Red puts a stone on the red circled center while capture three is on, 2 normal captures and 3 self-captures will trigger at the same time.
As a result more than 1 player can lay claim to captured stones except left green stone and right yellow stone, which will be captured by Red.
So, who should take the other stones then?
In current implementation, the contested stones are destroyed into pieces.
In other words, no one scores for those stones and they simply vanish.
Also, self-capture occurs before game end check. Thus, a player cannot create a winning line with a self-capture move.
Overtime capture
Overtime capture is only possible when the next player can prevent another player winning the game by alignment.
Overtime (Line break)
Currently, the implementation continues the game when a player aligns 5 or more stones in a row regardless of the situation (unless a player achieves capture win).
Then, the next player must capture (or trigger self-capture, in multiplayer mixed capture + self-capture games) and break all winning lines on the board, or pass the turn and resign.
Reducing overlines into 5 stones in a row is not considered as a legal line break, since 5 in a row still wins the game.
Overtime line break follows table's capture rule settings, unlike overtime line capture which is a special capture rule.
Overtime (Line capture)
A player may not perform overtime line capture when:
- Another player achieved capture win
- Another player created multiple winning lines
- 2 or more other players satisfied winning condition at the same time
- Both sides of the only winning line are blocked, or open
- The only winning line is blocked on one side but not by the next player's stone, so the next player cannot capture the winning line (in multiplayer games)
Overtime capture is only possible at the next player's turn.
So, inserting a winning line between 2 stones of the next player triggers neither self-capture nor overtime turn when self-capture rule is enabled.
No tiebreaker
Tiebreaker is not implemented. Every player meeting the winning condition shares the victory.