You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That looks interesting. Does this work whatever the state of the hand ? (Preflop, Flop, Turn, River). Also does this keep the right game turn ?
Yes. For now this does what we want: it will copy the basic attributes of the TexasHoldEm object and then replays the last hand so that the generators are in the correct state.
A better future implementation would somehow be able to copy attributes directly without needing to replay the previous hand
Not yet. Unfortunately, with my current obligations, this python package has been way down on my priorities. I'll still prioritize bug fixes but I won't be able to personally work too much on new features / enhancements at least in the near future
Yes. For now this does what we want: it will copy the basic attributes of the
TexasHoldEm
object and then replays the last hand so that the generators are in the correct state.A better future implementation would somehow be able to copy attributes directly without needing to replay the previous hand
Originally posted by @SirRender00 in #199 (comment)
The text was updated successfully, but these errors were encountered: