Inspired by a previous post of a lunar lander game [1] and a subsequent autopilot for that same game [2], I made <i>another</i> lunar lander game where the user writes their own autopilot!<p>Its written in Svelte, rendering with HTML Canvas.<p>The options tab will let you set your initial conditions. The settings are encoded into the URL, and there's an option to include your autopilot code in the URL as well to save your state or share it with others.<p>[1] <a href="https://news.ycombinator.com/item?id=35032506">https://news.ycombinator.com/item?id=35032506</a><p>[2] <a href="https://news.ycombinator.com/item?id=35090054">https://news.ycombinator.com/item?id=35090054</a>