Balatro celebrates 2 million sales, will feature major gameplay update in 2025!
The dev says this is one of three big announcements. One could possibly be a release date for the mobile version, but I'm not sure what the third could be.
For anyone interested in game development: Balatro is made with Love2D. Which means the exe you download from steam can be unzipped using just about any zip program (might need to change the file extension from exe to zip) and the whole source code and 2D asset files are available for perusing. Not even obfuscated, full variable names and comments available to inspect as a real world example of a working game that has sold like hotcakes because the end result is good. Let it inspire you, let it teach you :)
Generally some good advice is that Balatro is a math game first and foremost so you want to focus on things that raise your score the quickest. So adding chips is ok, adding multiplier is better, and multiplying your total is the best.
For example let's say you are playing straights and you have a 10-6 with level 3 straights. So you'd have:
10+9+8+7+6=40
(40+90)x10=1300
So let's compare how jokers impact that score:
Devious joker: +100 chips if you have a straight
(40+90+100)x10=2300
Crazy joker: +12 mult if you have a straight
(40+90)x(10+12)=2860
The order: x3 mult if you have a straight
(40+90)x(10x3)=3900
You can see those are very big differences! It's also helpful to pay attention to the order of your cards. Generally Balatro cards are scored left to right. The most important thing is to take any card that multiplies any part of your score on the right so you can add as much to the score as possible, then you multiply that number
So in short: multiplier jokers are best, additive multiplier jokers are good, additive chip jokers are ok, and pay attention to the order of your jokers/played cards
This is basically correct but i would add sometimes it's better to add chips than to add mult. For example, if your score is something like:
10 x 50 = 500
Adding +50 mult here would give you 10x100=1000 points. Adding +50 chips will give you 60x50=3000 points.
Adding to the lowest of the two numbers improves your score the most. Especially early game, mult is much lower than chips, so you want to improve mult. However once you have some good mult jokers improving chips becomes important. Especially in high card based decks, where you get very few chips from your hand.
If the multiplier jokers come in, the picture can change again. It makes adding mult more valuable because the addition will be multiplied.
One thing to watch out for though, is that if you focus exclusively on mult, eventually the scale tips and chips become more valuable.
You're always ultimately doing c * m, chips times mult, right? Increasing c by 1 increases your total by...
(c+1)*m - (c*m) = (c + 1 - c) * m = m
And vice versa for increasing m by 1. So, whichever is higher - your total mult or total chips - you should increase the other one. Usually this means increase mult, but building a bit multiplier can quickly make it outpace your chips for some hands.
Most people who liked balatro will probably also find dungeons & degenerate gamblers interesting which is coming out tomorrow. It's a similar take on blackjack but with a few other ideas mixed in. I've played the demo and I'm looking forward to the full version
It's really just poker solitaire with a bunch of math added to flavorful bonus cards, if you're not really into poker, solitaire, or math it isn't going to be the right game for you.
I have a buddy that hates RNG, mostly plays shooter games, he hates poker in all its forms because of the randomness but I feel like learning to deal with probably and chance are really good lessons that apply to broader life.
I recently got this game, and wow, what a time sucker. FINALLY won my first run yesterday. I've played a fair share of rogue likes, but this one really does feel fresh every game.
ETA: oh cool, it is! Still, probably going to wait for it to hit game pass - there's more games on there that I want to play then time to play them, but if balatro gets on there I think it will move to the top of the list.