Poker Round Decisions

C

Christofosho

Looking for some input on how the decision NOT to progress and TO progress to the next round of poker is made.

Here are some sample games from POTCO: (Taken from this video:
View: https://www.youtube.com/watch?v=IjvtA2MLQQo
)

Game One:
Code:
1 - Small blind
2 - Big blind
D - Deal Hands
3 - Raise
4 - Call
1 - Call
2 - Raise
3 - Raise
4 - Call
1 - Call
2 - Call
D - Community Cards (3)
1 - Check
2 - Check
3 - Check
4 - Check
D - Community Card (1)
1 - Check
2 - Check
3 - Bet
4 - Call
1 - Call
2 - Call
D - Community Card (1)
1 - Check
2 - Check
3 - Check
4 - Check
Game End


Game Two:
Code:
1 - Blind
2 - Blind
D - Hands
3 - Call
4 - Raise
1 - Call
2 - Raise
3 - Call
4 - Call
1 - Call
D - Community Cards (3)
1 - Check
2 - Bet
3 - Call
4 - Call
1 - Call
D - Community Card (1)
1 - Check
2 - Check
3 - Check
4 - Check
D - Community Card (1)
1 - Check
2 - Check
3 - Check
4 - Check
Game Ends


Game Three:

Code:
1 - Small Blind
2 - Big Blind
D - Deal Hands
3 - Raise
4 - Call
1 - Raise
2 - Call
3 - Call
4 - Call
D - Community Cards (3)
1 - Bet
2 - Raise
3 - Call
4 - Call
1 - Raise
2 - Call
3 - Call
4 - Call
D - Community Card (1)
1 - Bet
2 - Call
3 - Call
4 - Call
D - Community Card (1)
1 - Bet
2 - Call
3 - Call
4 - Call
End Game


Game Four:

Code:
1 - Small Blind
2 - Big Blind
D - Hands
3 - Call
4 - Call
1 - Call
2 - Check
D - Community Cards (3)
1 - Check
2 - Check
3 - Check
4 - Check
D - Community Card (1)
1 - Check
2 - Check
3 - Check
4 - Check
D - Community Card (1)
1 - Check
2 - Check
3 - Check
4 - Check
End Game


Thank you for your continued support and input! :)

Chris
 
Last edited by a moderator:
Those all seem very accurate, just make sure that you are able to show your cards at the end of the game and that it doesn't just end after everyone finishes calling or betting. Also, Places like (I believe) Ratskellar on PDF had larger blinds like 20 and 10 where as Taverns on Port Royal or Tortuga had ones like 2 and 1 for those less fortunate.
 
Hey there,

If you read through each game, you'll realize the logic does not make sense. For instance, the second game, round one, why does player one go again after everyone has had a turn???

There are so many discrepancies, and I need someone to explain why certain players have a turn when they do.

Christopher
 
Okay, in that game, player one has to match the raise that player four did to player three. Player three looked at his hand and saw some potential so I guess he decided to bet on those cards. Player four then decided to raise the bet that he had from say 1 gold to 2 gold. Player one then stays with adding the 2 gold until player two decides to raise to three. Since player three already has 1 gold in the pot, he will add 2 gold and player four has 2 gold already in there he will only call 1 gold. Player one also has to add 1 gold coin since he stayed with the 2 gold that player two raised earlier. The pot is now right because everyone has added the correct amount of gold that was betted. The dealer proceeds to put the three cards out and the betting/checking process begins again with even more cards on the table. Hope this helped. Let me know if you've got anymore questions.
 
Back
Top