Evaluates poker hands from any number of flipped cards and any number of held cards in hand.
TexasHoldem - main point for simulating a single two player texas holdem game
TexasHoldemPerformance - performance test for simulating any number of two player texas holdem games on single thread
TexasHoldemParallelThreadPerformance - performance test for simulating any number of two player texas holdem games on multiple threads (check the implementation, something is not right with the threads how I did!)
TexasHoldemParallelLambdaPerformance - same two player texas holdem game performance test, but with Stream API and parallelization
- Calculating outs during a game
- Adding frontend