/gomoku_4_players

[Python3 / Pygame] GOMOKU Game for 4 players (3-in-a-row)

Primary LanguagePython

GOMOKU for 4 players (3-in-a-row)

Traditionally, Gomoku is played by 2 players and it is 5-in-a-row, however, this Gomoku can be played by 4 players and it is 3-in-a-row.

  • Gomoku from wiki: Gomoku, also called Five in a Row, is an abstract strategy board game. Players alternate turns placing a stone of their color on an empty section. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally. (Reference: https://en.wikipedia.org/wiki/Gomoku)

How to run

python main_4_players.py

Requirement

pygame==1.9.6

Game screenshots

gomoku for 4 players