This commit is contained in:
Mylloon 2023-03-29 16:41:55 +02:00
parent ae7c5f2093
commit bcebf52552
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,8 +7,8 @@ int boardwidth = 0;
int boardheight = 0;
bool white_turn = true;
#ifndef VERBOSE_mcts_plAYER
#define VERBOSE_mcts_plAYER
#ifndef VERBOSE_MCTS_plAYER
#define VERBOSE_MCTS_plAYER
bool verbose = true;
bool showboard_at_each_move = false;
#endif