Skip to main content

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

I love the simple but fun concept, and it has a nice amount of polish! Nice job.


There was one small issue I kept running into. I'm assuming the player's rotation is being managed by some kind of tweener or animation player, which is great, but there are some moments when the shortest distance to rotate would be to spin counterclockwise/clockwise, but the player spins the opposite direction (continually rotating the player in one direction causes this to happen every few spins). If you're using some kind of tweener to animate the player's rotation between different angles of degrees, having it switch between a negative and a positive value can cause this to happen. Again, I'm not sure if this is how you programmed it, but I thought I'd bring it up. Still, overall, nice game!

Thanks, will fix once voting ends 😁

Noticed the same bug there with the rotation, especially when going from like up to left, or down to left.