@@ -43,3 +43,7 @@ fn negamax(game: &Game, depth: i32) -> i32 {
}
return 0;
+
+fn apply_move(game: &Game, mov: Move) -> Game {
+}