Would reduce max score to 400M and you'd have to round 0.25 up or down. Would probably want to drop the 0.01 cards too.
super cool project
I find it really weird that they dismissed fixed point as being too technical because it's actually really simple, it's basically just this.
https://mattgreer.dev/blog/making-a-shooter-for-the-ereader/
I was fortunate enough to break my Balatro addiction before it had gotten this far along, but others are not so lucky.
For example, this C64 port was taken down: https://ko-ko74.itch.io/balatro-for-the-commodore-64-c64
One way to handle that is to provide all the possible tile variations, but that would take up so much space. So you'd have a set of tiles for a regular Ace of Spades, and an entirely different group of tiles for a Lucky Ace of Spades for example.
The GBA has 4 backgrounds, so it would be doable to grab three of them and use them to render cards. That would only leave 1 background left for, well, the background :)
Another option would be to use a memory buffer and implement tile rendering yourself that accounts for transparent pixels. That would be the best of backgrounds and sprites combined into one. That would solve many problems, at the cost of the implementation would probably take up a lot of space. My hunch is this would be the best approach.
This right here might be why I find this platform so interesting. It's very limited, and the limitations usually bump into each other and you often steel from Peter to pay Paul.
Oh and the post didn't mention debuffed cards (they have a red X drawn over them). That'd be yet another card layer to throw into this mix.
It’s literally “number go up”, there’s barely any “fluff”, and that bugs me for a reason.
In that regard, it reminds me of cookie clicker, although it distills different aspects. That, too, I stopped playing pretty quickly. I saw coworkers who would play it all the time in the background, and that kind of put me off. Almost philosophically.
Balatro has more “game” than Cookie Clicker, but I’m still slightly repelled by its relatively direct “number go up” aspect. (“Repelled” is a bit of a strong and rude word, but I couldn’t think of anything better right now. I don’t hate Balatro.)