/balatro-hand-stats

Compute hand probability based on deck

Primary LanguagePythonMIT LicenseMIT

Analysis

You can read the analysis in the analysis directory, following the description.md file. Here is a summary

How to use:

Create a ProbabilityComputer with the following options:

  • Deck: A base deck (You can create a new one in the Deck directory)
  • Engine: An engine used to simulate player decisions, it has both a goal and a discard policy
  • GameSettings: The meta settings of the game (discard number and number of cards in hand especially)

run computer.run() to get the results.

Enjoy!