Skip to content
New issue

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

Implement showdown #23

Merged
merged 2 commits into from
Nov 28, 2015
Merged

Implement showdown #23

merged 2 commits into from
Nov 28, 2015

Conversation

todorm85
Copy link
Contributor

Add showdown functionality to TwoPlayersHandLogic.
After all bets are off during the river only if more than one players have not folded their cards are shown. The lists of players`s showdown cards are passed as property ShowdownCards of the EndHandContext object to IPlayer.EndHand() method.
This could be useful if a bot is looking for bluffs.
See Issue #15.

Add showdown functionality to TwoPlayersHandLogic. The list of player`s showdown cards is passed as property ShowdownCards of the EndHandContext object to IPlayer.EndHand() method.
Only if both players have not folded there`s a showdown, otherwise none of the players hands are shown.
@todorm85 todorm85 changed the title Implement showdown (Issue #15) Implement showdown Nov 27, 2015
@NikolayIT
Copy link
Owner

This is better. Thanks!

NikolayIT added a commit that referenced this pull request Nov 28, 2015
@NikolayIT NikolayIT merged commit 31b7bf0 into NikolayIT:master Nov 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants