top of page
Search

Lunar Lander Work In Progress

  • seanmcgarry65
  • Jul 21, 2022
  • 1 min read

Updated: Jul 22, 2022


An early screenshot


Currently I am working on Lunar Lander. The object of the game is to safely pilot the lander to the surface of the moon.


Layout of the game in Construct 3


The majority of the features are implemented into the game at this point. Gravity pulls the lander down. An impulse is applied at game start to set it moving to the right. Controls for the lander have been implemented. The lander's thruster animates when thrust is applied. The UI follows the lander, and the fuel and velocity are both indicated.


Screenshot of the game's code


There are a few things that still need to be implemented. I am currently working on how the game detects if the lander has collided with the mountains or landed properly.


You can play the completed game here:



 
 
 

Recent Posts

See All

Comments


bottom of page