Skip to content

Commit

Permalink
added line after docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Mar 12, 2024
1 parent 0e1344b commit ea61435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clash_royale/envs/game_engine/game_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def terminal_value(self) -> int:
"""
Returns side won, otherwise returns -1.
"""

player1_val: int = self.arena.tower_count(0)
player2_val: int = self.arena.tower_count(1)
if player1_val == player2_val:
Expand Down

0 comments on commit ea61435

Please sign in to comment.