MatthewPeterKelly/poker-stats

Implement five card draw

Open

#8 opened on Jun 25, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (1 fork)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Overview

So far, the statistics here are for only for poker games that don't involve drawing additional cards from the dealer. It would be interesting to see how things change for a game like five card draw. This could also be interactive. For example:

  • draw a hand of five cards
  • interactively explore the results of trading in various cards

This could be a useful training tool: what is the probability of drawing a flush if I trade back in these two cards for new ones?

Contributor guide