Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The graphical effects didn't really fit the 64x64 resolution: The spritework itself might have fit inside that resolution, but the way it moved around the playing field did not. The music is pretty nice. It would have been nice if there was more ammo, or if the bio-fists actually did any decent damage. The rougelike format makes balancing around ammo a bit hard though. Technically it seemed to run fine, although sometimes I saw a few gaps in between tiles.

Thank you for your feedback! I'm afraid I don't quite understand your critique regarding the resolution. The entire game is within a 64x64 canvas, as required. Could you elaborate?

It's a bit tricky but I'll try to explain. One example I'll give is that the characters tilt back and forth while walking. The characters themselves are 64x64 sprites, but these sprites are scaled up to much bigger than 64x64 before they are tilted. Were the game at a true 64x64 resolution, the character tilting would result in the induvidual pixels tilting. If you look at a game like nuclear throne or gungeon you can somewhat see what I mean in how weapon sprites are handled when held by a player or enemy and aimed in different directions.


This sort of thing also applies to some of the particle effects, as well as the lighting.

Regarding games in this specific jam, cybergame2077 also has several lighting effects / rotating objects but remains within the 64x64 grid. It sort of produces a "Crispy" effect but that's unavoidable at such a low resolution.