basiclander/README.md

1.5 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.

Starting position and angle were the same between each game at the time of submission. Randomization has since been added.

Screenshot

Screenshot

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/basiclander

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