/Gomoku

Primary LanguageRust

Gomoku

Gomoku, also called Five in a Row, is an abstract strategy board game. It is traditionally played with Go pieces (black and white stones) on a Go board, using 15×15 of the 19×19 grid intersections. Players alternate turns placing a stone of their color on an empty intersection. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally.

victory:

  • 5 aligns alt text

or

  • 10 enemy stones captured alt text

specifics rules:

  • Captures alt text

  • Forbiden Double free-Three (indefendable scenario) alt text

  • Depth Research can be modify alt text

interface HOME:

alt text alt text

interface GAMEBOARD:

alt text