Show HN: A simple Poker API to calculate the winning hand/s
1–10 of 45 posts
Re: Show HN: A simple Poker API to calculate the winning hand/s
#2I’ve been using poker-eval for a few projects but it seems its now abandonware, with few updates out there.
I’m tempted to port it to Go and/or Rust to keep it alive, but I’m interested in what else people are using out there for poker hand evaluation.
Re: Show HN: A simple Poker API to calculate the winning hand/s
#3Re: Show HN: A simple Poker API to calculate the winning hand/s
#4What are you using under the hood? I’ve been using poker-eval for a few projects but it seems its now abandonware, with few updates out there. I’m tempted to port it to Go and/or Rust to keep it alive, but I’m interested in what else people are using out there for poker hand evaluation.
Re: Show HN: A simple Poker API to calculate the winning hand/s
#5What are you using under the hood? I’ve been using poker-eval for a few projects but it seems its now abandonware, with few updates out there. I’m tempted to port it to Go and/or Rust to keep it alive, but I’m interested in what else people are using out there for poker hand evaluation.
Re: Show HN: A simple Poker API to calculate the winning hand/s
#6What are you using under the hood? I’ve been using poker-eval for a few projects but it seems its now abandonware, with few updates out there. I’m tempted to port it to Go and/or Rust to keep it alive, but I’m interested in what else people are using out there for poker hand evaluation.
A poker hand evaluator is problem #54 at Project Euler. [0] Peter Norvig has a solution there (which you can view after you submit your own correct solution) that taught me a lot about Python-style and how it differs from C++ (which was my mindset at the time).
Re: Show HN: A simple Poker API to calculate the winning hand/s
#7Re: Show HN: A simple Poker API to calculate the winning hand/s
#8What are you using under the hood? I’ve been using poker-eval for a few projects but it seems its now abandonware, with few updates out there. I’m tempted to port it to Go and/or Rust to keep it alive, but I’m interested in what else people are using out there for poker hand evaluation.
Re: Show HN: A simple Poker API to calculate the winning hand/s
#9Calculating odds would be more interesting
Re: Show HN: A simple Poker API to calculate the winning hand/s
#10Calculating odds would be more interesting
The flop requires slightly more power to execute, but many tools do this in a small amount of time so I guess it’s feasible.