Posted February 24, 2022 by Txori
RANDOM PLANET GENERATOR
I programmed a random planet generator and included it in the game. So when you chose between the left and right paths at the end of a level, you'll see clearly where you are going. Planets, Moons and Asteroid Fields are already integrated. I'll do the same for Space Stations and Wormholes afterwards.
COMPLETION & HIGH SCORE TABLE
I added a completion percentage of the amount of enemies taken down per level. That completion score is added to the main score. The main score is also stored in a new Hall of Fame screen:
THE FUTURE
The game engine is getting better with lots of tweaks and bug fixes. Everything is listed in the DEVLOG.
Now I'm going to work on the sound system. Everything is generated with a real time synthesizer. It's not simple, but very interesting to program!