- Poker - Recording Games
- Poker - Tracking cards
- Poker - Table top
- Poker - Chip
- Poker - API
- Poker - Stats
- Poker - App
- Poker - Docs
- Poker - Hud
Whilst working on the tracking of the cards I thought it might be also useful to see certain stats, luckily I don't have to do the calculations myself and have found 2 projects written in C# I can repurpose. The first is PokerOddsPro from @dyh1213 and the other is Poker-Hand-Evaluator from @danielpaz6.
I'm forked them to keep a copy and am moving them into the Poker source for the main repo.
There is still some work to combine the stats together and I'm looking to deploy them as a Blazor WASM app so you can try them out yourself. I also need to add in the capability to burn cards.
You can try out @dyh1213's here: https://dyh1213.github.io/PokerOddsPro.io/
Links
https://github.com/danielpaz6/Poker-Hand-Evaluator Thanks Daniel Paz (danielpaz6)