basiclander/README.md

1.3 KiB

basiclander

CI status Donate

Lunar Lander clone

Note: This game was created for the LibreJam December 2020 game jam. It is playable and winnable, however it is minimalist to say the least.

Controls

  • Rotate counter-clockwise: Left
  • Rotate clockwise: Right
  • Thrust: Space

Play via SSH

ssh rocketnine.space -p 20067

Compile

basiclander is written in Go. Run the following command to download and build basiclander from source.

go get gitlab.com/tslocum/twins

The resulting binary is available as ~/go/bin/basiclander.

Support

Please share issues and suggestions here.

Dependencies

  • box2d - Physics engine
  • tcell - Low-level terminal interface
  • cview - High-level terminal interface