Creative Challenge
"Clockwork owl soaring over a geometric cityscape at dusk"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient for Dusk Sky -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#483D8B" />
<stop offset="100%" stop-color="#FFA07A" />
</linearGradient>
<radialGradient id="owlShine" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF" stop-opacity="0.9" />
<stop offset="100%" stop-color="#FFD700" stop-opacity="0" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Geometric Cityscape -->
<g fill="#2E8B57" opacity="0.7">
<rect x="20" y="200" width="30" height="100" />
<rect x="60" y="180" width="30" height="120" />
<rect x="100" y="220" width="40" height="80" />
<rect x="150" y="160" width="60" height="140" />
<rect x="220" y="190" width="50" height="110" />
<polygon points="200,220 210,180 220,220" fill="#3CB371" />
<polygon points="180,240 185,220 190,240" fill="#3CB371" />
</g>
<!-- Clockwork Owl -->
<g transform="translate(150,150) scale(0.5)">
<!-- Owl Body -->
<ellipse cx="0" cy="0" rx="30" ry="40" fill="#8B4513" />
<ellipse cx="0" cy="0" rx="25" ry="30" fill="url(#owlShine)" />
<!-- Wings -->
<path d="M-30,0 C-70,-20 -70,20 -30,40" fill="#D2691E" />
<path d="M30,0 C70,-20 70,20 30,40" fill="#D2691E" />
<!-- Clockwork Gears -->
<circle cx="0" cy="0" r="20" fill="none" stroke="#DAA520" stroke-width="3" />
<circle cx="0" cy="0" r="3" fill="#DAA520" />
<g transform="rotate(45)">
<rect x="12" y="-1" width="10" height="2" fill="#DAA520" />
<rect x="-22" y="-1" width="10" height="2" fill="#DAA520" />
<rect x="-1" y="-22" width="2" height="10" fill="#DAA520" />
<rect x="-1" y="12" width="2" height="10" fill="#DAA520" />
</g>
<!-- Owl Head -->
<circle cx="0" cy="-40" r="20" fill="#8B4513" />
<circle cx="0" cy="-40" r="15" fill="#A0522D" />
<!-- Eyes -->
<circle cx="-7" cy="-40" r="5" fill="#000" />
<circle cx="7" cy="-40" r="5" fill="#000" />
<circle cx="-7" cy="-40" r="2" fill="#FFF" />
<circle cx="7" cy="-40" r="2" fill="#FFF" />
<!-- Beak -->
<polygon points="0,-35 -4,-30 4,-30" fill="#FFD700" />
</g>
<!-- Decorative Stars -->
<circle cx="50" cy="50" r="2" fill="#FFD700" />
<circle cx="240" cy="80" r="2" fill="#FFD700" />
<circle cx="180" cy="40" r="1.5" fill="#FFD700" />
<circle cx="260" cy="200" r="1.5" fill="#FFD700" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Dusk sky gradient background -->
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#4e54c8"/>
<stop offset="100%" stop-color="#8f94fb"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<!-- Geometric cityscape -->
<path d="M0,150 l40,-40 v-90 h30 v90 h40 v-50 h30 v50 h40 v-70 h30 v70 h40 v-30 h30 v30 h40 v-10 h30 v10 h40 v-20 h30 v20
h40 v-50 h30 v50 h40 v-90 h30 v90 h40 v-40 h30 v40 h40 v-100 h30 v100 h40 v-60 h30 v60 h40 v-80 h30 v80 h40 v-20 h30 v20
h40 v-70 h30 v70 h40 v-10 h30 v10 h40 v-50 h30 v50 h40 v-30 h30 v30 h40 v-90 h30 v90 h40 v-40 h30 v40 h40 v-70 h30 v70
h40 v-10 h30 v10 h40 v-20 h30 v20 h40 v-50 h30 v50 h40 z" fill="#464646" opacity="0.8"/>
<!-- Clockwork owl in the sky -->
<g transform="translate(150, 100)">
<circle cx="0" cy="0" r="60" fill="#e0e0e0"/>
<circle cx="0" cy="-20" r="10" fill="#d8d8d8"/>
<circle cx="0" cy="-40" r="5" fill="#b0b0b0"/>
<path d="M0,-20 Q-20,-30 0,-40 Q20,-30 0,-20" fill="none" stroke="#c0c0c0" stroke-width="2"/>
<rect x="-3" y="-70" width="6" height="50" fill="#b0b0b0"/>
<rect x="-20" y="-80" width="40" height="10" fill="#d8d8d8"/>
<g transform="rotate(-30)">
<rect x="-120" y="-10" width="20" height="100" fill="#b0b0b0"/>
<rect x="100" y="-10" width="20" height="100" fill="#b0b0b0"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the theme with a clockwork owl set against a dusk sky and geometric cityscape, showcasing creativity and adherence to the prompt.
The use of colors and shapes enhances the visual appeal and technical quality.
Player 2's submission, while imaginative, lacks the clear depiction of an owl and the thematic elements of a cityscape, making it less aligned with the prompt.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"