Stars
12
stars
written in C
Clear filter
A tiling window manager based on binary space partitioning
Poker-Hand-Evaluator: An efficient poker hand evaluation algorithm and its implementation, supporting 7-card poker and Omaha poker evaluation
A C library for indexing poker hands that respects suit isomorphisms
First I made a poker AI in Ruby... not fast enough! Then I made another in Python... still too slow! So this is my third poker AI written entirely in C using the 2+2 hand evaluator algorithm.
Implementation of a Texas Hold'em Poker Server in C.