#Balatro Handy Odds
1 messages · Page 1 of 1 (latest)
It'd be nice if this supported the option for four fingers, shortcut, and stone cards.
I think stone cards could be added without much effort
I did have joker effects in mind, I think I can eventually add four fingers, shortcut is something else though 😆
It wasn't too hard for me to implement shortcut for
https://efhiii.github.io/balatro-calculator/
Calculate the best score for any Balatro hand
oh dud thats sick
Sorry if my code's messy, I haven't really been commenting it.
Four Fingers is represented by setFour and shortcut by straightSkip.
Ah, yeah if I was detecting it on a one-time basis I could definitely do it, but since I'm having to run repeated trials, each calculation adds up, so I don't have the luxury of breaking down each check
I see you're already looking at the rust
I added a couple issues on github. I figured it'd be easiest to keep track of there.