We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In _exitTrap(), evaluate whether any player is the winner of the round, and award that player the pot.
_exitTrap()
Once a winner is determined, run _evaluateGame() with the appropriate status code to end the game.
_evaluateGame()
Determining a winner after each action:
handValue
The text was updated successfully, but these errors were encountered:
This is implemented in 9b22448 but needs more testing
Sorry, something went wrong.
codegard1
No branches or pull requests
In
_exitTrap()
, evaluate whether any player is the winner of the round, and award that player the pot.Once a winner is determined, run
_evaluateGame()
with the appropriate status code to end the game.Determining a winner after each action:
handValue
of each playerhandValue
is the winnerhandValue
, the human player (id 0) winsThe text was updated successfully, but these errors were encountered: