C³
Move your cube with keyboard / mouse or touch. Collect green orbs as you go along. All of the squares need to be lit to move to next level. Space resets level.
There was a request for info on how the level generation rng works, so here's a small listing of algorithm :
1 Randomize width & height.
2 Select a starting position. (x = random * width, y = random * height)
3 Randomize a target "walk" length for level. (w * h / 4 to w * h / 2).
4 Mark the current position as walked.
5 Pick available position to move to from ones around.
6 If there's available squares, pick one and move to 4. If no available, continue to 7.
7 Mark the c urrent position as ending.
8 For all the walked squares pick random ones to have green orb.
9 Go through the whole data and build walls.
10 Level is read
Install instructions
Download apk, windows executable or play on browser (coming soon.



Comments
Log in with itch.io to leave a comment.