Skip to content

positive235/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOMOKU

This is a traditional Gomoku game played by 2 players and it is a five-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.py

Requirement

pygame==1.9.6

Game screenshots

GOMOKU for 2 players

About

[Python3 / Pygame] Traditional GOMOKU Game played by 2 players

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages