< if (cb1=="check" & cb2=="check")

You checked. Player 2 also checks.

>

< if (cb1=="check" & cb2=="bet" & fc1=="fold")

You checked. Player 2 bet one additional dollar and you folded.

>

< if (cb1=="check" & cb2=="bet" & fc1=="call")

You checked. Player 2 bet one additional dollar. You called.

>

< if (cb1=="bet" & fc2=="fold")

You have bet one additional dollar and player 2 folds.

>

< if (cb1=="bet" & fc2=="call")

You have bet one additional dollar and player 2 calls.

>

You Player 2
{{card_sym[1]}} {{ifelse(is_true(fc1=="fold" | fc2=="fold"),"?",card_sym[2])}}

< if winner==1

You won {{payoff_1}} dollar this round.

>

< if winner==2

You lost {{-payoff_1}} dollar this round.

>



skranz/gtreeWebPlay documentation built on Nov. 17, 2019, 9:15 a.m.