Skip to main content
MP
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 controlsSteering and actions mapped to real-time hand input
Pseudo-3D rendererCustom perspective and track projection in JavaScript
Browser nativeRuns directly in modern browsers with no install
Arcade loopFast 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.