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

Reindeertale. I´d say the basic systems are there but of course it still needs polish. Sometimes it feels hard to open a present, I don´t know what it is, weird hitboxes? The character also sometimes gets a bit stuck on the environment (you can´t slide along walls doing a diagonal input) I like the art, it´s cute. The equip menu can be a bit confusing at the beginning.

Cool, thanks for playing it. I'll take a look into making the improvements. 

The present and appears some old code I had. the hit box for opening/interacting used to be a square but I made it into a radius while also requiring the player to be facting towards it. However I had left in hardcoded value for the radius (25 pixels) for the presents which makes it a tighter hitbox than the NPCs(32 pixels). 

Having diagonals slide the player up/down right/left against a wall makes sense too.