2008-07-25 11:30:42 +00:00
|
|
|
/**
|
2008-11-16 17:14:37 +00:00
|
|
|
@mainpage Kigo API Reference
|
2008-07-22 18:14:46 +00:00
|
|
|
|
2017-04-21 21:18:00 +02:00
|
|
|
Kigo is an open-source implementation of the Go game. It uses the
|
2008-07-25 11:30:42 +00:00
|
|
|
popular GnuGo engine (or compatible) as backend via the GTP protocol.
|
2008-07-22 18:14:46 +00:00
|
|
|
|
|
|
|
@authors
|
|
|
|
Sascha Peilicke <sasch.pe@gmx.de>
|
|
|
|
|
2012-10-05 18:39:02 +02:00
|
|
|
Released under the terms of the GNU General Public License as
|
|
|
|
published by the Free Software Foundation; either version 2 of
|
|
|
|
the License or (at your option) version 3 or any later version
|
|
|
|
accepted by the membership of KDE e.V. (or its successor approved
|
|
|
|
by the membership of KDE e.V.), which shall act as a proxy
|
|
|
|
defined in Section 14 of version 3 of the license.
|
2008-07-22 18:14:46 +00:00
|
|
|
*/
|
|
|
|
|
2008-11-16 17:14:37 +00:00
|
|
|
// DOXYGEN_NAME=kigo
|
2008-07-22 18:14:46 +00:00
|
|
|
// DOXYGEN_ENABLE=yes
|