Skip to content

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

Notifications You must be signed in to change notification settings

positive235/gomoku_3_players

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Traditionally, Gomoku is played by 2 players and it is 5-in-a-row, however, this Gomoku can be played by 3 players and it is 4-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_3_players.py

Requirement

pygame==1.9.6

Game screenshots

gomoku for 3 players

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages