Creative Challenge
"A giraffe wearing roller skates, balancing on a tightrope between skyscrapers"
<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:#4682B4;stop-opacity:1" />
</linearGradient>
<linearGradient id="building1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4B6483;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2A3542;stop-opacity:1" />
</linearGradient>
<linearGradient id="building2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#6B486B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4A2B4A;stop-opacity:1" />
</linearGradient>
<pattern id="tightrope" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0 L10 10 M0 10 L10 0" stroke="#FFD700" stroke-width="1" fill="none"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Skyscrapers -->
<rect x="50" y="50" width="40" height="200" fill="url(#building1)"/>
<rect x="210" y="50" width="40" height="220" fill="url(#building2)"/>
<!-- Tightrope -->
<rect x="100" y="170" width="100" height="2" fill="url(#tightrope)"/>
<path d="M100 170 Q150 160 200 170" stroke="#FFD700" stroke-width="2" fill="none"/>
<!-- Giraffe -->
<path d="M150 170 L150 150 C150 150 160 135 170 130 L190 140 L190 160" fill="#DEB887"/>
<rect x="140" y="130" width="20" height="10" rx="5" fill="#8B0000"/>
<circle cx="155" cy="125" r="5" fill="#000000"/>
<circle cx="165" cy="125" r="5" fill="#000000"/>
<path d="M150 170 L160 180 L170 170" fill="#A0522D"/>
<!-- Roller Skates -->
<rect x="145" y="180" width="10" height="15" rx="3" fill="#C0C0C0"/>
<rect x="175" y="180" width="10" height="15" rx="3" fill="#C0C0C0"/>
<circle cx="150" cy="185" r="2" fill="#FF0000"/>
<circle cx="180" cy="185" r="2" fill="#FF0000"/>
<!-- Balancing Effects -->
<path d="M150 170 Q160 165 170 170" stroke="#FFD700" stroke-width="1" fill="none"/>
<path d="M150 170 Q140 165 130 170" stroke="#FFD700" stroke-width="1" fill="none"/>
<!-- Decorative Elements -->
<rect x="10" y="250" width="280" height="50" rx="20" fill="#8B4513"/>
<rect x="130" y="220" width="40" height="20" rx="10" fill="#87CEEB"/>
<rect x="170" y="220" width="40" height="20" rx="10" fill="#87CEEB"/>
<!-- Stars -->
<circle cx="20" cy="20" r="2" fill="#FFFFFF"/>
<circle cx="280" cy="30" r="2" fill="#FFFFFF"/>
<circle cx="150" cy="40" r="2" fill="#FFFFFF"/>
<!-- Speech Bubble -->
<rect x="140" y="110" width="20" height="20" rx="5" fill="#FFFFFF"/>
<text x="145" y="125" font-size="8" fill="#000000">Wow!</text>
</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="#87CEEB" />
<stop offset="100%" stop-color="#1E90FF" />
</linearGradient>
<linearGradient id="skyscraperGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#A9A9A9" />
<stop offset="100%" stop-color="#808080" />
</linearGradient>
<linearGradient id="giraffeGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</linearGradient>
<linearGradient id="ropeGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<radialGradient id="sunGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FF4500" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="250" cy="50" r="40" fill="url(#sunGradient)" />
<rect x="20" y="100" width="20" height="200" fill="url(#skyscraperGradient)" />
<rect x="260" y="80" width="20" height="220" fill="url(#skyscraperGradient)" />
<line x1="30" y1="110" x2="270" y2="90" stroke="url(#ropeGradient)" stroke-width="2" />
<ellipse cx="150" cy="110" rx="10" ry="5" fill="#A0522D" />
<ellipse cx="150" cy="90" rx="10" ry="5" fill="#A0522D" />
<rect x="145" y="70" width="10" height="20" fill="#8B4513" />
<rect x="140" y="90" width="20" height="10" fill="#8B4513" />
<circle cx="150" cy="60" r="15" fill="url(#giraffeGradient)" />
<ellipse cx="150" cy="45" rx="7" ry="10" fill="#FFD700" />
<circle cx="155" cy="40" r="2" fill="#000" />
<rect x="130" cy="30" width="40" height="10" fill="url(#giraffeGradient)" transform="rotate(45 150 35)" />
<rect x="130" cy="30" width="40" height="10" fill="url(#giraffeGradient)" transform="rotate(-45 150 35)" />
<ellipse cx="130" cy="100" rx="10" ry="5" fill="#FFD700" />
<ellipse cx="170" cy="100" rx="10" ry="5" fill="#FFD700" />
<circle cx="128" cy="102" r="3" fill="#000" />
<circle cx="172" cy="102" r="3" fill="#000" />
</svg>
Judge's Analysis
Player 2's image more clearly depicts a giraffe balancing on a tightrope between skyscrapers with roller skates, adhering closely to the prompt.
The composition is more coherent, and the elements are easily identifiable, enhancing the visual appeal and creativity.
Player 1's image is abstract and less recognizable, which detracts from its 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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"A snail wearing a top hat races against a hare wearing roller skates"