This is a documentation for Board Game Arena: play board games online !

Gamehelppente

From Board Game Arena
Jump to navigation Jump to search

For tips on how to play pente, see Tips_pente

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.

Training mode only
Default
Other

Board size

9x9
13x13
15x15
19x19

Variant

Winning conditions of a game are displayed above the game board.

# of players
2
3
4
Free-for-all
Team
All options win
Align exactly 5 stones in a row
Align exactly 4 stones in a row
Overline win
May align more than 5 stones in a row
May align more than 4 stones in a row
Capture win
Make 5 captures
Make 4 captures
Capture three
May capture two or three stones (Keryo Pente)
Self-capture
No effect: a stone may be placed in a capture position
Self-capture: results in self-capture! (Poof Pente)
Forbidden: a stone may not be placed in a capture position
Overtime capture
Break the line: may capture to break a winning line (Boat Pente)
Capture the line: may capture an entire winning line
Mixed capture
Enabled: May capture stones of mixed colour
Disabled: Captures of one colour only

Opening rule (2 player only)

The first three options are unavailable in ranked games due to first player advantage.

Opening Rule
Description
None
Pro
Long Pro
Swap
Swap 2
The game starts without any opening restrictions.
The first stone of the first player must be placed in the centre of the board.

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 first player must be placed in the centre of the board.

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 first player places four stones, two white and two black.

The second player then chooses which colour to play as.

Play proceeds from there as normal with white playing their third stone.
The first player places three stones on the board, two white and one black.

The second player then has three options:

  1. choose to play as white
  2. choose to play as black and place a second black stone
  3. 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.

Preference
Description
Display confirmation
Highlight last move
Display coordinates
Enabled: Confirm button is displayed after placing a stone.

The player must confirm to complete their move.

Red buttons are irreversible.
Disabled: Cannot undo any move except:
  • swap: first three stones
  • swap 2: first two stones and the fourth stone from the third choice
see Opening rule (2 player only)
Enabled: The last move is highlighted with a small orange red colour.
Disabled
Enabled
Disabled

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.

Penteoverline.png

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.

Penteselfcapture1.png

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.

Penteselfcapture2.png

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.