-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sean Batzel edited this page Dec 15, 2016
·
3 revisions
Gomoku originated in Japan during the Heian period. The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe (五目並べ?)
Go means 5, moku is a word for pieces, and narabe a word for line up
So it's basically just Five-In-A-Row.
The Curses client will run on any system that has a working copy of Python will the curses library. Be aware of any serialization issues that may arise trying to communicate between different systems.
$ git clone https://github.com/InsidiousMind/Gomoku.git
$ cd Gomoku
$ make
$ build/bin/server database_file
$ build/bin/curses-client.py
$ build/bin/client