Lunar Lander clone
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum e0c78d77e6 Randomize starting position, angle and angular velocity 2 years ago
.gitignore Adjust crash parameters 2 years ago
.gitlab-ci.yml Initial commit 2 years ago
LICENSE Adjust crash parameters 2 years ago
README.md Randomize starting position, angle and angular velocity 2 years ago
go.mod Randomize starting position, angle and angular velocity 2 years ago
go.sum Randomize starting position, angle and angular velocity 2 years ago
main.go Randomize starting position, angle and angular velocity 2 years ago
screenshot.png Add screenshot 2 years ago

README.md

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