Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 809 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 809 Bytes

Casino

Casino is a library that provides the backend for playing various card games including poker. The library comprises a deck of cards as well the implementations (hand ranking, betting, etc.) for the included games. The goal of this library is to provide well-tested code that can be safely relied upon for building card games on top of it.

Crates

  • casino_games: Play casino games in your terminal.
  • casino_cards: A library that provides a deck of playing cards that can be used for various card games.
  • casino_poker: A library that provides hand ranking & the backend for poker games.