Gomoku – Make Five in a Row on an 11×11 Board

Place one black stone per turn and build a five-stone line while the white AI evaluates both its own patterns and yours.

Click to Play

Gomoku

StrategyUpdated: 2026-08-07
#strategy#board#classic
Free to PlayNo DownloadNo Account Required

About Gomoku

Place black stones on an 11×11 board and make five in a row before the white heuristic AI. The board is fixed at 11×11 and the human always plays Black first.

Win detection checks horizontal, vertical and both diagonal directions for a connected count of at least five. The AI evaluates every empty cell using its own pattern score plus 0.9×the player's pattern score and a small center bonus.

How to Play Gomoku

1Click an empty intersection to place a black stone.

2Watch both your own potential five-in-a-row and the white AI's developing lines.

3Create a horizontal, vertical or diagonal line of at least five black stones first.

Gomoku Rules

  • Occupied cells cannot receive another stone.
  • Five or more connected stones in any checked line direction wins immediately.
  • The source has no explicit full-board draw handler, so this page does not claim automatic draw resolution.

Gomoku Scoring

ActionPointsHow it works
Player makes 5+ in a rowWins +1

Gomoku Game Mechanics

Objective

Place black stones on an 11×11 board and make five in a row before the white heuristic AI.

Round End

The game ends when either Black or White creates at least five connected stones in a checked direction.

  • The board is fixed at 11×11 and the human always plays Black first.
  • Win detection checks horizontal, vertical and both diagonal directions for a connected count of at least five.
  • The AI evaluates every empty cell using its own pattern score plus 0.9×the player's pattern score and a small center bonus.
  • Player win count is saved in localStorage under gomoku-wins.

Tips & Strategies

  • Create open-ended threes and fours that force the AI to defend instead of playing only single-direction extensions.
  • The AI values center positions slightly, so contest central space before long edge lines become your only option.

Game Info

Game NameGomoku
CategoryStrategy
DifficultyHard
PlatformWeb Browser
PriceFree
Players1 Player
ControlsTouch / Mouse
Last Updated2026-08-07

Frequently Asked Questions

How do I play Gomoku?

Place black stones on an 11×11 board and make five in a row before the white heuristic AI. Controls: touch, mouse.

How does scoring or progress work in Gomoku?

Player makes 5+ in a row: Wins +1

When does Gomoku end or reset?

The game ends when either Black or White creates at least five connected stones in a checked direction.

Does Gomoku save progress?

Player win count is saved in localStorage under gomoku-wins.

Related Games