https://github.com/vascocosta/glulander
Simple but fun lander game for the ZX Spectrum
https://github.com/vascocosta/glulander
8-bit arcade casual indie indiedev indiegame minimalist retro space zx-spectrum zxspectrum
Last synced: 5 months ago
JSON representation
Simple but fun lander game for the ZX Spectrum
- Host: GitHub
- URL: https://github.com/vascocosta/glulander
- Owner: vascocosta
- License: gpl-3.0
- Created: 2024-12-15T21:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T19:15:22.000Z (over 1 year ago)
- Last Synced: 2025-05-16T10:45:19.981Z (about 1 year ago)
- Topics: 8-bit, arcade, casual, indie, indiedev, indiegame, minimalist, retro, space, zx-spectrum, zxspectrum
- Language: FreeBASIC
- Homepage: https://gluon81.itch.io/glulander
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glulander
The year is 1569 and Portugal developed a crazy space program for the time, using a cannon to toss a lander into lunar orbit.
The lander is called Lua and is made of, well, wood. What else? The vertical thrust system is a homemade jet of sewage water, however, the lateral guidance system is state of the art and stabilised to avoid drifting.
Try to land on the green pads, by keeping the vertical speed denoted by VY below 5.8 m/s. Horizontal/vertical controls do not work at the same time!
You can download a free tape file of the game [here](https://gluon81.itch.io/glulander).
## Screenshots










# Dependencies
* [The ZX BASIC Compiler](https://www.boriel.com/pages/the-zx-basic-compiler.html)
# Build
```
git clone https://github.com/vascocosta/glulander.git
cd glulander
./build
```