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

Thank you for the review! The rotation is indeed a bit off, but CSS tragically won't let me rotate in pixelated steps. It's correct at 64x64, as you note, which is how I justified it to myself :-)

(+1)

I was going to comment about the 64x64 constraint too, but did you actually made the game using actual HTML? That was insane! 😅

Nice entry btw!

(1 edit) (+1)

Yup, it's HTML and CSS. (The flowing fluid is drawn programmatically with a canvas, but everything else is HTML and CSS.) Thank you!