Space Shooter Game

Hello everyone! This is my first time posting here, I just wanted say Hi and show a small project I made to learn a bit more about VVVV gamma. It’s a side scroller shoot em up game.

ezgif.com-gif-maker

I used the SKIA renderer and some assets I found online. No external dependencies were employed.

Basically used some classes for the enemies, missiles and explosions. I stored these objects in spreads.

The physics is made up of simple circle to circle collision checks

and the enemies use delegates to implement different movement and fire patterns

Hey @jrespinozah,

nice one, you could add support for GameControllers:

Hey @jrespinozah, it looks great! Any chance we could also play it ourselves and study your project? Asked myself if you could share your patches with us on this one, it would be a great ressource for the afterworld.

@chk sure I guess I can share it. I just need to clean it up a bit and I’ll upload it