Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 765 Bytes

GoGo

Go game made in Go language
GoGo

Play

You can read the rules of Go on wikipedia. Simply click on a position of the Goban to place a stone. The banner at the bottom show which player can play.

There is no end game yet.

Release

You can grab a precompiled version of the game here. Execute

  • gogo.exe for windows 64bits
  • gogo for Linux 64bits

Compiling

You'll need the library Ebiten by hajimehoshi to compile it. to build, execute:

go build board.go liberty.go main.go vector.go window.go -o gogo

to run, execute:

go run board.go liberty.go main.go vector.go window.go