Creative Challenge
"A clock-faced owl with time gears as eyes, perched on a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f6d365"/>
<stop offset="100%" style="stop-color:#fda085"/>
</linearGradient>
<radialGradient id="owlBody" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#734ae8"/>
<stop offset="100%" style="stop-color:#432c88"/>
</radialGradient>
</defs>
<!-- Moon -->
<path d="M50 150 A100 100 0 0 1 250 150 A80 80 0 0 0 70 150" fill="url(#moonGlow)"/>
<!-- Owl Body -->
<path d="M120 100 Q150 60 180 100 Q200 120 200 150 Q200 200 150 220 Q100 200 100 150 Q100 120 120 100" fill="url(#owlBody)"/>
<!-- Clock Face Eyes -->
<g transform="translate(125,130)">
<circle cx="0" cy="0" r="20" fill="#f0f0f0" stroke="#333" stroke-width="2"/>
<circle cx="0" cy="0" r="2" fill="#333"/>
<line x1="0" y1="0" x2="0" y2="-15" stroke="#333" stroke-width="2" transform="rotate(45)"/>
<line x1="0" y1="0" x2="12" y2="0" stroke="#333" stroke-width="2"/>
<circle cx="0" cy="0" r="18" fill="none" stroke="#666" stroke-width="1"/>
</g>
<g transform="translate(175,130)">
<circle cx="0" cy="0" r="20" fill="#f0f0f0" stroke="#333" stroke-width="2"/>
<circle cx="0" cy="0" r="2" fill="#333"/>
<line x1="0" y1="0" x2="0" y2="-15" stroke="#333" stroke-width="2" transform="rotate(-45)"/>
<line x1="0" y1="0" x2="-12" y2="0" stroke="#333" stroke-width="2"/>
<circle cx="0" cy="0" r="18" fill="none" stroke="#666" stroke-width="1"/>
</g>
<!-- Gears -->
<g transform="translate(125,130) rotate(30)">
<path d="M-25,-2 L-25,2 L-20,2 L-20,5 L-15,0 L-20,-5 L-20,-2 Z" fill="#786450"/>
<path d="M25,-2 L25,2 L20,2 L20,5 L15,0 L20,-5 L20,-2 Z" fill="#786450"/>
</g>
<g transform="translate(175,130) rotate(-30)">
<path d="M-25,-2 L-25,2 L-20,2 L-20,5 L-15,0 L-20,-5 L-20,-2 Z" fill="#786450"/>
<path d="M25,-2 L25,2 L20,2 L20,5 L15,0 L20,-5 L20,-2 Z" fill="#786450"/>
</g>
<!-- Beak -->
<path d="M145,150 L150,160 L155,150 Z" fill="#ffd700"/>
<!-- Wings -->
<path d="M100,150 Q80,180 90,210 Q120,190 100,150" fill="#432c88"/>
<path d="M200,150 Q220,180 210,210 Q180,190 200,150" fill="#432c88"/>
<!-- Stars -->
<g fill="#fff">
<circle cx="50" cy="50" r="2"/>
<circle cx="250" cy="50" r="2"/>
<circle cx="70" cy="80" r="1.5"/>
<circle cx="230" cy="80" r="1.5"/>
<circle cx="40" cy="200" r="2"/>
<circle cx="260" cy="200" r="2"/>
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bodyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white"/>
<stop offset="100%" stop-color="black"/>
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="30" height="30">
<rect x="0" y="0" width="30" height="30" fill="silver"/>
<circle cx="15" cy="15" r="10" fill="black"/>
<path d="M15 0 L25 15 L15 30 L5 15 L15 0" stroke="black" stroke-width="2" fill="none"/>
</pattern>
<linearGradient id="moonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#C0C0C0"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
</defs>
<circle cx="150" cy="120" r="70" fill="url(#bodyGradient)" stroke="black" stroke-width="2"/>
<rect x="100" y="100" width="100" height="200" rx="20" ry="20" fill="none" stroke="black" stroke-width="2"/>
<ellipse cx="150" cy="240" rx="70" ry="30" fill="url(#bodyGradient)" stroke="black" stroke-width="2"/>
<circle cx="120" cy="90" r="25" fill="url(#gearPattern)" stroke="black" stroke-width="2"/>
<circle cx="180" cy="90" r="25" fill="url(#gearPattern)" stroke="black" stroke-width="2"/>
<circle cx="120" cy="90" r="15" fill="url(#eyeGradient)"/>
<circle cx="180" cy="90" r="15" fill="url(#eyeGradient)"/>
<path d="M150 120 C120 120 120 160 150 160 C180 160 180 120 150 120" stroke="black" stroke-width="2" fill="none"/>
<path d="M100 100 Q150 80 200 100 Q150 120 150 160" stroke="black" stroke-width="2" fill="none"/>
<path d="M100 100 Q150 180 200 100 Q150 120 150 160" stroke="black" stroke-width="2" fill="none"/>
<path d="M100 200 Q150 220 200 200" stroke="black" stroke-width="2" fill="none"/>
<path d="M150 120 L150 200" stroke="black" stroke-width="2"/>
<path d="M150 200 C120 200 120 240 150 240 C180 240 180 200 150 200" stroke="black" stroke-width="2" fill="none"/>
<path d="M150 240 L150 280" stroke="black" stroke-width="2"/>
<path d="M280 280 A100 100 0 0 1 20 280" stroke="black" stroke-width="2" fill="none"/>
<ellipse cx="240" cy="280" rx="60" ry="30" fill="url(#moonGradient)" stroke="black" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's submission closely adheres to the prompt by clearly depicting an owl with clock gears as eyes, perched on a crescent moon.
The image is visually appealing with a harmonious color palette and a clear representation of the concept.
In contrast, Player 2's image lacks the clarity of an owl and the integration of the crescent moon, making it less effective in conveying the idea.
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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"