fuego

C++ libraries for Go game AI and game tree analysis

brewmacoslinux
Try with needOr install directly
Source

About

Collection of C++ libraries for the game of Go

Commands

fuego

Examples

Start an interactive Fuego Go engine session$ fuego
Run Fuego in GTP mode for engine communication$ fuego --gtp
Generate moves and analyze a Go position$ echo -e 'boardsize 19\nplay b a1\ngenmove w' | fuego --gtp