AH
Type to search...
2 min read
PlayAble

Browser-based reimplementation of the 90s Hugo TV show game with three simultaneous input methods (keyboard, voice, and hand gestures) merged every frame for accessibility. Built with my 10-year-old son in a single 24-hour session at Hackathon Heilbronn, entirely through AI.

Read the build story →

Tech stack

LayerTechnology
FrontendVanilla HTML5 Canvas + ES Modules (no framework, no bundler)
VoiceTensorFlow.js Speech Commands (18-word model, 4 MB, browser-only)
GesturesMediaPipe Tasks Vision HandLandmarker (WebAssembly + GPU)
RenderingWebGL 2 with custom GLSL CRT shader (scanlines, barrel distortion, chromatic aberration)
AudioWeb Audio API with preloaded buffers
DeploymentVercel (static)

All processing happens locally in the browser. No server, no cloud API, no data leaves the device.

Video demo