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

Player 1 checked and you too.

>

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

Player 1 checked and you bet an additional dollar.

Player 1 then folds.

>

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

Player 1 checked and you have bet an additional dollar.

Player 1 then calls.

>

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

Player 1 bet one additional dollar and you have folded.

>

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

Player 1 bet one additional dollar and you called.

>

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

< if winner==1

You lost {{payoff_1}} dollar this round.

>

< if winner==2

You won {{payoff_2}} dollar this round.

>



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