Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Interesting idea, thanks for that. I see what you mean about the joystick use being more intuitive, particularly with the direction. Challenge with that is to highlight the row/column to be moved - it was pretty difficult, technically, to display all of the colours in 3D as it is. 

(3 edits)

Maybe it could be implemented in one of two ways:

(1) The specific section you are currently on, could blink back and forth between its normal color and black,, so that it should remains clear, where on the cube you are located.  Black could be used here, because it's not one of the cube's standard colors.

Or (2) only the outline of the section you are currently on, could be displayed in black (instead of the normal blue). Even that alone, should actually be sufficient, to make it visible to the player, where on the cube he is currently located.

Perhaps one of these two approaches could be implemented somehow? Unfortunately, I am not a programmer myself, so I cannot say exactly what's technically feasible and what's not. But I do think, that at least one of the two, should technically be possible.

Yeah, I was thinking along similar lines as number (2). I think that would also be more obvious when switching between the rows/columns by moving the joystick. Thanks for your suggestions, that's really useful.