this post was submitted on 12 Jun 2024
54 points (96.6% liked)

Balatro

504 readers
134 users here now

Welcome to Balatro Lemmy and Mbin Community.

This community is for the game Balatro, which is developed by LocalThunk and published by Playstack. For more Balatro conversation, please head to the stickied FAQ and check out the official Discord channel. Also make sure you read our rules before posting.

Rules:


Official Links

Unofficial Links

founded 5 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ImplyingImplications@lemmy.ca 2 points 3 months ago

If you own the game you can read the source code by extracting the .exe as a compressed file. It's all written in lua. It's also terrible code so good luck reading it.

I took the time to decipher the mess and both Wheel of Fortune and Glass cards check what is essentially

if math.random() < 1/4

Here is the actual source code for the Wheel of Fortune check.