Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize the copy method in TexasHoldEm class #200

Open
SirRender00 opened this issue Jun 18, 2023 · 2 comments
Open

Optimize the copy method in TexasHoldEm class #200

SirRender00 opened this issue Jun 18, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@SirRender00
Copy link
Owner

SirRender00 commented Jun 18, 2023

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

Originally posted by @SirRender00 in #199 (comment)

@SirRender00 SirRender00 added the enhancement New feature or request label Jun 18, 2023
@LucasColas
Copy link
Contributor

Hello,
Did you find a way to copy attributes directly without needing to replay the previous hand ?

@SirRender00
Copy link
Owner Author

SirRender00 commented Apr 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants