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.
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