fix import and some error

This commit is contained in:
2023-06-01 17:23:39 +08:00
parent fe2c327f4e
commit be222b4c82
12 changed files with 328 additions and 317 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from game_logic.goboard import Move
from tugo.game_logic.goboard_fast import Move
def is_ladder_capture(game_state, candidate, recursion_depth=50):