C³
- March 29, 2020
- Exca
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…