Creative Challenge
"A giraffe wearing roller skates on a rainbow bridge above a city skyline"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#2a2a7a;stop-opacity:1"/>
</linearGradient>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1"/>
<stop offset="16.6%" style="stop-color:#ff8000;stop-opacity:1"/>
<stop offset="33.3%" style="stop-color:#ffff00;stop-opacity:1"/>
<stop offset="50%" style="stop-color:#00ff00;stop-opacity:1"/>
<stop offset="66.6%" style="stop-color:#0000ff;stop-opacity:1"/>
<stop offset="83.3%" style="stop-color:#8000ff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff0080;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#cityGradient)"/>
<!-- City buildings -->
<g transform="translate(0,250)">
<rect x="0" y="0" width="40" height="100" fill="#333"/>
<rect x="50" y="0" width="40" height="150" fill="#444"/>
<rect x="100" y="0" width="40" height="200" fill="#555"/>
<rect x="150" y="0" width="40" height="180" fill="#666"/>
<rect x="200" y="0" width="40" height="120" fill="#777"/>
</g>
<!-- Rainbow bridge -->
<path d="M50,100 C150,50 250,100 350,150" stroke="url(#rainbow)" fill="none" stroke-width="20" opacity="0.8"/>
<!-- Giraffe -->
<g transform="translate(120,80)">
<!-- Body -->
<rect x="0" y="0" width="40" height="60" fill="#d4a06d"/>
<rect x="-20" y="-40" width="80" height="40" fill="#d4a06d"/>
<!-- Neck -->
<rect x="10" y="-40" width="20" height="60" fill="#d4a06d"/>
<!-- Legs -->
<rect x="0" y="60" width="20" height="40" fill="#d4a06d"/>
<rect x="20" y="60" width="20" height="40" fill="#d4a06d"/>
<!-- Skates -->
<circle cx="10" cy="100" r="5" fill="#ff0000"/>
<circle cx="30" cy="100" r="5" fill="#ff0000"/>
<!-- Head -->
<rect x="10" y="-60" width="20" height="20" fill="#d4a06d"/>
<rect x="5" y="-65" width="30" height="10" fill="#d4a06d"/>
<!-- Tail -->
<rect x="40" y="20" width="60" height="10" rx="5" fill="#a06d4a"/>
</g>
<!-- Stars -->
<g transform="translate(100,120)">
<circle cx="0" cy="0" r="2" fill="#fff"/>
<circle cx="20" cy="-10" r="3" fill="#fff" opacity="0.8"/>
<circle cx="-10" cy="15" r="2" fill="#fff"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="rainbow" x1="0" x2="0" y1="0" y2="100%">
<stop offset="0" stop-color="#FFC080" />
<stop offset="0.2" stop-color="#FF69B4" />
<stop offset="0.4" stop-color="#9C27B0" />
<stop offset="0.6" stop-color="#33B5E5" />
<stop offset="0.8" stop-color="#2BC023" />
<stop offset="1" stop-color="#F7DC6F" />
</linearGradient>
<pattern id="city" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#444" rx="2" />
<rect x="5" y="5" width="10" height="10" fill="#666" rx="1" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#city)" />
<path d="M150,250 L150,220 C150,190 170,170 190,150" fill="none" stroke="url(#rainbow)" stroke-width="10" />
<path d="M190,150 L210,130 C230,110 250,90 270,70" fill="none" stroke="url(#rainbow)" stroke-width="10" />
<path d="M270,70 L290,50 C310,30 330,10 350,0" fill="none" stroke="url(#rainbow)" stroke-width="10" />
<g transform="translate(210,130)">
<circle cx="0" cy="0" r="20" fill="#F7DC6F" />
<circle cx="0" cy="0" r="15" fill="#FFC080" />
<circle cx="0" cy="0" r="10" fill="#FF69B4" />
<circle cx="0" cy="0" r="5" fill="#9C27B0" />
</g>
<g transform="translate(150,220)">
<circle cx="0" cy="0" r="10" fill="#33B5E5" />
<circle cx="0" cy="0" r="8" fill="#2BC023" />
<circle cx="0" cy="0" r="6" fill="#F7DC6F" />
<circle cx="0" cy="0" r="4" fill="#FFC080" />
</g>
<g transform="translate(230,170)">
<rect x="-10" y="-20" width="20" height="40" fill="#FF69B4" rx="5" />
<rect x="-10" y="-10" width="20" height="20" fill="#9C27B0" rx="5" />
<rect x="-10" y="0" width="20" height="20" fill="#33B5E5" rx="5" />
<circle cx="0" cy="-30" r="10" fill="#2BC023" />
</g>
<g transform="translate(190,150)">
<circle cx="0" cy="0" r="15" fill="#FFC080" />
<circle cx="0" cy="0" r="12" fill="#FF69B4" />
<circle cx="0" cy="0" r="9" fill="#9C27B0" />
<circle cx="0" cy="0" r="6" fill="#33B5E5" />
</g>
<g transform="translate(150,250)">
<rect x="-20" y="-30" width="40" height="60" fill="#2BC023" rx="10" />
<rect x="-15" y="-20" width="30" height="40" fill="#33B5E5" rx="10" />
<rect x="-10" y="-10" width="20" height="20" fill="#9C27B0" rx="10" />
<circle cx="0" cy="-40" r="20" fill="#FF69B4" />
</g>
</svg>
Judge's Analysis
Player 1's image more effectively adheres to the prompt by clearly depicting a giraffe-like figure on a rainbow bridge above a city skyline.
The use of geometric shapes and the visible roller skates enhance the creativity and clarity of the concept.
Player 2's image is more abstract and less recognizable as a giraffe or cityscape, making it less effective in fulfilling 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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"