Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This looks great, but all your UI stuff is far far more than 64x64 pixels, sadly.

Would reducing the inventory icons and font would be enough? The rules say that the an UI outside the renderer would be ok, what would be your limit about that?

The rules specifically say the controls can be displayed outside of the game. This is primarily for mobile with touch controls to have buttons to press. The other technical mention, that you might be thinking of, is that the game can have border art outside of it as long as it isn’t rendered by the game.

The buttons to the side are fine, but your game is displaying information about itself outside of the 64x64 pixel restriction. The inventory, stats below, and the text over the 64x64 display don’t follow this rule.

Thanks for the feedback! I updated the game, now inventory and stats should be inside the 64x64 constraint