Guest User

Untitled

a guest
May 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Poker Variations
  2. TBD
  3.  
  4. ## Dammit Boy
  5. Texas Hold'em except that one extra card dealt to players' hands on the deal and per flop. Players must discard a card from their hand each round so that they have only two cards.
  6.  
  7. ### Rules
  8.  
  9. 1. Deal three cards face down to each player. Each player discards a card from their hand and there's a round of betting.
  10. 2. Deal three shared cards face up in the middle of the table and one card dealt face down to each player. Each player discards a card from their hand and there's another round of betting.
  11. 5. Deal a fourth shared card face up in the middle of the table and one to each player. Each player discards a card and there's a betting round.
  12. 6. Deal a fith shared card face up in the middle of the table and one to each player. Each player discards a card and there's a final betting round.
  13.  
  14. ### Variations
  15. * Players must discard prior to the community card being dealt
  16. * Players do not discard on the final round
  17. * Players do not discard on the initial deal
Add Comment
Please, Sign In to add comment