Hey everyone!
Thought I’d share a little project I’ve been working on for the last month. Perilune is a simulation where you control a spacecraft in a descent to the surface of the moon. The terrain is procedurally generated based on an integer seed - all you have to do is pick a number, press ‘go’ and then look for a safe place to land!
I set out to make this for Android, but I ran into a bunch of problems - the foremost being that the load time is insanely high on my devices. I think it would need a complete reimagining of how the terrain system works to get it close to playable, and as this is a passing fancy, I really can’t be bothered!
I also think another cool application for this would be to build a proper flight simulator around it - like a stand-up arcade cabinet with joystick controls and an instrument panel
All the code’s there under GPL, so if there are any other space geeks who want to have fun porting it to other platforms or expanding on the gameplay, please do! It’s laid out so that you should easily be able to re-use the core code.
Controls and instructions are given on the GitHub front page: