Made it work again, automatic goal moves messing with me though

This commit is contained in:
Lukas Wölfer
2020-06-13 03:51:14 +02:00
parent b5d74d1ac0
commit 63d4348f94
3 changed files with 71 additions and 46 deletions

View File

@@ -42,7 +42,7 @@ def solve(conf: configuration.Configuration) -> None:
board = parse_start_board(image, conf)
assert board.check_correct()
actions = extern_solve(board)
assert 0
print(actions)
print(f"Solved in {len(actions)} steps")
clicker.handle_actions(actions, OFFSET, conf)
print("Solved")