# Orbit Runner

The finished project for the **Lua + LÖVE: Make a Game** course.

## Run it

Install LÖVE 11.5, open a terminal in the directory above this one, and run:

```sh
love orbit-runner
```

On Windows, you can also drag this folder onto `love.exe`.

## Controls

- Move: WASD or arrow keys
- Start/restart: Enter
- Quit: Escape

Collect gold signals, dodge red meteors, and try to beat the saved high score.
The game uses only shapes and procedurally generated tones, so there are no
external art or sound dependencies.
