VHackAndroid / BeTfsp

GNU General Public License v2.0
3 stars 11 forks source link

Support remaining Poker Rules #42

Closed Zillode closed 11 years ago

Zillode commented 11 years ago

RE: Andoni

  1. Work in progress: Make sure you cannot check when someone raised + check button becomes call button if someone raised and you have enough money.
  2. Make sure the game does not stop when there is no call (multiple betting rounds).
  3. Implement blinds.
  4. Make sure minimum raise is minimally big blind.
  5. Implement going all in + split pot
Zillode commented 11 years ago

1: partially done 2: partially done 2: todo 3: semi (invoking a minimum bet should fix this) 4: all-in is todo; split-pot should work (see money / players.size)

alombide commented 11 years ago

Update:

  1. Work in progress: Make sure the money that you CALL actually is removed.
alombide commented 11 years ago

Update:

  1. FIXED
alombide commented 11 years ago

Update:

  1. FIXED
  2. FIXED
Zillode commented 11 years ago

https://github.com/VHackAndroid/BeTfsp/issues/15 is related

Zillode commented 11 years ago
  1. Done, to be tested