Auto stash before revert of "Auto stash before rebase of "origin/python""

pull/1/head
hagi 2022-12-30 20:12:35 +01:00
parent 90d209e7a2
commit cda48dca80
4 changed files with 5 additions and 4 deletions

0
config-example.yaml Normal file
View File

View File

@ -66,15 +66,16 @@ class BlunderEvaluator:
self.wdls.append(self.current_wdl)
print(self.current_wdl)
print(self.current_evaluation)
print(self.get_board())
if self.move_was_blunder():
# If the played move was a blunder play a random sound from the blunder
# path
self.play_sound("blunder")
print("Blunder!")
if self.white_to_move:
self.white_to_move = False
elif not self.white_to_move:
self.white_to_move = True
if self.white_to_move:
self.white_to_move = False
elif not self.white_to_move:
self.white_to_move = True
else:
print("Invalid move")
self.play_sound("illegal")

View File

View File