Hasty Briefsbeta

Moonlander.BAS

9 hours ago
  • #retro-gaming
  • #moon-lander
  • #basic-programming
  • Moonlander.BAS is a game adapted from Tim Hartnell's Giant Book of Computer Games.
  • Players control thrust to land safely on the moon without crashing or running out of fuel.
  • The game includes randomized initial conditions for velocity, altitude, and fuel.
  • Instructions are provided if the player requests them.
  • The game features a scoring system based on remaining fuel and landing velocity.
  • High scores are tracked and displayed at the end of each game.
  • The original code was refactored for the Basic Anywhere Machine with improved variable names and structure.