Xiangiqgame
AI engine for Xiangqi
|
#include <game/game_data_structs.hpp>
#include <interfaces/interface_game_reporter.hpp>
#include <iostream>
#include <memory>
#include <optional>
#include <sstream>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | terminalout::PlayerReporter |
class | terminalout::MoveReporter |
class | terminalout::GamePieceEncoder |
class | terminalout::BoardMapEncoder |
class | terminalout::TerminalGameReporter |
Namespaces | |
namespace | terminalout |