Quickstart

The shortest path to flying. For the full documentation, see the site.

Play in a browser

Nothing to install. Open the hosted build:

https://isocialpractice.github.io/cmd-space-rider/

Or clone the repository and open index.html in any modern browser. It is a single self-contained file: no build step, no server, no dependencies.

Play in a terminal

Node.js v16 or later is the only prerequisite.

git clone https://github.com/isocialPractice/cmd-space-rider.git
cd cmd-space-rider
npm install
npm run build
npm start

The five keys that matter

KeyAction
W A S D or arrowsSteer
SpaceFire the pulse cannon
F or ShiftBoost
Q / EBarrel roll, and nothing can touch you during it
PPause

Enter launches a run, Esc returns to the menu, and Ctrl+C quits the terminal build outright.

How to survive

A terminal that fits

The floor is 60 columns by 20 rows, with 256-colour and Unicode support. A window smaller than that shows a notice instead of the game. Windows Terminal, iTerm2, GNOME Terminal, Alacritty and Kitty all work.

Next