Fuego (original) (raw)
Fuego is a collection of C++ libraries for developing software for the game of Go. It includes a Go player using Monte Carlo tree search. The initial version of the code was released by theComputer Go Group at the University of Alberta and is based in parts on the previous projectsSmart Game Board andExplorer. Fuego is available under the terms of theGNU Lesser General Public License.
- Fuego project site
- GoGui - recommended GUI
- Thefuego-develmailing list discusses everything of interest to current and future Fuego developers.
- Big 19x19 opening books for Fuego created by Ben Lambrechts
Documentation
- Developer documentation: 1.1 - current release
- A Fuego wikicontains additional useful information which is not contained in the release documentation. Examples are: frequently asked questions (FAQ), description and documentation of experiments, games played by Fuego, useful scripts.
- Fuego Go: the missing manualby Grace Lin contains a detailed study of what happens on the code level when Fuego is run.
- Fuego Installation Instructions for Mac OS Xcontributed by Erik Steinmetz.
Publications and Fuego Games
- Fuego-relatedpublications
- Exhibition games against humans
- Fuego'scompetitionsagainst other Go programs
Bug reports
Please report bugs in the release and development versions of Fuego to thefuego-develmailing list, or submit a ticket to the Fuego bug tracking system.