Posted October 10, 2020 by devdave
On To Different Planets is gonna be my entry for the Beginners Circle Jam #3.
I wanted to do something procedurally generated, something that has some replayability for myself and remembered this youtube video: Procedural Generation: Programming The Universe. So I decided to do something along those lines and make a rogue-like adventure game with that underlying idea.
So here is the plan for the story & game:
You are a spaceship that, though some anomaly gets transported to a random space within the universe. Your mission: get back to your home planet. To do that, you have to repair your warp drive and jump back home. On the way you need to keep you crew alive and can also gather information about those planets that populate the universe.
For now that universe consists of a random scattering of planets (not solar systems) and all you can do is randomly warp to different places in the universe.
The first technical issues are resolved:
We can now start building a game around it :)
Here are some things for the future, that I would like to address: