예제 #1
0
 public void FindBestMove(int a)
 {
     move = AIBrain.Max(game_state);
 }