A 2D simulation game where you program rocket boosters to land.
No install required — play instantly at lander.kurpuis.com.
Install globally and run:
npm install -g @k5s/lander
landerThis starts a local server on http://localhost:3000 and opens your browser automatically. Set a custom port with PORT=8080 lander.
npx @k5s/landergit clone https://github.com/imaustink/lander.git
cd lander
npm install
npm run devThen navigate to http://localhost:3000.
docker build -t lander .
docker run -p 3000:3000 landerdocker compose upThe app will be available at http://localhost:3000.
