Skip to content

Kazuya-Muramatsu/Go-Go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • Go 83.2%
  • JavaScript 10.5%
  • Makefile 3.9%
  • HTML 1.5%
  • CSS 0.9%