EFHIII / balatro-calculator

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

Hiker Joker #30

Open Lawgikill opened 4 months ago

Lawgikill commented 4 months ago

Description of the bug Currently, the Hiker joker does nothing. I'm guessing the easiest way to implement a working solution for this is to make it so that every tick of Hiker's value gives the current hand +4 chips. Annoying maybe to simulate and always change, but I don't see an elegant solution otherwise.

EFHIII commented 4 months ago

commit e3b78d2 addresses making Hiker function, but there's currently no UI to tell the calculator the existing extra chips that hiker has given during previous hands.

Everything else should be done though; the UI is the only thing missing.