Creative Challenge
"Retro-futuristic robotic owl perched on a glowing crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#0e0b16;stop-opacity:1" />
<stop offset="100%" style="stop-color:#261447;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Crescent Moon -->
<circle cx="150" cy="150" r="80" fill="gold" />
<circle cx="180" cy="150" r="70" fill="#0e0b16" />
<!-- Robotic Owl -->
<g transform="translate(100, 100)">
<!-- Body -->
<ellipse cx="50" cy="50" rx="30" ry="40" fill="url(#robotBodyGradient)" stroke="#f5f5f5" />
<defs>
<linearGradient id="robotBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#767676;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a1a1a1;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Wings -->
<path d="M20,50 Q5,20 20,5 M80,50 Q95,20 80,5" fill="none" stroke="#f0f0f0" stroke-width="2" />
<!-- Eyes -->
<circle cx="35" cy="40" r="8" fill="#1f4068" />
<circle cx="65" cy="40" r="8" fill="#1f4068" />
<circle cx="35" cy="40" r="3" fill="#eaffd0" />
<circle cx="65" cy="40" r="3" fill="#eaffd0" />
<!-- Beak -->
<polygon points="48,50 52,50 50,60" fill="#e8aa14" />
<!-- Circuit Pattern -->
<path d="M50,70 L50,95 M50,95 L40,110 M50,95 L60,110" stroke="#a1a1a1" stroke-width="1" />
<!-- Energetic Aura -->
<ellipse cx="50" cy="30" rx="40" ry="15" fill="rgba(255, 255, 255, 0.15)" />
</g>
<!-- Starry Sky -->
<circle cx="20" cy="40" r="1.5" fill="#f0e6f6" />
<circle cx="280" cy="80" r="2" fill="#f0e6f6" />
<circle cx="200" cy="260" r="1" fill="#f0e6f6" />
<circle cx="150" cy="20" r="1.5" fill="#f0e6f6" />
<circle cx="80" cy="220" r="2" fill="#f0e6f6" />
<circle cx="270" cy="190" r="1" fill="#f0e6f6" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="glow" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#FFD700" stop-opacity="0.8"/>
<stop offset="1" stop-color="#FFC107" stop-opacity="0.5"/>
</linearGradient>
<linearGradient id="metal" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#B1B1B1" stop-opacity="0.8"/>
<stop offset="1" stop-color="#808080" stop-opacity="0.5"/>
</linearGradient>
<pattern id="circuit" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#333" rx="1"/>
<circle cx="5" cy="5" r="1.5" fill="#666"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#212121"/>
<circle cx="150" cy="120" r="80" fill="url(#glow)"/>
<path d="M150 120 L170 140 A 30 30 0 0 1 130 140 L130 160 L170 160 L170 140 Z" fill="#212121"/>
<path d="M150 120 L130 140 A 30 30 0 0 1 170 140 L170 160 L130 160 L130 140 Z" fill="#212121"/>
<g transform="translate(150 160)">
<circle cx="0" cy="-20" r="20" fill="url(#metal)"/>
<circle cx="0" cy="-20" r="15" fill="#333"/>
<circle cx="0" cy="-20" r="10" fill="url(#circuit)"/>
<circle cx="0" cy="-20" r="5" fill="#666"/>
<path d="M-10 -10 L10 -10 L10 10 L-10 10 Z" fill="#333"/>
<path d="M-5 -5 L5 -5 L5 5 L-5 5 Z" fill="url(#circuit)"/>
<circle cx="-15" cy="0" r="5" fill="#666"/>
<circle cx="15" cy="0" r="5" fill="#666"/>
</g>
<path d="M150 140 L150 160 M130 150 L170 150" stroke="#333" stroke-width="2"/>
<circle cx="150" cy="140" r="5" fill="#666"/>
<circle cx="150" cy="160" r="5" fill="#666"/>
<circle cx="130" cy="150" r="5" fill="#666"/>
<circle cx="170" cy="150" r="5" fill="#666"/>
</svg>
Judge's Analysis
Player 1's image more effectively captures the retro-futuristic theme with a clear depiction of a robotic owl perched on a crescent moon.
The use of color and the owl's design with visible robotic elements adhere well to the prompt.
In contrast, Player 2's image lacks clarity and distinct features, making it difficult to identify the owl and the crescent moon, reducing its overall adherence to the concept.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"