HTML Haiku #23
6.7
Evaluation
6.7 avg
7.5 physics accuracy
7.5 design quality
6 animation quality
5 slider ux
7.5 completeness
6.5 overall
Two crowns Same mass, different density Vertical slider Slider works Slider controls crowns Slider direction correct Full slider range Fall animation Water displacement Rising water level Splash effects Physics correct Live mass value Live volume value Live density value Live displaced water Gilded displaces more Heureka animation No external deps Light bg / dark text Self-contained HTML

Slider direction is inverted (min=0/top means crowns in air, but HTML vertical range sliders typically render with max at top, and the auto-drop auto-increments from 0→100 moving crowns down, so the physical mapping is correct in code but the visual slider thumb moves upward to submerge, which is counter-intuitive); crown rendering is a rough circle-with-dots approximation rather than a recognizable crown shape, and the water-rise calculation uses canvas pixel width as container area producing physically nonsensical cm values for water level.

7,261 output tokens · claude-haiku-4-5-20251001 · end_turn

Slider direction is inverted (min=0/top means crowns in air, but HTML vertical range sliders typically render with max at top, and the auto-drop auto-increments from 0→100 moving crowns down, so the physical mapping is correct in code but the visual slider thumb moves upward to submerge, which is counter-intuitive); crown rendering is a rough circle-with-dots approximation rather than a recognizable crown shape, and the water-rise calculation uses canvas pixel width as container area producing physically nonsensical cm values for water level.