A basic Svelte game I made inspired by this game.
A bit more information available on my website.
This was my first "serious" webdev project - so go easy on me please 😀.
This game was also featured on Hackaday!
The object of the game is to write a simple autopilot (in JS) that can land you lander on the moon.
The game features a range of "difficulties" in the form of different starting conditions and lander behaviors.
Setup should be as simple as running npm i
and then npm run dev