Skip to content

Commit

Permalink
update information; add list of fuego programs; add link to git mirror
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@2017 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
mmueller65 committed Oct 2, 2015
1 parent 56a6707 commit 01a26dd
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
64 changes: 64 additions & 0 deletions website/fuego-programs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<html>
<head>
<title>Programs built using the Fuego Framework</title>
<link rel="shortcut icon" href="favicon.ico" />
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple">

<h1>Fuego-based Game-Playing Programs</h1>

These programs are built on top of the Fuego libraries.
Please send notifications about further such programs to the fuego-devel mailing list.
<p>
For information on other programs that use Fuego for performance
testing, see the
<a href="publications.html">publications</a> page.

<h2>Fuego-based Go Programs</h2>
<ul>
<li>The "regular" Fuego is part of the distribution. Open source.
</li>
<li>BlueFuego - MPI-based parallel version of Fuego, by R. Segal
</li>
<li>
MP-Fuego - MPI-based parallel version of Fuego, by K. Yoshizoe.
</li>
<li>
<a href="http://rlgo.sourceforge.net">RLGO</a> -
Reinforcement learning and simulation-based search in computer Go.
Implements D. Silver's Dyna2 architecture. Open source.
</li>
</ul>

<h2>Fuego-based Programs for Other Games</h2>
<ul>
<li><a href="http://webdocs.cs.ualberta.ca/~hayward/hex/">Hex</a>:

<a href="http://sourceforge.net/projects/benzene/">MoHex</a>
won four computer Olympiads, in 2009, 2010, 2011 and 2013. Open source.
</li>
<li>
<a href="http://webdocs.cs.ualberta.ca/~mmueller/nogo/index.html">
NoGo</a>:
<a href="http://webdocs.cs.ualberta.ca/~mmueller/nogo/BobNoGo.html">
BobNoGo</a> (open source)
and FxNoGo.
</li>
<li>Konane and DisKonnect:
<a href="http://webdocs.cs.ualberta.ca/~mmueller/dkf">
dkf</a> plays Konane and DisKonnect probably better than humans. Open source.
</li>
</ul>

<hr>

<!-- SourceForge requires to add this logo if the website is hosted there -->
<a href="http://sourceforge.net/projects/fuego">
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=228611&amp;type=10"
width="80" height="15" border="0"
alt="Get Fuego at SourceForge.net. Fast, secure and Free Open Source software downloads" />
</a>

</body>
</html>
12 changes: 10 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ <h1>Fuego</h1>
</a>

<p>
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.
Fuego is a collection of C++ libraries for developing software for
two player board games.
It includes a Go player using Monte Carlo tree search.
The initial version of the code was released by the
<a href="http://www.cs.ualberta.ca/~games/go/">Computer Go Group</a> at
the University of Alberta and is based in parts on the previous projects
Expand All @@ -30,6 +31,8 @@ <h1>Fuego</h1>
<ul>
<li>
<a href="http://sourceforge.net/projects/fuego/">Fuego project site</a>
on sourceforge and
<a href="https://github.com/svn2github/fuego">git mirror</a> on github.
</li>
<li>
<a href="http://gogui.sourceforge.net">GoGui</a> - recommended GUI
Expand All @@ -40,6 +43,11 @@ <h1>Fuego</h1>
mailing list discusses everything of interest to current and future Fuego developers.
</li>
<li>
A list of
<a href="fuego-programs.html">Fuego-based programs</a>
for Go and other games, which use the Fuego libraries.
</li>
<li>
Big <a href="http://gnugo.baduk.org/fuegoob.htm">19x19 opening books</a> for Fuego
created by Ben Lambrechts
</li>
Expand Down

0 comments on commit 01a26dd

Please sign in to comment.