Nicolas Winkler %!s(int64=6) %!d(string=hai) anos
pai
achega
3db6cbd8c2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/search.rs

+ 4 - 0
src/search.rs

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