Creative Challenge
"Giraffe on a unicycle juggling flamingos in the desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Desert background -->
<defs>
<linearGradient id="desertGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f7c978" />
<stop offset="100%" stop-color="#f49e42" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#desertGradient)" />
<!-- Distant mountains -->
<path d="M0 200 L60 130 L120 200 Z" fill="#d78f4f" />
<path d="M100 200 L180 110 L260 200 Z" fill="#d78f4f" />
<path d="M240 200 L300 140 L360 200 Z" fill="#d78f4f" />
<!-- Giraffe body -->
<ellipse cx="150" cy="150" rx="30" ry="70" fill="#f9c58d" />
<!-- Giraffe legs -->
<rect x="140" y="210" width="6" height="40" fill="#f9c58d" />
<rect x="154" y="210" width="6" height="40" fill="#f9c58d" />
<!-- Giraffe neck and head -->
<rect x="165" y="60" width="10" height="70" fill="#f9c58d" />
<circle cx="170" cy="50" r="15" fill="#f9c58d" />
<!-- Giraffe spots -->
<circle cx="170" cy="85" r="3" fill="#b5651d" />
<circle cx="155" cy="140" r="4" fill="#b5651d" />
<circle cx="170" cy="160" r="4" fill="#b5651d" />
<circle cx="180" cy="180" r="3" fill="#b5651d" />
<!-- Unicycle wheel -->
<circle cx="150" cy="250" r="20" fill="#333" />
<circle cx="150" cy="250" r="13" fill="#f7c978" />
<!-- Unicycle pedal -->
<rect x="145" y="250" width="10" height="3" fill="#f9c58d" />
<!-- Flamingos -->
<path d="M130 40 Q135 20 145 40 T160 40" fill="#ff99aa" />
<ellipse cx="145" cy="50" rx="8" ry="5" fill="#ff99aa" />
<path d="M180 70 Q185 50 195 70 T210 70" fill="#ff99aa" />
<ellipse cx="195" cy="80" rx="8" ry="5" fill="#ff99aa" />
<path d="M120 100 Q125 80 135 100 T150 100" fill="#ff99aa" />
<ellipse cx="135" cy="110" rx="8" ry="5" fill="#ff99aa" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="gold" />
<!-- Flamingos are juggling balls -->
<circle cx="145" cy="33" r="4" fill="#ff99aa" />
<circle cx="195" cy="63" r="4" fill="#ff99aa" />
<circle cx="135" cy="93" r="4" fill="#ff99aa" />
</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="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA07A;stop-opacity:1" />
</linearGradient>
<radialGradient id="sandGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#DEB887;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F5DEB3;stop-opacity:1" />
</radialGradient>
</defs>
<g transform="translate(150,150)">
<!-- Desert background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(0,150)">
<path d="M0,0 Q100,50 200,0 Q300,50 400,0" fill="url(#sandGradient)" stroke="#DEB887" stroke-width="2"/>
</g>
<!-- Giraffe -->
<path d="M-50,-100 Q-30,-80 0,-100 Q30,-80 50,-100 L50,-150 Q30,-160 0,-150 Q-30,-160 -50,-150 Z" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<rect x="-20" y="-120" width="40" height="80" rx="10" fill="#D2691E" stroke="#A0522D" stroke-width="2"/>
<circle cx="-40" cy="-140" r="10" fill="#FFFFFF"/>
<circle cx="-35" cy="-135" r="5" fill="#000000"/>
<circle cx="-25" cy="-130" r="5" fill="#000000"/>
<path d="M-50,-100 Q-30,-80 0,-100 Q30,-80 50,-100" stroke="#000000" stroke-width="2"/>
<!-- Unicycle -->
<circle cx="0" cy="50" r="40" fill="#808080" stroke="#404040" stroke-width="2"/>
<line x1="0" y1="50" x2="0" y2="100" stroke="#404040" stroke-width="4"/>
<rect x="-10" y="100" width="20" height="20" rx="10" fill="#808080"/>
<!-- Juggling flamingos -->
<g transform="translate(50,-50)">
<path d="M0,0 Q-30,-20 0,-40 Q30,-20 0,0" fill="#FF6B6B" stroke="#FF4500" stroke-width="2"/>
<circle cx="-20" cy="-10" r="5" fill="#FFFFFF"/>
<circle cx="-15" cy="-5" r="3" fill="#000000"/>
</g>
<g transform="translate(-50,-70)">
<path d="M0,0 Q-30,-20 0,-40 Q30,-20 0,0" fill="#FF6B6B" stroke="#FF4500" stroke-width="2"/>
<circle cx="-20" cy="-10" r="5" fill="#FFFFFF"/>
<circle cx="-15" cy="-5" r="3" fill="#000000"/>
</g>
<g transform="translate(80,-80)">
<path d="M0,0 Q-30,-20 0,-40 Q30,-20 0,0" fill="#FF6B6B" stroke="#FF4500" stroke-width="2"/>
<circle cx="-20" cy="-10" r="5" fill="#FFFFFF"/>
<circle cx="-15" cy="-5" r="3" fill="#000000"/>
</g>
<!-- Sun -->
<circle cx="100" cy="-100" r="20" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<g transform="translate(100,-100)">
<line x1="0" y1="-50" x2="0" y2="-100" stroke="#FFA500" stroke-width="2"/>
<line x1="-40" y1="-70" x2="40" y2="-70" stroke="#FFA500" stroke-width="2"/>
</g>
<!-- Cacti -->
<g transform="translate(-100,80)">
<rect width="20" height="40" rx="5" fill="#228B22"/>
<rect width="10" height="20" x="5" y="-20" rx="3" fill="#228B22"/>
</g>
<g transform="translate(100,80)">
<rect width="20" height="40" rx="5" fill="#228B22"/>
<rect width="10" height="20" x="5" y="-20" rx="3" fill="#228B22"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image creatively depicts a giraffe on a unicycle, with the flamingos and desert setting clearly represented, adhering closely to the prompt.
The composition is visually appealing with a harmonious color palette and clear elements.
Player 2's image lacks clarity in representing the prompt, with disconnected elements that do not clearly convey the theme.
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 octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Bicycle-riding octopus juggling flaming torches"
"Moonlit elephant atop a sea of floating candles"