![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "replay.h"#include "game.h"#include "game_controller.h"#include "pieces.h"#include "pgn_game_string.h"#include <cassert>#include <sstream>
Functions | |
| game_statistics_in_time | extract_game_statistics_in_time (const replay &r_original, const delta_t &dt) |
| Extract the game statistics over time. | |
| const in_game_time & | get_in_game_time (const replay &r) noexcept |
| int | get_n_moves (const replay &r) noexcept |
| Get the number of moves in the replay. | |
| replay | get_played_scholars_mate () |
| bool | is_piece_at (const replay &r, const square &coordinate) |
| Determine if there is a piece at the coordinat. | |
| void | test_replay () |
| Test this class and its free functions. | |
| bool | operator== (const replay &lhs, const replay &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &os, const replay &r) noexcept |
| game_statistics_in_time extract_game_statistics_in_time | ( | const replay & | r, |
| const delta_t & | dt | ||
| ) |
Extract the game statistics over time.
| r | a replayer |
| dt | the interval at which the statistics are extracted |
|
noexcept |
|
noexcept |
Get the number of moves in the replay.
| replay get_played_scholars_mate | ( | ) |
Determine if there is a piece at the coordinat.
|
noexcept |
| void test_replay | ( | ) |
Test this class and its free functions.