Creative Challenge
"A giraffe riding a unicycle on a tightrope under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4d4d9e;stop-opacity:1" />
</linearGradient>
<radialGradient id="giraffeGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#e6bb3d;stop-opacity:1" />
<stop offset="100%" style="stop-color:#b38a1d;stop-opacity:1" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="6" height="6">
<circle cx="3" cy="3" r="1.5" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g fill="url(#starPattern)">
<rect width="300" height="300" fill="url(#starPattern)" />
</g>
<line x1="50" y1="150" x2="250" y2="150" stroke="black" stroke-width="2" />
<g transform="translate(125, 120) scale(1.5)">
<circle cx="0" cy="0" r="20" fill="black" />
<path d="M -20 0 Q -30 -10 -30 10 Q -25 15 -15 10 Q -15 25 -5 15 Q 5 25 5 10 Q 15 15 20 10 Q 30 10 30 0 Q 40 -10 40 -20 Q 30 -30 15 -20 Q 0 -25 -10 -20 Q -10 -15 -20 -10 Q -30 -5 -20 0 Z" fill="url(#giraffeGradient)" />
<circle cx="-6" cy="-5" r="2" fill="white" />
<circle cx="6" cy="-5" r="2" fill="white" />
<path d="M 0 5 Q 2 8 0 10 Q -2 8 0 5" fill="black" />
</g>
<path d="M 112.5 155 Q 115 140 120 150 Q 125 160 112.5 155" fill="darkgrey" />
<line x1="115" y1="150" x2="135" y2="150" stroke="black" stroke-width="1" />
<line x1="135" y1="150" x2="142" y2="155" stroke="black" stroke-width="1" />
<line x1="125" y1="150" x2="132" y2="155" stroke="black" stroke-width="1" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1b263b"/>
<stop offset="100%" stop-color="#0d1b2a"/>
</linearGradient>
<radialGradient id="moonGradient" cx="0.3" cy="0.3" r="0.2">
<stop offset="0%" stop-color="#fffde7"/>
<stop offset="100%" stop-color="#f0e7c0"/>
</radialGradient>
<pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="30" height="30">
<rect width="30" height="30" fill="#f4a742"/>
<circle cx="10" cy="15" r="6" fill="#a56c22"/>
<ellipse cx="20" cy="10" rx="5" ry="8" fill="#a56c22"/>
<ellipse cx="5" cy="5" rx="4" ry="6" fill="#a56c22"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g id="stars">
<circle cx="30" cy="40" r="1.5" fill="#f8f9fa"/>
<circle cx="80" cy="70" r="2" fill="#f8f9fa"/>
<circle cx="120" cy="30" r="1.2" fill="#e0e1e5"/>
<circle cx="200" cy="50" r="1.8" fill="#f8f9fa"/>
<circle cx="260" cy="80" r="1.4" fill="#e0e1e5"/>
<circle cx="50" cy="120" r="1.3" fill="#f8f9fa"/>
<circle cx="150" cy="100" r="2.2" fill="#f8f9fa"/>
<circle cx="220" cy="150" r="1.6" fill="#e0e1e5"/>
<circle cx="280" cy="130" r="1.1" fill="#f8f9fa"/>
<circle cx="180" cy="30" r="1.7" fill="#f8f9fa"/>
</g>
<circle cx="240" cy="60" r="30" fill="url(#moonGradient)"/>
<path d="M0,200 Q150,210 300,200" stroke="#ddd" stroke-width="2"/>
<g transform="translate(100,160) rotate(-5)">
<!-- Unicycle -->
<circle cx="0" cy="20" r="20" fill="#333"/>
<circle cx="0" cy="20" r="18" fill="#555"/>
<rect x="-2" y="-10" width="4" height="30" fill="#222"/>
<rect x="-6" y="-30" width="12" height="6" fill="#444"/>
<!-- Giraffe Body -->
<rect x="-20" y="-60" width="40" height="60" fill="url(#giraffeSpots)" rx="6"/>
<!-- Neck -->
<rect x="5" y="-140" width="10" height="80" fill="url(#giraffeSpots)"/>
<!-- Head -->
<rect x="-5" y="-160" width="30" height="20" fill="url(#giraffeSpots)" rx="5"/>
<circle cx="0" cy="-155" r="3" fill="#000"/>
<circle cx="20" cy="-155" r="3" fill="#000"/>
<!-- Horns -->
<rect x="5" y="-170" width="4" height="15" fill="url(#giraffeSpots)" rx="2"/>
<rect x="15" y="-170" width="4" height="15" fill="url(#giraffeSpots)" rx="2"/>
<!-- Tail -->
<path d="M-20,-20 C-40,-10 -45,-5 -40,0" stroke="url(#giraffeSpots)" stroke-width="4" fill="none" stroke-linecap="round"/>
</g>
</svg>
Judge's Analysis
Player 2's submission clearly adheres to the prompt, depicting a recognizable giraffe riding a unicycle on a tightrope under a starry sky.
The composition is detailed, visually appealing, and technically well-executed with a clear moon and stars.
Player 1's image, while creative, does not adequately represent the specified scene and lacks clarity and adherence to 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
"An umbrella growing roots like a tree in a cracked desert."
"An octopus juggling flaming swords under a disco ball."
"Surreal fish swimming through a desert sunset."