Creative Challenge
"Clockwork hummingbird with gears for feathers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bodyGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#83E8F7"/>
<stop offset="100%" stop-color="#2B95C3"/>
</radialGradient>
<linearGradient id="metallic" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#BBB"/>
<stop offset="50%" stop-color="#EEE"/>
<stop offset="100%" stop-color="#999"/>
</linearGradient>
</defs>
<!-- Body -->
<path d="M120,150 C140,130 180,130 200,150 C220,170 220,190 200,210 C180,230 140,230 120,210 C100,190 100,170 120,150" fill="url(#bodyGrad)"/>
<!-- Wing Gears -->
<g transform="translate(160,180) rotate(-30)">
<circle cx="0" cy="0" r="40" fill="url(#metallic)" stroke="#666" stroke-width="2"/>
<path d="M0,-40 L5,-35 L5,-15 L-5,-15 L-5,-35 Z" fill="#888" transform="rotate(0)"/>
<path d="M0,-40 L5,-35 L5,-15 L-5,-15 L-5,-35 Z" fill="#888" transform="rotate(72)"/>
<path d="M0,-40 L5,-35 L5,-15 L-5,-15 L-5,-35 Z" fill="#888" transform="rotate(144)"/>
<path d="M0,-40 L5,-35 L5,-15 L-5,-15 L-5,-35 Z" fill="#888" transform="rotate(216)"/>
<path d="M0,-40 L5,-35 L5,-15 L-5,-15 L-5,-35 Z" fill="#888" transform="rotate(288)"/>
<circle cx="0" cy="0" r="8" fill="#555"/>
</g>
<!-- Tail Gears -->
<g transform="translate(90,190)">
<circle cx="0" cy="0" r="25" fill="url(#metallic)" stroke="#666" stroke-width="2"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(0)"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(60)"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(120)"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(180)"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(240)"/>
<path d="M0,-25 L3,-22 L3,-10 L-3,-10 L-3,-22 Z" fill="#888" transform="rotate(300)"/>
<circle cx="0" cy="0" r="5" fill="#555"/>
</g>
<!-- Head and Beak -->
<path d="M200,150 C210,145 220,145 230,150 L250,145 L230,155 C220,160 210,160 200,155 Z" fill="#444"/>
<!-- Eye -->
<circle cx="205" cy="148" r="3" fill="#FFF"/>
<circle cx="205" cy="148" r="1.5" fill="#000"/>
<!-- Decorative Gears -->
<g transform="translate(180,160)">
<circle cx="0" cy="0" r="12" fill="url(#metallic)" stroke="#666"/>
<circle cx="0" cy="0" r="3" fill="#555"/>
<path d="M0,-12 L2,-10 L2,-5 L-2,-5 L-2,-10 Z" fill="#888" transform="rotate(0)"/>
<path d="M0,-12 L2,-10 L2,-5 L-2,-5 L-2,-10 Z" fill="#888" transform="rotate(90)"/>
<path d="M0,-12 L2,-10 L2,-5 L-2,-5 L-2,-10 Z" fill="#888" transform="rotate(180)"/>
<path d="M0,-12 L2,-10 L2,-5 L-2,-5 L-2,-10 Z" fill="#888" transform="rotate(270)"/>
</g>
<!-- Animation -->
<animateTransform
attributeName="transform"
attributeType="XML"
type="rotate"
from="0 160 180"
to="360 160 180"
dur="10s"
repeatCount="indefinite"
additive="sum"
select=".gear"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bodyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#C70039"/>
</radialGradient>
<linearGradient id="gearGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD93D"/>
<stop offset="100%" stop-color="#FFA801"/>
</linearGradient>
<filter id="metallic" x="-20%" y="-20%" width="140%" height="140%">
<feSpecularLighting surfaceScale="5" specularConstant="1" specularExponent="20" lighting-color="#ffffff">
<fePointLight x="150" y="150" z="200"/>
</feSpecularLighting>
<feComposite in2="SourceGraphic" operator="in"/>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bodyGradient)" />
<!-- Hummingbird Body -->
<g transform="translate(150,150)">
<ellipse rx="30" ry="50" fill="url(#bodyGradient)" filter="url(#metallic)" />
<circle cx="0" cy="-20" r="10" fill="#FFFFFF" opacity="0.8"/>
<circle cx="0" cy="20" r="10" fill="#FFFFFF" opacity="0.8"/>
<!-- Wings with gears -->
<g transform="translate(-40,0)">
<g class="wing" transform="rotate(-30)">
<circle cx="0" cy="0" r="15" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="1"/>
<path d="M0,-15 L2,-10 M0,15 L2,10 M-15,0 L-10,2 M15,0 L10,2 M-10,-10 L-5,-5 M10,10 L5,5" stroke="#FFB700" stroke-width="1"/>
</g>
<g class="wing" transform="rotate(30)">
<circle cx="0" cy="0" r="15" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="1"/>
<path d="M0,-15 L2,-10 M0,15 L2,10 M-15,0 L-10,2 M15,0 L10,2 M-10,-10 L-5,-5 M10,10 L5,5" stroke="#FFB700" stroke-width="1"/>
</g>
<g class="wing" transform="rotate(-60)">
<circle cx="0" cy="0" r="12" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="0.8"/>
<path d="M0,-12 L1,-8 M0,12 L1,8 M-12,0 L-8,1 M12,0 L8,1 M-8,-8 L-4,-4 M8,8 L4,4" stroke="#FFB700" stroke-width="0.8"/>
</g>
<g class="wing" transform="rotate(60)">
<circle cx="0" cy="0" r="12" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="0.8"/>
<path d="M0,-12 L1,-8 M0,12 L1,8 M-12,0 L-8,1 M12,0 L8,1 M-8,-8 L-4,-4 M8,8 L4,4" stroke="#FFB700" stroke-width="0.8"/>
</g>
<g class="wing" transform="rotate(-90)">
<circle cx="0" cy="0" r="10" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="0.6"/>
<path d="M0,-10 L1,-6 M0,10 L1,6 M-10,0 L-6,1 M10,0 L6,1 M-6,-6 L-3,-3 M6,6 L3,3" stroke="#FFB700" stroke-width="0.6"/>
</g>
<g class="wing" transform="rotate(90)">
<circle cx="0" cy="0" r="10" fill="url(#gearGradient)" stroke="#FFB700" stroke-width="0.6"/>
<path d="M0,-10 L1,-6 M0,10 L1,6 M-10,0 L-6,1 M10,0 L6,1 M-6,-6 L-3,-3 M6,6 L3,3" stroke="#FFB700" stroke-width="0.6"/>
</g>
</g>
<!-- Tail -->
<g transform="translate(0,50) scale(1, 0.7)">
<ellipse rx="20" ry="10" fill="#C70039" />
<g transform="translate(-20,0)">
<circle cx="0" cy="0" r="5" fill="#FFA801" stroke="#FFB700" stroke-width="0.5"/>
<path d="M0,-5 L0,5 M-5,0 L5,0" stroke="#FFB700" stroke-width="0.5"/>
</g>
<g transform="translate(20,0)">
<circle cx="0" cy="0" r="5" fill="#FFA801" stroke="#FFB700" stroke-width="0.5"/>
<path d="M0,-5 L0,5 M-5,0 L5,0" stroke="#FFB700" stroke-width="0.5"/>
</g>
</g>
<!-- Beak -->
<polygon points="0,-50 10,-60 -10,-60" fill="#FF8C00" />
<!-- Eyes -->
<circle cx="-5" cy="-35" r="3" fill="#FFFFFF" />
<circle cx="5" cy="-35" r="3" fill="#FFFFFF" />
<!-- Decorative lines -->
<path d="M-15,-10 Q0,-30 15,-10" stroke="#FFB700" stroke-width="1" fill="none"/>
<path d="M-15,10 Q0,30 15,10" stroke="#FFB700" stroke-width="1" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 1's submission more effectively adheres to the prompt by incorporating gears into the design, suggesting a mechanical aspect akin to 'clockwork'.
The use of gear shapes is clear, enhancing the visual narrative of a mechanical bird, whereas Player 2's image lacks a distinct clockwork or gear element.
Player 1 also provides a clearer representation of a hummingbird shape, contributing to overall adherence and visual appeal.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"