C++latro is a rewrite of Balatro written in C++, with a focus on speed. This project is a faithful recreation of the logic behind the game, with plans for it to be used for AI / brute-forcing algorithms.
This project is strictly a CLI tool for developers, with no plans for a GUI.
Generate the build file:
python3 configure.pyThen run ninja to build:
ninjaTo run the executable:
cd out
./C++latro --seed TEST
The GoadPlease make an issue discussing the feature before implementing it. Chances are I already have a design in mind for how it should be made.
