Skip to content
mdp edited this page Oct 30, 2012 · 2 revisions

In the course of the game, it's possible your bot will bet an invalid amount. The following logic will be applied to bad bets.

Betting a floating point(number with a decimal)

You bet will be rounded down to an integer

Betting less than the call but more than 0

Your bet will be 0, and your hand will be folded

Betting more than the call but less then the raise

Your bet will be lowered to the call amount

Betting less than 0

This will force a fold, even when you could have checked

Betting something insane(A string, array object, gold watch)

If your bet isn't an number, the system will automatically enter your bet as 0. This will result in a check or fold depending on the call requirements