commit 05c203657f7377d4e1566af4364aad94978668da Author: alpacamannn Date: Thu Apr 23 14:45:53 2026 +0200 init: releases mirror for spacel diff --git a/README.md b/README.md new file mode 100644 index 0000000..661bbdf --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Spacel — Releases + +Public release mirror for [**spacel**](https://git.alpacaman.de/alpacaman/spacel) (source private). + +Builds are published here automatically by CI on every push to `master` +of the source repo. Each release carries Windows, Linux and Web binaries. + +## Downloads + +Latest builds: **[Releases](../../releases)** + +| Platform | File | +|---|---| +| Windows | `spacel.exe` | +| Linux (x86_64) | `spacel.x86_64` | +| Web | `spacel.html` (needs `.js` + `.wasm` + `.pck` alongside) | + +## Run + +**Windows** — download `spacel.exe`, double-click. +**Linux** — `chmod +x spacel.x86_64 && ./spacel.x86_64`. + +## Online Coop + +Up to 4 players over the internet (direct IP; use Tailscale or ZeroTier +if you're not on the same LAN). Host picks ONLINE COOP → HOST, port +9091 (UDP). Clients join via the host's IP. + +## Controls + +- Arrow keys / WASD — thrust, turn +- Space — shoot +- Shift — boost (TITAN only) +- R — wipe (when prompted)