Menu

Tree [r2038] / trunk /
 History

HTTPS access


File Date Author Commit
 book 2013-03-16 mmueller65 [r1656] change greenpeep patterns from data files to ar...
 data 2014-02-19 mmueller65 [r1841] remove feature.model, it is in FeData.h now
 doc 2015-05-22 mmueller65 [r1984] remove support for boost filesystem v2
 features 2015-05-29 mmueller65 [r1991] fix warnings with clang and boost 1.58
 fuegomain 2019-12-10 mmueller65 [r2038] fix pthread link issues
 fuegotest 2019-12-10 mmueller65 [r2038] fix pthread link issues
 go 2019-01-19 mmueller65 [r2036] fix Ticket #107
 gouct 2019-11-27 mmueller65 [r2037] formatting
 gtpengine 2015-05-22 mmueller65 [r1984] remove support for boost filesystem v2
 m4 2019-12-10 mmueller65 [r2038] fix pthread link issues
 misctests 2010-12-07 enz [r1187] Checking only regular files ending with *.tst, ...
 regression 2015-06-19 mmueller65 [r1993] add new regression tests to Makefile.am
 simpleplayers 2016-08-16 mmueller65 [r2032] fix broken SpRandomPlayer
 smartgame 2017-05-06 mmueller65 [r2033] fix comment
 tools 2018-04-16 mmueller65 [r2034] 16c
 unittestmain 2019-12-10 mmueller65 [r2038] fix pthread link issues
 website 2015-10-02 mmueller65 [r2017] update information; add list of fuego programs;...
 windows 2011-03-25 enz [r1470] Update gogui.jar -> GoGui.exe
 AUTHORS 2012-07-17 mmueller65 [r1598] add game-independent df-pn solver
 COPYING 2008-05-22 enz [r5] Set svn:eol-style native
 COPYING.LESSER 2008-05-22 enz [r5] Set svn:eol-style native
 ChangeLog 2008-08-27 enz [r471] Initial support for GNU Autotools
 Makefile.am 2014-01-09 mmueller65 [r1741] start implementing basic features similar to Cr...
 NEWS 2015-05-22 mmueller65 [r1985] fix typo
 README 2009-12-24 broderic [r1082] Set version to 0.4.1, update README and NEWS.
 TODO 2011-01-01 enz [r1307] Setting svn:eol-style=native for source and tex...
 configure.ac 2019-12-10 mmueller65 [r2038] fix pthread link issues
 setup-build.sh 2019-12-10 mmueller65 [r2038] fix pthread link issues

Read Me

Description
===========

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 the Computer Go group at
the University of Alberta and is based in parts on the previous projects
Smart Game Board and Explorer.

Contact
=======

Fuego project page: http://sourceforge.net/projects/fuego/

Fuego Trac and Wiki: http://sourceforge.net/apps/trac/fuego/

Copyright
=========

See the file AUTHORS for the list of copyright holders on Fuego.

License
=======

Fuego is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Fuego is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with Fuego.  If not, see <http://www.gnu.org/licenses/>.

Compilation
===========

See INSTALL for generic compilation instructions from GNU Automake.
The file doc/doxygen/general/pages/autotools.cpp contains additional and
Fuego specific documentation.

Documentation
=============

The developer documentation for the libraries and applications can be
created with Doxygen (http://www.doxygen.org). There is a makefile in
doc/doxygen/Makefile.

The user manual for the main Go player is in doc/manual/
MongoDB Logo MongoDB