Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Good job being creative with this unique puzzler. I liked the use of the screens as the faces of a larger dice - it really tested my spatial reasoning skills (which are bad it seems). I do agree with TobBot2 that adding a 3D element would make it easier for spatial reasoning. 

One solution may be having a 3D cube minimap, with the room sprites places on the faces of the cube. This isn't too hard in Unity - I did something similar for my own dice in my game. I built 6 planes with sprite renderers for the 6 sides of the cube. Then add the room sprite to each side of the cube. Then you could automatically move the dice as the player enters rooms or let the player rotate the sprite with mouse drag or keys to plan their moves. The hardest part would be whether it is big enough to be useful.

Thanks. I've worked on the game and have been able to make it look like you're staring into a dice from within (i.e. you can see about half of the dice that your going to), I'll be updating the game once the jam is over. The cube minimap is a nice Idea but I think if I made it large enough to be useful it would end up obscuring one of the faces, you can check if what I've done is enough when I update the game and let me know if you still think something like the minimap would be necessary.