Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 856 Bytes

File metadata and controls

17 lines (10 loc) · 856 Bytes

River Raid Website

A clone of River Raid, a classic ZX Spectrum 48K game published by Activision, compiled to WebAssembly and playable in the browser.

About

This repository hosts the website for river-raid-ebiten, a River Raid clone built with the Ebitengine game library in Go. The game is compiled to WebAssembly (WASM) and runs directly in the browser.

How to Play

Visit the hosted version, or run a local HTTP server (required — opening index.html directly via file:// will fail due to browser CORS restrictions):

python3 -m http.server 8080

Then open http://localhost:8080 in your browser.