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

Very fun, and great aesthetic! I enjoyed getting to mix and match the weapons, I was worried I’d be locked into my first choice. There was one asteroid which didn’t seem to collide with any of my weapons but apart from that it was a really enjoyable experience, well done!

(+1)

That pesky non-colliding asteroid... each time I wanted to repro that issue it would just not happen. And when someone else tried the build, it did show up... that bug is mocking me.

Thank you so much for playing and for the kind words!

(+1)

I replayed it a few times and managed to relatively consistently reproduce the bug. It seems to happen when there’s too many asteroids on the screen and they start spawning on top of each other. If you pick the pistol from the first and second box, and then stay close to the bottom of the screen, only shooting enough to defend yourself, then eventually you’ll get a few non-colliders, especially when the first few gun asteroids spawn. Not sure why it’s happening, but might be something to do with how the asteroids push themselves apart while also being clamped within the play area. Also, I just discovered the palette swap in the menu, really nice for switching things up between runs!

(+1)

Ooooh that might be it. When they push each other, they might be also shifting their Z position, and eventually getting out of the way of projectiles. You may have saved me from hours of debugging headaches, thank you so much!!!

(+1)

No problem, I’ve ran into similar issues in the past when making 2D games but working with 3D transforms. Had a lot of trouble with sprites disappearing beneath the background or above the camera Z-layer because I was just taking the vector between two objects, normalising it, and flipping it, without realising it was slowly shifting their Z position too. Glad I could help though, hopefully you get it fixed for the post-jam release!