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

more game types #84

Open
snex opened this issue Aug 27, 2024 · 6 comments
Open

more game types #84

snex opened this issue Aug 27, 2024 · 6 comments

Comments

@snex
Copy link

snex commented Aug 27, 2024

How difficult is it to add more game types? Would like to see BigO and Double Board Omaha (4 and 5 card) as these games are gaining popularity.

@andrewprock
Copy link
Owner

Not hard at all, I'll see if I can add something in the next week or two.

@TZubiri
Copy link

TZubiri commented Jan 1, 2025

#86

5 card and 6 card Omaha working. I believe Big O is 5 card, so that should be one down.

Not sure how to implement Double Board, seems a bit less trivial. Especially if GUI support is needed.

@snex
Copy link
Author

snex commented Jan 1, 2025

BigO is 5 card Omaha Hi/Lo

I do not need GUI support but can't speak for anybody else.

Thank you so much for your work on this.

@TZubiri
Copy link

TZubiri commented Jan 1, 2025

hi lo support is present. The id for the gametype is o5/8 (as in 8 or better)

So full command would be "ps-eval -g o5/8 As2d3h4c5s 6s7d8h9cTs"

You can try building the fork from the pull request and testing it out.

@snex
Copy link
Author

snex commented Jan 1, 2025

Looks like it works - I wonder how hard it would be for split pot games to list the per-pot equity of each hand rather than just the total equity?

@TZubiri
Copy link

TZubiri commented Jan 1, 2025

You can probably work out the answer as-is by comparing the results from the hi version with the results from the hi lo version.

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

No branches or pull requests

3 participants