Puneet Varma (Editor)

Gomoku

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Gomoku

Gomoku is an abstract strategy board game. Also called Gobang or Five in a Row, it is traditionally played with Go pieces (black and white stones) on a go board with 19x19 (15x15) intersections; however, because pieces are not moved or removed from the board, gomoku may also be played as a paper and pencil game. This game is known in several countries under different names.

Contents

Black plays first if white did not win in the previous game, and players alternate in placing a stone of their color on an empty intersection. The winner is the first player to get an unbroken row of five stones horizontally, vertically, or diagonally.

Origin

It originated in Japan during the Heian period. The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe (五目並べ). Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok (오목 [五目]) which has the same structure and origin as the Japanese name.

The Japanese call this game Go-moku (five stones). In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k'i pan (qí pán) "chess-board."

Official rules

Besides many variations around the world, the "Swap2" rule (based on "swap" from Renju) is currently adapted in tournaments among professional players. The first player places 3 stones (2 black 1 white, if black goes first) on the board, the second player has the choice to take black/white or to place 2 more stones to change the shape and let the first player choose color. This is essentially a slightly more elaborate pie rule.

Swap2 solved the low complexity problem and makes the game fairer. Like other rules and variations, 100% fairness can be reached by playing two alternating games for each point.

Variations

Black (the player who makes the first move) was long known to have a big advantage, even before L. Victor Allis proved that black could force a win (see below). So a number of variations are played with extra rules that aimed to reduce black's advantage.

  • Standard gomoku requires a row of "exactly" five stones for a win: rows of six or more, called overlines, do not count.
  • Free-style gomoku requires a row of five or more stones for a win.
  • Caro

  • In Caro (also called Gomoku+, popular among Vietnamese), the winner must have an unbroken row of five stones and this row must not be blocked at both ends. This rule makes Gomoku more flexible and provides more power for White to defend.
  • Omok

  • Omok is played the same as Standard Gomoku; however, it is played on a 19×19 board and does not include the rule of three and three. The overlines rules still apply.
  • Optional ("house") rules

  • The rule of three and three bans a move that simultaneously forms two open rows of three stones (rows not blocked by an opponent's stone at either end).
  • The rule of four and four bans a move that simultaneously forms two rows of four stones (open or not).
  • Alternatively, a handicap may be given such that after the first "three and three" play has been made, the opposing player may place two stones as their next turn. These stones must block an opponent's row of three.
  • Efforts to improve fairness by reducing first-move advantage include the rule of swap, generalizable as "swap-(x,y,z)" and characterizable as a partially compounded and partially iterated version of the pie rule ("one person slices; the other chooses"): One player places on the board x stones of the first-moving color and a lesser number y stones of the second-moving color ("slicing" in the pie metaphor); the other player is entitled to choose between a) playing from the starting position, in which case the selecting player is also entitled to choose which color to play, and b) placing z (usually [(x - y) + 1]) more stones on the board at locations of that player's choice ("reslicing" in the pie metaphor, with limitations created by the board's existing setup akin to limitations arising from the existing slices in the pie), in which case the former player is entitled to choose which color side to play.
  • Specific variations

  • Renju is played on a 15×15 board, with the rules of three and three, four and four, and overlines applied to Black only and with opening rules, some of which are following the swap pattern.
  • Ninuki-renju or Wu is a variant which adds capturing to the game; it was published in the USA in a slightly simplified form under the name Pente.
  • Theoretical generalizations

  • m,n,k-games are a generalization of gomoku to a board with m×n intersections, and k in a row needed to win.
  • Connect(m,n,k,p,q) games are another generalization of gomoku to a board with m×n intersections, k in a row needed to win, p stones for each player to place, and q stones for the first player to place for the first move only. Each player may play only at the lowest unoccupied place in a column. Connect(m,n,6,2,1) is the most interesting one and is called Connect6.
  • Example game

    This game on the 15×15 board is adapted from the paper "Go-Moku and Threat-Space Search".

    The opening moves show clearly black's advantage. An open row of three (one that is not blocked by an opponent's stone at either end) has to be blocked immediately, or countered with a threat elsewhere on the board. If not blocked or countered, the open row of three will be extended to an open row of four, which threatens to win in two ways.

    White has to block open rows of three at moves 10, 14, 16 and 20, but black only has to do so at move 9. Move 20 is a blunder for white (it should have been played next to black 19). Black can now force a win against any defence by white, starting with move 21.

    There are two forcing sequences for black, depending on whether white 22 is played next to black 15 or black 21. The diagram on the right shows the first sequence. All the moves for white are forced. Such long forcing sequences are typical in gomoku, and expert players can read out forcing sequences of 20 to 40 moves rapidly and accurately.

    The diagram on the right shows the second forcing sequence. This diagram shows why white 20 was a blunder; if it had been next to black 19 (at the position of move 32 in this diagram) then black 31 would not be a threat and so the forcing sequence would fail.

    World championships

    World Championships in Gomoku have occurred 2 times in 1989, 1991. Since 2009 the tournament resumed, the opening rule being played was changed and now is swap2.

    List of the tournaments occurred and title holders follows.

    Computers and Gomoku

    People have been applying artificial intelligence techniques on playing gomoku for several decades. In 1994, L. Victor Allis raised the algorithm of proof-number search (pn-search) and dependency-based search (db-search), and proved that when starting from an empty 15×15 board, the first player has a winning strategy using these searching algorithms. This applies regardless of whether overlines are considered as wins, but it assumes that the rule of three and three is not used. It seems very likely that black wins on larger boards too. In any size of a board, freestyle gomoku is an m,n,k-game, hence it is known that the first player can enforce a win or a draw. In 2001, Allis' winning strategy was also approved for renju, a variation of gomoku, when there was no limitation on the opening stage.

    However, neither the theoretical values of all legal positions, nor the balanced rules used by the professional gomoku players have been solved yet, so the topic of gomoku artificial intelligence is still a challenge for computer scientists, such as the problem on how to improve the gomoku algorithms to make them more strategic and competitive. Nowadays, most of the state-of-the-art gomoku algorithms are based on the alpha-beta pruning framework.

    Reisch proved that Generalized gomoku is PSPACE-complete. He also observed that the reduction can be adapted to the rules of k-in-a-Row for fixed k. Although he did not specify exactly which values of k are allowed, the reduction would appear to generalize to any k ≥ 5.

    There exist several well-known tournaments for gomoku programs since 1989. The Computer Olympiad started with the gomoku game in 1989, but gomoku has not been in the list since 1993. The Renju World Computer Championship was started in 1991, and held for 4 times until 2004. The Gomocup tournament is played since 2000 and taking place every year, still active now, with more than 30 participants from about 10 countries. The Hungarian Computer Go-Moku Tournament was also played twice in 2005. There were also two Computer vs. Human tournaments played in the Czech Republic, in 2006 and 2011.

    References

    Gomoku Wikipedia