Roll In Color
A short puzzle game about rolling dices - Created for GMTK 2022 Jam (Solo)
Updated to v2.0 with suggestions from the comments. The original gamejam versions have been renamed to "_vGameJam.
Added in v2.0:
- - Different Timed modes
- Shows solution after failure
- Squashed a minor scaling bug.
// Game Goals
Rotate the dice to reach the end square.
- Timed - Complete in X seconds
- Gauntlet- Complete as many levels as you can in X seconds!
- Unlimited - No Timer
// Controls
WASD & Arrow keys - Movement
Space - Reset to level start
Enter - Continue/Start Game
Escape - Exit to Main Menu
Additional Note: these levels are procedurally generated at runtime and guarantee at least one solution to every level! The rotation matters and a left/right rotation is different from an up/down rotation. Depending on the combinations of turns, you can end up at the same square with different orientations (think of a rubik’s cube)! Thus it could be that only one path is correct.
As a hint: the guaranteed solution only touches each square once, but it's entirely possible there's other solutions that reuse a square!
// Credits
Creator: randomnes
Audio & Art: finagled together from various asset packs.
Engine: Unity
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
that was cool! Are those procedurally generated?
Thanks! Yep they are. I guarantee a solution for every level