Browser Game2025
GESTURE RIDER
“Motorcycle racing controlled entirely by your hands.”
Role
Solo Developer
Stack
JavaScriptCanvasPseudo-3D Engine
Status
Completed
Links
Overview
Gesture Rider is a browser-native motorcycle racing game driven fully by hand-gesture input.
I built a custom pseudo-3D rendering pipeline to simulate speed, depth, and lane motion without external engines.
Key Features
→
Gesture controls — Steering and actions mapped to real-time hand input
→
Pseudo-3D renderer — Custom perspective and track projection in JavaScript
→
Browser native — Runs directly in modern browsers with no install
→
Arcade loop — Fast restart and score-driven replayability
Tech Deep Dive
The game loop is written in vanilla JavaScript with frame-by-frame road projection and sprite scaling; gesture events are normalized and fused into low-latency control signals before physics updates.
Next ProjectRUBIK'S OPTICAL SOLVER →