Background
After some research looking for a suitable 2D multi-platform framework, I was excited to find Defold - something that sounded exactly what I was looking for. Given my background in lower level programming (C/C++) and having never used a game development framework before - or any knowledge of Lua - I had some learning to do.
As a way of coming to understand how Defold works, I began from scratch writing a simple shmup called Cosmic Clash. After about a week of tinkering, the game can now be played through it’s whole cycle - menu, game, losing lives, game over etc.
The Game
I’m not trying to recreate Radiant Silvergun here. Cosmic Clash is a learning process for me but I’m still hopeful to produce a decent game that people will enjoy playing for at least a few minutes.
Right now, there are only a few types of enemy and only one weapon to use and one background. Thankfully, the way Defold works allows easy expansion of these things and it wont be difficult to add a lot of variety without spending weeks doing it.
Here’s a screenshot for now - I’m aiming to release a demo in a couple of days.
Thanks for reading!