Skip to content

technohippy/Go-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ebf8b3 · Dec 1, 2010

History

36 Commits
Oct 31, 2010
Nov 4, 2010
Dec 1, 2010
Nov 4, 2010
Nov 3, 2010
Dec 1, 2010
Nov 6, 2010

Repository files navigation

Go-Go

Go-Go is a Go game server written in Golang.

Go image

What is Go?

Wikipedia: http://en.wikipedia.org/wiki/Go_(game) The game is played by two players who alternately place black and white stones on the vacant intersections of a grid of 19×19 lines. Once placed on the board, stones cannot be moved elsewhere, unless they are surrounded and captured by the opponent's stones. The object of the game is to control (surround) a larger portion of the board than the opponent.

How to use

Usage of ./go:
  -server=false: run server or not
  -port=55555: port number
  -ai=false: use AI
  -size=19: 9, 13 or 19
  -load="": load figure

Note

Current AI is not intelligent at all. Please play with your friend.

Releases

No releases published

Packages

No packages published