- A poker simulator by Calvin Davidson (work in progress)
- new -- features
- master -- latest stable milestone
- restructure -- rearranging files
- Side pots
- More complex decision making
- Extend Player class with archetypes and rulesets for betting actions
- Add statistic tracking
- Deck() class, build deck and dealing hands
- Analysing a 5 card hand
- Find the best hand out of 5 to 7 cards
- Comparing two hands, comparing multiple hands
- Game() class with loopable steps, storing all game info including instances of Player and Deck objects
- Rating for starting hands, outs on flop and turn, to predict
- Visualise sorting algorithms
- Game based on influencing player emotions
- Machine Learning model for best decisions to refine player archetypes