Void Runner
A browser-based 3D space shooter built in Three.js with procedurally generated asteroid fields and a global leaderboard.
Overview
Void Runner is a fully browser-native 3D arcade shooter with no download required. Built entirely in Three.js, it runs at 60fps on any modern browser and features a backend leaderboard.
Technical Highlights
- Custom WebGL shader for the procedurally animated starfield background
- Asteroid field generated using fractal subdivision at runtime
- Physics via custom AABB collision (no Cannon.js dependency)
- Leaderboard backed by Cloudflare Workers + D1 database
Play
Available at voidrunner.example.com — no login required.