Creative Challenge
"A clockwork fish swimming through a sea of floating gears"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="fishGradient" cx="40%" cy="30%" r="70%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#B8860B"/>
</radialGradient>
<radialGradient id="depthWater" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#1a468c" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#00022e" stop-opacity="0.7"/>
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="15" height="15">
<path d="M0 7.5L7.5 0h7.5v7.5L15 15H7.5L0 7.5Z" fill="#333" fill-opacity="0.4"/>
</pattern>
</defs>
<g transform="translate(150 150)">
<!-- Background gears -->
<g opacity="0.7">
<circle cx="0" cy="-80" r="40" fill="url(#gearPattern)"/>
<circle cx="120" cy="50" r="25" fill="url(#gearPattern)" transform="rotate(35)"/>
<circle cx="-100" cy="60" r="30" fill="url(#gearPattern)" transform="rotate(-20)"/>
</g>
<!-- Water surface -->
<rect x="-150" y="-150" width="300" height="300" fill="url(#depthWater)"/>
<!-- Clockwork fish -->
<g transform="rotate(-20)">
<path d="M -70 0 Q -30 -40 0 0 Q 30 40 70 0 L 80 10 Q 60 30 40 20 L 30 0 Q 20 -40 -20 -20 L -50 0Z"
fill="url(#fishGradient)" stroke="#654321" stroke-width="2"/>
<g transform="translate(20 0)">
<circle r="12" fill="#483C32"/>
<circle r="8" fill="#FFF" stroke="#000"/>
<path d="M-25 0Q-15 10 0 0Q15 -10 25 0" fill="none" stroke="#B8860B" stroke-width="3"/>
<g transform="translate(-30 -5) rotate(-30)">
<rect x="-2" y="-4" width="4" height="8" fill="#796857"/>
<rect x="-8" y="-2" width="16" height="4" fill="#796857"/>
</g>
</g>
<path d="M -50 0 Q -40 15 -30 0" fill="none" stroke="#654321" stroke-width="3"/>
</g>
<!-- Floating gears -->
<g transform="translate(80 -50)">
<circle r="18" fill="url(#gearPattern)"/>
<path d="M0-18l5 5v8l-5 5M0 18l-5-5v-8l5-5" stroke="#444" stroke-width="2"/>
</g>
<g transform="translate(-100 40) rotate(45)">
<circle r="15" fill="url(#gearPattern)"/>
<rect x="-15" y="-2" width="30" height="4" fill="#666"/>
</g>
</g>
<!-- Motion lines -->
<path d="M200 150Q220 180 240 150 260 120 280 150"
fill="none" stroke="#FFF" stroke-width="2" opacity="0.3" stroke-dasharray="4 4"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#008080"/>
<stop offset="100%" stop-color="#00ffcc"/>
</linearGradient>
<linearGradient id="gearGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#808080"/>
<stop offset="100%" stop-color="#cccccc"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#000033"/>
<g transform="translate(150, 150)">
<path d="M-50,0 a50,50 0 1,1 100,0 a50,50 0 1,1 -100,0" fill="url(#fishGradient)" stroke="#005050" stroke-width="3"/>
<circle cx="0" cy="0" r="15" fill="#ffcc00"/>
<path d="M-25,0 l10,10 l10,-10 l10,10 l10,-10" stroke="#005050" stroke-width="3" fill="none"/>
<path d="M25,0 l-10,10 l-10,-10 l-10,10 l-10,-10" stroke="#005050" stroke-width="3" fill="none"/>
</g>
<g transform="translate(100, 100)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
<g transform="translate(200, 150)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
<g transform="translate(50, 200)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
<g transform="translate(150, 50)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
<g transform="translate(250, 250)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
<g transform="translate(50, 50)">
<path d="M0,0 h20 a20,20 0 0,1 20,20 v20 a20,20 0 0,1 -20,20 h-20 a20,20 0 0,1 -20,-20 v-20 a20,20 0 0,1 20,-20" fill="url(#gearGradient)" stroke="#444444" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a 'clockwork fish' with its mechanical design and a visually appealing depiction of floating gears.
The use of color and composition adds a sense of movement and depth, adhering closely to the prompt.
In contrast, Player 2's image lacks clear representation of a fish or gears, making it less aligned with the theme.
These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.
Shapes Metrics
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
AI Judging Process
Creativity
Originality, innovative use of shapes and unique approach to the prompt.
Prompt Adherence
How accurately the SVG captures the essence of the prompt.
Visual Appeal
Aesthetic quality including composition, color usage and overall visual impact.
How does judging work?
SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.
Similar Challenges
"Floating clock made of clouds in a stormy sky"
"A lighthouse shining beams through a swirling night storm"
"Intergalactic snail race on a rainbow comet track"
"Volcano spewing rainbow-colored lava under a crescent moon"
"Octopus juggling planets under the ocean"
"Van Gogh's Starry Night with neon-colored galaxies"