Since I’ve only been working on shmups (et al) I really appreciate (and am very jealous of) the bullet patterns!
ceigey
Creator of
Recent community posts
Thank you, means a lot! Yes having some enemies to shoot was the dream! I think a big challenge I need to overcome is learning enemy AI, then hopefully one day I can have ships and bullets flying all over the screen creating chaos everywhere…
(though as you can see I didn’t quite get to static enemies either)
This is a really nice asset pack, love the style.
Just a question about licensing. I read the “You may not redistribute or resell it” part, and assumed that open source game projects are probably not a good fit for this asset pack since if you just included the entire spritesheets verbatim it’d be the same as redistributing.
Is that assumption correct?
There’s been two game jams where I’ve been thinking of using this but then remembered the open-source codebase requirement and thought “aagh, not this time” and changed to another idea with my own hand drawn sprites.
Perhaps a practical middle-ground is to ask the gamejam organisers if it’s fine to submit an entry with the spritesheet listed under .gitignore, but thought I’d ask here anyway incase I’m overthinking the whole situation.
Thank you! I spent way too long on them that I forgot to make the rest of the game :)
Actually, I even had a way to make the plumes gradually grow in size as the drone flew further, which was quite satisfying, but I accidentally broke it just before deadline in order to fix another bug (braking didn’t have the right plumes showing). I was trying to make the plume grow based on the inertia, but perhaps a better idea is to record how many ticks the currently active arrow keys were held down for and use that to increase the size…
Yes, the main character was quite clear to me, but the placeholder clear-coloured entities confused me a bit at first.
Makes sense regarding the controls. I actually like the simpler control scheme so maybe no sprint button is best :) I think it was around level 4 or 5 that I was feeling I had a lot to backtrack to turn off servers on both sides, so there was some drop in tension there for me.
Definitely a concept I can see myself playing more!
Very addictive, and pretty complete.
I think the game could afford to ramp up in pace earlier on and scale to more chaos by the end game.
I think also more items needed positives + negatives to make the “curation”/“disconnecting” a harder choice. It gets pretty fun but unbalanced if you just have a bunch of gatling guns :D
Nice and complete game loop with a very topical “rage against the machine” theme and stuck to the game jam theme very nicely.
Readability of entities other than the main character is a little hard (but expected within the timeframe). I also felt like I needed a sprint button, but I guess that’d affect the balance quite harshly too.
I like the “speech” beeps but I think they can be tweaked a bit.
The text seemed quite well developed and added a lot of character.
I also had this bug (first load didn't work, second load ok). Perhaps it's due to the way save data is created, and something is created on the first check that allows the second check to avoid the crash?
On web, attempting to open the editor also results in a crash to desktop, something is calling `notify(msg_str)` with a nil value but no stack trace to follow.

