게임 정보
Developers Note (May 6, 2025): This game has not been abandoned. I'm still developing it, but development has been slow, especially while trying to take it off of the Unity Engine.
Solar Lander a 2D space lander that simulates orbital mechanics and the conservation of angular momentum. Players fly around in an Apollo-style lander, land on the surface of a planet, and then redock with the command module to advance to the next level. You start out in orbit around a planet and docked with the command module. It is your job to make a safe landing on the surface of the planet, then get back into orbit to redock with the command module. Each planet has it's unique characteristics based on real life planetary bodies with procedural terrain generation.
All of the game's mechanics are simulated with a full physics simulation that runs 1,000 times per second! This makes the 2D simulation very accurate and very realistic. There is no arbitrary rotation rate or acceleration. As you use-up fuel, your maximum acceleration will increase and you will be able to change your rotation rate more quickly.