NicolleLouis / balatro-hand-stats

Compute hand probability based on deck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Compute hand probability based on deck

License:MIT License


Languages

Language:Python 100.0%