Expand description
Core definitions and implementations for running a game of Balatro TUI
Modulesยง
- blind
- This module contains the implementation of different blind types and their variants.
- card
- This module contains implementation of a card and its corresponding attributes.
- deck
- This module provides
Deck
as a primitive alias. - enum_
property_ ext - This module exposes traits that extend strum to provide crate compatible
Result
- error
- This module provides error definitions for this crate.
- round
- Round comprises of one single game with a selected blind.
- run
- Run is a complete play-through of the game until game over.
- scorer
- Scorer provides generic scoring mechanism for a set of cards played.