added 3s with gap support

added explosive detonation on stuck
This commit is contained in:
2022-10-07 16:19:35 +02:00
parent c20887157c
commit 9a2c40c5c4
3 changed files with 91 additions and 64 deletions

View File

@@ -24,8 +24,8 @@ def run():
continue
cords, screenshot = field.get_current_board_state()
field.analyse_boardstate(cords)
#cords, screenshot = field.get_current_board_state()
cords = field.assess_playfield_and_make_move()
print(cords)
cv.waitKey(1000)