Skip to content

Commit

Permalink
Update Game.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suragnair authored Jan 19, 2018
1 parent 610fa37 commit a6077c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Game.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def getGameEnded(self, board, player):
player: current player (1 or -1)
Returns:
r: 0 if game has not ended. 1 if player won, -1 if player lost.
r: 0 if game has not ended. 1 if player won, -1 if player lost,
small non-zero value for draw.
"""
pass

Expand Down

0 comments on commit a6077c9

Please sign in to comment.