-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support Cash Game Option #74
Comments
Hello, I'd like to potentially work on this. If you could give me a high level pointer to where the Cheers! |
Hey @logicdotpy! Yeah that would be great if you could take a look at this! Here's my thoughts: The main idea I think is that the I put "thread-safe" in quotes here first because it's a lot like a locking mechanism but also second we should be able to pass in a time limit in the constructor. If there's a time-limit, there's probably a need for threading, but otherwise we should not be making new threads. We can also keep a players dictionary that maps Let me know what you think! We can worry about integrating with the |
In fact, I think we can split off the timeout option as a second phase for this. That probably makes this a bit better to work with |
Let me ask actually... do you think it makes sense to have the The |
Idea is to have a cash game option where:
Idea: Have a
Table
Class in furtherance of this abstractionThe text was updated successfully, but these errors were encountered: