F
ATARAXIA MECHANICA
Creator of
Recent community posts
Probably not, because porting C++ code to a phone is a bit hard actually, but my main reasoning is I have absolutely zero experience with android development. And I don't think something like this could be made without coding knowledge (The interaction between cells and how this game recurses is kinda hard to make in things like gamemaker I think?) I learned to code in C++ via self-studying (Crunched through C++ prime plus which is a thousand pages long lolololol), which is absolutely mentally draining if you don't have an interest in programming.
Huh, this is so weird since other textures has been loaded successfully, and it looks like the file can't be opened instead of can't be converted to a texture file. Can you copy the loading.png from the old version into it, to see if it was corrupted, or if it's there at all? or replace with any other images to see if it will run?
Oof, the code related to generating guaranteed boards in SGT's version is about 1500 lines long, it's almost as many as this game's entire codebase (excluding header files). Also the code is quite hard to understand at least for me, with all the bit fiddling and set and perturbation stuff. Don't think I have the ability to add this. Feel free to PR if you are able to figure this out though