added 3s with gap support
added explosive detonation on stuck
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user