#Make Neuro or Evil play Balatro
1 messages · Page 1 of 1 (latest)
I actually tried (and failed) to get the Neuro SDK working with Balatro while watching the game jam streams. Definitely a skill issue on my end though, the game seems pretty straightforward to mod for someone that actually knows what they're doing
https://github.com/Gunoshozo/lua-neuro-sama-game-api
In case someone else wants to give it a shot, there is a community version of the SDK for Lua
I looked into doing this as well but I didn't go forward with it.
If anyone is interested in doing it, I came across a potential "shortcut" you could take. Someone has already made a mod that exposes a API for bots to play Balatro (balatrobot), though it might not work with the latest version of the game. Assuming you could get this mod working, I don't think it would be that big of a challenge to create a "bot" that acts as middleware between the mod and the Neuro Game API.
The biggest challenge I anticipated was representing the game state in a way that Neuro would understand. I'd guess that she innately knows the rules of poker, but it seems like it'd be hard to communicate the specific rules of Balatro. Maybe I'm underestimating her, though.
I don't think I'm going to pursue this, but I'm willing to help with Neuro Game API integration if anyone wants. Feel free to DM me or @ me in this server if you do.