Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

So, I didn't think to read this until after the jam, go figure. My game actually plays in a 640x640 window (I thought I read somewhere that we could upscale the resolution, as long as we also upscaled the "pixels"). So, my game still "thinks" in terms of a 64x64 grid, but then my renderer blows that up to 640x640, just to make things look bigger.. I think that's within the rules. If it's not, then oops :-S

That was totally within the rules :)

Unless your engine "thinks" in 64x64 but still displays some subpixel-stuff (like what happens if you upscale a GameMaker game and then rotate a sprite, and don't do anything to make it also display it correctly at 64x64)