Archive round — this round predates the blind-first layout, so answers appear with model names attached. Newer rounds keep the models anonymous until you reveal them.
scored12/13 models answered
Show task
Create ONE self-contained HTML file (STRICT LIMIT: max 120 lines total) that shows a particle fountain on a <canvas>: exactly 200 particles continuously emitted upward from the bottom center with slight random spread, affected by constant gravity and by horizontal wind controlled with an HTML range slider (negative to positive wind, live effect). Particles bounce off the floor with damped velocity and respawn at the emitter when their energy is spent. Smooth requestAnimationFrame animation. No external libraries, no comments needed. Output ONLY the HTML file content, nothing else.