Getting Started
Play in Browser (no install)
Open index.html in any modern browser. That's it.
URL parameters for debug modes:
index.html?debug Open the debug scenario menu
index.html?mode=chaos Start a specific debug mode directly
index.html?mode=mines Mine Field mode
index.html?mode=orbs Orb Harvest mode
index.html?mode=obstacleCollision Collision Course mode
index.html?mode=mineCollision Mine Sweeper mode
Play in Terminal
Prerequisites
- Node.js v16 or later
Install from source
git clone https://github.com/isocialPractice/cmd-space-rider.git
cd cmd-space-rider
npm install
npm run build
Run the game
npm start
Or directly:
node out/index.js