Skip to content

prasha-au/rusty-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Poker

Learning Rust while playing Poker.

Crates

Evaluators

  • TwoPlusTwo This is widely regarded as the fastest algorithm. An initial test showed post-flop game calculations (~4m outcomes) takes 126ms. Unfortunately we need to send around a 125MB lookup table.

  • PH Evaluator A modified and improved version of the original work on a 5 card evaluator by Cactus Kev. This requires relatively small lookup tables and is perfect for a small binary.

About

Poker game in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages