-
请求作者告知如何编译此程序,我试了不少方法都会报错,比如 undefined reference to 等等
-
Hello,
here's a code with gui :
```py
from texasholdem.game.game import TexasHoldEm
from texasholdem.gui.text_gui import TextGUI
game = TexasHoldEm(buyin=500, big_blind=5, small_blind=2, max_p…
-
```
[ Info: Bot5050[5] folded!
Game: tournament! (10 Bot5050's): Error During Test at /home/runner/work/TexasHoldem.jl/TexasHoldem.jl/test/fuzz_play.jl:29
Got exception outside of a @test
Bot5…
-
stack and have no response here
-
Just a heads up that the code at:
https://github.com/charleskawczynski/TexasHoldem.jl/blob/a50dd38acc6728f32573a9230770fda09758f366/test/human_player_option.jl#L12-L19
does not work on the upcom…
-
Hi there,
I did a small test of this library in the heads-up case and was very surprised by
the output. Sorry in advance if I somehow misunderstood it.
This is the small test I tried (with v0.9):
…
-
Hello,
Sometimes I get this error :
`ValueError: Betting round is over at this point, can only CALL or FOLD.`
I would like to know when it happens. Because in no-limit hold'em, players have the op…
-
Hello,
I would like to try to do a game of poker where every player is a bot. Here is an example of code I did :
```
from texasholdem.game.game import TexasHoldEm
from texasholdem.gui.text_gu…
-
Hello,
is there a way to get the players that are still in a tournament ?
-
Hello,
Is it possible to get the position of a specific player.
I know you can get :
-the id of the player who has the button
-The id of the player who has the big blind
-The id of the player w…