An open API service indexing awesome lists of open source software.

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

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

![glulander_01](screenshots/glulander_01.png)
![glulander_02](screenshots/glulander_02.png)
![glulander_03](screenshots/glulander_03.png)
![glulander_04](screenshots/glulander_04.png)
![glulander_05](screenshots/glulander_05.png)
![glulander_06](screenshots/glulander_06.png)
![glulander_07](screenshots/glulander_07.png)
![glulander_08](screenshots/glulander_08.png)
![glulander_09](screenshots/glulander_09.png)
![glulander_10](screenshots/glulander_10.png)

# 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
```