Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This requires Rubik’s Cube Brain, and I don’t have that. Nice challenge though. I got all the numbers to the same, but not to 0, and then screwed it up again while trying to increment them all evenly from there. Is there a name for this kind of puzzle?

i have no idea if it has any particular name.

I saw simpler version of that game as a minigame in mmo game called DDO. In there the tiles had only 2 alternating states. I recreated it and added more tile states.


I know simple algorithm for binary version of that game and it can be used in my version to bring all the border tiles to one state and center to another. From that, when everything is perfectly symmetrical, it's fairly easy to reach all zeros.


I doubt i would ever solve it without knowing the base algorithm.