EFHIII / balatro-calculator

A tool for calculating the score of a hand in Balatro
MIT License
65 stars 8 forks source link

"Play hand" button #20

Closed EFHIII closed 4 months ago

EFHIII commented 4 months ago

Is your feature request related to a problem? Please describe. Making all of the changes after a hand can be annoying if that's the use-case being used.

Describe the solution you'd like Change state values to reflect what they'd be after the hand was played. e.g. remove played cards from hand, disable DNA if applicable, increment the current hand's number of times played.

Additional context https://github.com/EFHIII/balatro-calculator/issues/8#issuecomment-1997768081

Lawgikill commented 4 months ago

And... if you do implement this, you'd also have to do a "undo play hand", or something similar, to roll it back.

EFHIII commented 4 months ago

The Clear hand button should resolve this.