Skip to content

HowlingWerewolf/Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poker

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


Further plans

  • Calculating outs during a game
  • Adding frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages