![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "game_statistics_in_time.h"#include "game.h"#include "game_controller.h"#include "lobby_options.h"#include <cassert>
Functions | |
| game_statistics_in_time | create_test_game_statistics_in_time () |
Create a game_statistics_in_time used for testing. | |
| game_statistics_in_time | play_random_game_to_get_statistics_in_time (const int n_turns) |
| Play a random game, used for profiling. | |
| void | test_game_statistics_in_time () |
| game_statistics_in_time create_test_game_statistics_in_time | ( | ) |
Create a game_statistics_in_time used for testing.
| game_statistics_in_time play_random_game_to_get_statistics_in_time | ( | const int | n_turns | ) |
Play a random game, used for profiling.
| void test_game_statistics_in_time | ( | ) |