Skip to main content

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

I like the idea behind this, especially where you must protect Santa. The Art is good, and the music gives it a really festive feeling. I ran into a problem where the monsters stopped spawning; It might have to do with Santa running off-screen. There was also a problem where the gingerbread men would endlessly circle the player. You may consider using kinematic physics instead of dynamic in the future and probably use the rigidbody2D.MovePosition() for more predictable results. Other than that, I think that this is a really fun game!

Thank you so much. Especially the coding advice. Since this is my first game ever I am really a noob when it comes to how thinks could be done and sole relied on forum posts and youtube tutorials so hearing how I could improve certain things is really interesting and helpful!

I was also looking into a navmesh since santa was constantly getting stuck in the sprites but that was rather difficult in unity for 2D sprites without any additional plugins.