Post #3158125
2025-04-26 13:40 UTC
@l_prod@mastodon.gamedev.place Nice! How'd you build it, since you don't have access to the source code?
Replies (1)
-
@l_prod@mastodon.gamedev.place 2025-04-26 13:48
@QuadRadical@wetdry.world I didn't, that's the best part! As far as I understand it, with Löve the entire game logic is in Lua and as long as your platform has a working Löve install it will run, since it's all interpreted and not compiled. I literally *just* installed the engine ($ sudo apk add love) and then run the copied game files from my desktop ($ love Balatro.exe). Yes. Directly the Windows executable. How it exactly works under the hood? Don't ask me, black magic probably.