zbb93 / FreeHoldEm

Texas Hold Em game in Java
GNU General Public License v3.0
4 stars 0 forks source link

Betting rules need to be properly implemented #5

Open zbb93 opened 8 years ago

zbb93 commented 8 years ago

Currently betting is a free for all. Rotating big and little blinds need to be added. The first player has two options: check or bet. If the first player places a bet the remaining players must match the first players bet. If one player raises betting continues around the circle until all the players have added however many chips are necessary to have contributed an equal amount to the pot (or folded). If a player checks they are effectively making a bet of zero. It is possible for all players to check.

zbb93 commented 8 years ago

These still aren't quite finished, but I am getting close. Still need to implement some functionality for checking and to allow players to call a raise by betting the difference between their initial bet and the raise.