Comments, small changes
This commit is contained in:
@@ -19,7 +19,7 @@ private:
|
||||
|
||||
void process_click(int x, int y);
|
||||
|
||||
void do_ai_move();
|
||||
int do_ai_move();
|
||||
static int minimax(Board current_board, int depth, int max_depth, int a, int b, bool maximizing);
|
||||
static void minimax_evaluate(std::mutex& mut_result_check, Board current_board, int x, int y, int depth, int max_depth, int& best_move_weight, int& a, int& b, bool& a_eject, bool& b_eject, bool maximizing);
|
||||
static int board_heuristic(Board current_board);
|
||||
|
||||
Reference in New Issue
Block a user