- fixed human player

This commit is contained in:
2024-06-11 20:18:37 +02:00
parent cf7379bf50
commit e8d07f9d84
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class HumanPlayer(APlayer):
state_next = self.to_state(state.copy(), move)
return state_next, has_moved
def end_game(self, value):
def end_game(self, value, state: np.array):
if value > 0:
print(f"{self.name}, Du hast gewonnen, super!")
else: