So here is what I came up with:
BIOSPHERE (working title)
A 2D simulation game where the player controls 3 aliens who are trying to create LIFE IN SPACE. And then harvest it. >:D
The aliens each have one unique ability: One can beam stuff up (gathering resources), another can use those resources to alter the biosphere of a planet (so something can live there), and the last one can blow stuff up.
Progress so far:
I planned on re-using some "engine" I wrote a while back based on artemis-odb, but the latest version no longer worked with my project and I decided to rewrite my code to use ashley instead. It went really smooth and I can start implementing gameplay systems now.
Also, I drew the aliens:
For now, I will be using them as static images, but I structured their layers in a way that would make it possible to convert them to Spine skeletons and animate them later.
To be continued...