GoGame class, play and replay moves in a game tree. More...
#include <string>
#include "GoBoard.h"
#include "GoBoardUpdater.h"
#include "GoBoardUtil.h"
#include "GoTimeSettings.h"
#include "SgNode.h"
#include "SgPoint.h"
#include "SgTimeRecord.h"
Go to the source code of this file.
Classes | |
class | GoGame |
Game state and move history including variations. More... | |
Namespaces | |
namespace | GoGameUtil |
Utility functions for GoGame. | |
Functions | |
bool | GoGameUtil::GotoBeforeMove (GoGame *game, int moveNumber) |
Goto last node in main variation before move number. |
GoGame class, play and replay moves in a game tree.
Definition in file GoGame.h.