Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ceigey

23
Posts
1
Followers
18
Following
A member registered Jan 01, 2020 · View creator page →

Creator of

Recent community posts

Since I’ve only been working on shmups (et al) I really appreciate (and am very jealous of) the bullet patterns!

Nice concept! Apart from what others have said, I really like the starfield effect and the way the blue circles trail the moon.

Also kudos for the toki pona

tan mun mi li moli la mi pilin ike 😢

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)

Thank you for the blessing and quick reply, I will have to give it a try soon then!

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 think you did better than me then, still have at least two enemies slip by! Good to know the rate of fire is hitting the sweet spot too.

(2 edits)

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…

I think my PB is 114200 so far, largely because the music reminds me of the classic Ys games and I start reminiscing about rushing up a tower at the end when I have too many bullets coming towards me to afford the loss of concentration.

Oh nice, I look forward to trying that! I didn’t notice that last time, apologies!

I’m too uncoordinated for this game but I was laughing for a bit while everything went downhill after my first collision with a random projectile.

Very nice graphics!

The graphics slowly appearing in the background is a really nice touch, gives a sense of impending inescapable doom. Reminds me a lot of the Three Body Problem series.

Thank you, I’ll need to flesh out the story some more and somehow integrate it into a full game!

Thank you! And interesting feedback regarding the focus fire movement! I did feel the movement was maybe a little too slow. I’ll keep that in mind going forwards.

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 nice and polished!

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 will tell my grandchildren one day that this was the 2026 world cup.

Can confirm the universe was quite large! Love the art!

Pretty interesting concept, I can definitely imagine this getting quite deep (figuratively and literally)!

10/10 would ride again 😎

Really impressive, both the 3D effect (or are those real polys??) and being able to skid around a corner and do a burnout. Controls pretty well too!

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.