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

StatusReleased
PlatformsWindows, HTML5
Rating
Rated 4.0 out of 5 stars
(3 total ratings)
Authorrandomnes
GenrePuzzle
TagsCasual, Cute, Game Maker's Toolkit Jam, Indie, Short, Singleplayer, Unity

Download

Download NowName your own price

Click download now to get access to the following files:

RollInColor_vGamejam_webgl.zip 33 MB
RollInColor_vGamejam_windows.zip 55 MB
RollInColor_v2.0_windows.zip 55 MB

Comments

Log in with itch.io to leave a comment.

that was cool! Are those procedurally generated?

(+1)

Thanks! Yep they are. I guarantee a solution for every level