Introducing Space Jumper, a Platformer

SYS.BLOG

Introducing Space Jumper, a Platformer

Space Jumper is a precision Lunar Lander-inspired platformer for PC and Android, with open-source code on GitHub.

|Aditya Bawankule
UnityGameDevAndroidOpen Source
Space Jumper is a Lunar Lander inspired platform game available on PC and on Android. Play it in your browser: Space Jumper and Space Jumper 2. If you would like the source code (unfortunately without the fancy graphics), it is available here under the MIT license: https://github.com/Legorobotdude/SpaceJumper. The game requires precision maneuvering skills, and isn't always the easiest at first but gets much easier once you get a hang of the controls. Get it on Google Play Here is a quick preview of the AR version which is still WIP:
Google Play and the Google Play logo are trademarks of Google LLC.

FREQUENTLY ASKED QUESTIONS

What is a precision platformer?

A precision platformer demands exact control and timing from players, where small mistakes lead to failure. Games like Super Meat Boy and Celeste exemplify the genre, requiring players to master momentum, jumps, and movement physics.

How does Lunar Lander influence modern platformers?

The original Lunar Lander (1979) introduced physics-based thrust controls where players manage momentum against gravity. This core mechanic of controlling descent speed and trajectory appears in many modern platformers that incorporate realistic movement physics.

What makes physics-based platforming challenging?

Unlike traditional platformers where jumps are predictable, physics-based games require players to account for momentum, gravity, and thrust. You must plan landings while managing fuel or thrust resources, adding strategic depth to each movement.

RELATED CONTENT