Crate rs_poker

source ·
Expand description

Furry Fiesta is a library for poker. It’s mostly meant for Holdem games, however the core functionality should work for all game types.

Implemented:

Currently Furry Fiesta supports:

  • Hand Iteration.
  • Hand Ranking.
  • Hand Range parsing.
  • Hand Range generation.

Planned:

  • Holdem Game State.
  • Multi-threading

Modules

Allow all the core poker functionality to be used externally. Everything in core should be agnostic to poker style. This is the core module. It exports the non-holdem related code.
The holdem specific code. This contains range parsing, game state, and starting hand code.