Building a Whack-a-Mole Game From Canvas to Three.js 3D
The user asks for a whack-a-mole game and pushes it through several rounds of refinement, ending in a full Three.js 3D version with lighting and raycasting.
Related
Double Snake Game
A browser Snake game for two players at once on one keyboard, one snake controlled with WASD and the other with the arrow keys, sharing a single board.
A client-side MP3 silence cutter, built waveform-first
A four-round build of a browser-only MP3 silence trimmer, adding zoomable dual waveforms, click-to-play scrubbing, and neatly categorized CSS along the way.
Building and debugging a YAML/Markdown preview tool for a site
Claude clones a real site's homepage code and builds a YAML/Markdown preview tool matching its rendering, then fixes a date-parsing bug and matches its colors.
Whack-A-Mole Game
A whack-a-mole browser game built with React, letting players optionally upload a custom photo of someone to use as the mole they are trying to hit.