Instructions

Hello Space is not just a game – it is a mission. Launch your spaceship into orbit and touch down on the moon. Yes, without having your vehicle explode.

  1. 01 Take off

    - Accelerate away from body

    - Do a gravity turn to reach orbit

    - Stop craft tumbling and orient it correctly

  2. 02 Intergalactic cruising

    - Perform a prograde burn to raise your apoapsis to a point where it reaches moon orbit

    - Coast until you reach the moon

  3. 03 Steady now...

    - Perform a retrograde burn to stabilize the craft onto moon orbit

    - Perform a retrograde gravity turn to land on moon

    - Keep craft in control and speed in check for a soft landing


Ok, let's play
Sign in to save your progress:
/* __ __ ___ ___ /\ \/\ \ /\_ \ /\_ \ \ \ \_\ \ __\//\ \ \//\ \ ___ \ \ _ \ /'__`\\ \ \ \ \ \ / __`\ \ \ \ \ \/\ __/ \_\ \_ \_\ \_/\ \L\ \ \ \_\ \_\ \____\/\____\/\____\ \____/ \/_/\/_/\/____/\/____/\/____/\/___/ ____ /\ _`\ \ \,\L\_\ _____ __ ___ __ \/_\__ \ /\ '__`\ /'__`\ /'___\ /'__`\ /\ \L\ \ \ \L\ \/\ \L\.\_/\ \__//\ __/ \ `\____\ \ ,__/\ \__/.\_\ \____\ \____\ \/_____/\ \ \/ \/__/\/_/\/____/\/____/ \ \_\ \/_/ by Reaktor */ return function GoToMoon(state) { return new Controls({ thrust: 1, rcs: { pitch: 0.01, yaw: 0.01 }}) }