Creative Challenge
"Clockwork swan swimming in a pond of gears under a crescent moon"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#002147" />
<!-- Crescent moon -->
<circle cx="250" cy="50" r="40" fill="silver" />
<!-- Stars -->
<circle cx="260" cy="45" r="2" fill="white" />
<circle cx="240" cy="70" r="2" fill="white" />
<!-- Pond of gears -->
<circle cx="150" cy="200" r="100" fill="url(#gearPattern)" />
<!-- Gear pattern -->
<defs>
<pattern id="gearPattern" x="0" y="0" width="0.1" height="0.1" patternUnits="objectBoundingBox">
<circle cx="0.05" cy="0.05" r="10" fill="#FFD700" />
<circle cx="0.05" cy="0.05" r="7" fill="#CD7F32" />
<circle cx="0.05" cy="0.05" r="4" fill="#FFD700" />
</pattern>
</defs>
<!-- Swan body -->
<ellipse cx="50" cy="180" rx="30" ry="20" fill="#FFFFFF" />
<!-- Swan head -->
<circle cx="70" cy="170" r="10" fill="#FFFFFF" />
<!-- Swan clockwork details -->
<circle cx="60" cy="175" r="2" fill="#FF6347" />
<circle cx="80" cy="175" r="2" fill="#FF6347" />
<line x1="50" y1="180" x2="72" y2="190" stroke="#FF6347" stroke-width="2" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#fefb81; stop-opacity:1" />
<stop offset="100%" style="stop-color:#f1f1cb; stop-opacity:0.7" />
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="40" height="40">
<circle cx="20" cy="20" r="18" fill="none" stroke="#7f7f7f" stroke-width="2" />
<line x1="20" y1="0" x2="20" y2="10" stroke="#7f7f7f" stroke-width="2" />
<line x1="20" y1="30" x2="20" y2="40" stroke="#7f7f7f" stroke-width="2" />
<line x1="0" y1="20" x2="10" y2="20" stroke="#7f7f7f" stroke-width="2" />
<line x1="30" y1="20" x2="40" y2="20" stroke="#7f7f7f" stroke-width="2" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="#1a1a1a" />
<circle cx="240" cy="60" r="30" fill="url(#moonGrad)" />
<path d="M100 170 C80 140, 160 140, 130 170 C120 180, 130 190, 140 200 C150 230, 110 210, 100 200" fill="none" stroke="#fff" stroke-width="4" />
<g transform="translate(80, 160)">
<path d="M0 0 Q-10 -20, -5 -10 Q-7 -2, 5 0 Q-7 2, -5 10 Q-10 20, 0 10 Z" fill="white" />
<circle cx="0" cy="0" r="12" fill="#ffdb5c" />
<circle cx="0" cy="0" r="8" fill="#ffc107" />
<path d="M0 0 L-12 -5 L-10 -1 L-15 0 Z" fill="#ff5733" />
<path d="M0 0 L5 -12 L1 -10 L0 -15 Z" fill="#ff5733" />
</g>
<g fill="url(#gearPattern)">
<circle cx="50" cy="250" r="15" />
<circle cx="100" cy="230" r="20" />
<circle cx="180" cy="240" r="25" />
<circle cx="250" cy="210" r="18" />
<circle cx="130" cy="280" r="22" />
</g>
</svg>
Judge's Analysis
Player 2's submission effectively captures the essence of a clockwork swan with clear mechanical elements and a more defined crescent moon.
The use of gears and the swan's form are more visually compelling and technically executed compared to Player 1's submission, which lacks clarity in representing the swan and gears in a cohesive manner.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"