Creative Challenge
"A giraffe wearing roller skates on a neon-lit city street."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d001f"/>
<stop offset="100%" stop-color="#1a0033"/>
</linearGradient>
<linearGradient id="roadGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2a2a2a"/>
<stop offset="100%" stop-color="#111"/>
</linearGradient>
<linearGradient id="giraffeGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffe066"/>
<stop offset="100%" stop-color="#ffcc00"/>
</linearGradient>
<pattern id="spots" patternUnits="userSpaceOnUse" width="30" height="30">
<circle cx="10" cy="10" r="6" fill="#cc6600"/>
<circle cx="22" cy="18" r="4" fill="#b35900"/>
<circle cx="5" cy="20" r="3" fill="#994d00"/>
</pattern>
<filter id="neon" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- City Buildings -->
<g filter="url(#neon)">
<rect x="10" y="100" width="50" height="200" fill="#110022" stroke="#ff00ff" stroke-width="2"/>
<rect x="70" y="80" width="40" height="220" fill="#110022" stroke="#00ffff" stroke-width="2"/>
<rect x="230" y="120" width="40" height="180" fill="#110022" stroke="#ff0099" stroke-width="2"/>
<rect x="180" y="90" width="35" height="210" fill="#110022" stroke="#00ffcc" stroke-width="2"/>
<rect x="120" y="110" width="30" height="190" fill="#110022" stroke="#ff44ff" stroke-width="2"/>
</g>
<!-- Road -->
<path d="M0,300 L300,300 L200,180 L100,180 Z" fill="url(#roadGrad)"/>
<!-- Road Stripes -->
<g stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.6">
<line x1="150" y1="300" x2="155" y2="180"/>
<line x1="130" y1="300" x2="135" y2="180"/>
<line x1="170" y1="300" x2="175" y2="180"/>
<line x1="110" y1="300" x2="115" y2="180"/>
<line x1="190" y1="300" x2="195" y2="180"/>
</g>
<!-- Street Lamp -->
<g filter="url(#neon)">
<line x1="250" y1="220" x2="250" y2="140" stroke="#00ffff" stroke-width="3"/>
<circle cx="250" cy="130" r="8" fill="#00ffff"/>
</g>
<!-- Giraffe on Roller Skates -->
<g transform="translate(150,170) scale(1.2)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="15" ry="40" fill="url(#giraffeGrad)" />
<!-- Neck -->
<rect x="-5" y="-80" width="10" height="80" fill="url(#giraffeGrad)" />
<!-- Head -->
<ellipse cx="0" cy="-95" rx="12" ry="10" fill="url(#giraffeGrad)" />
<!-- Ears -->
<path d="M-6,-105 L-10,-115 L-4,-112 Z" fill="url(#giraffeGrad)"/>
<path d="M6,-105 L10,-115 L4,-112 Z" fill="url(#giraffeGrad)"/>
<!-- Ossicones -->
<circle cx="-4" cy="-118" r="2" fill="#cc6600"/>
<circle cx="4" cy="-118" r="2" fill="#cc6600"/>
<!-- Spots -->
<ellipse cx="0" cy="0" rx="15" ry="40" fill="url(#spots)" opacity="0.7"/>
<rect x="-5" y="-80" width="10" height="80" fill="url(#spots)" opacity="0.7"/>
<ellipse cx="0" cy="-95" rx="12" ry="10" fill="url(#spots)" opacity="0.7"/>
<!-- Legs -->
<rect x="-12" y="40" width="5" height="40" fill="url(#giraffeGrad)"/>
<rect x="-3" y="40" width="5" height="40" fill="url(#giraffeGrad)"/>
<rect x="6" y="40" width="5" height="40" fill="url(#giraffeGrad)"/>
<rect x="15" y="40" width="5" height="40" fill="url(#giraffeGrad)"/>
<!-- Roller Skates -->
<g fill="#222" stroke="#0ff" stroke-width="1" filter="url(#neon)">
<rect x="-14" y="80" width="12" height="6" rx="2" ry="2"/>
<circle cx="-10" cy="88" r="3" fill="#0ff"/>
<circle cx="-4" cy="88" r="3" fill="#0ff"/>
<rect x="1" y="80" width="12" height="6" rx="2" ry="2"/>
<circle cx="5" cy="88" r="3" fill="#0ff"/>
<circle cx="11" cy="88" r="3" fill="#0ff"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGlow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a0033"/>
<stop offset="100%" stop-color="#4d0099"/>
</linearGradient>
<radialGradient id="neonGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff00ff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ff00ff" stop-opacity="0"/>
</radialGradient>
<pattern id="spots" width="20" height="20" patternUnits="userSpaceOnUse">
<polygon points="0,0 20,0 20,20 0,20" fill="#d4a017"/>
<circle cx="10" cy="10" r="6" fill="#8b4513"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
<!-- Buildings -->
<rect x="20" y="50" width="40" height="250" fill="#1a1a1a"/>
<rect x="80" y="80" width="50" height="220" fill="#262626"/>
<rect x="150" y="30" width="45" height="270" fill="#1a1a1a"/>
<rect x="210" y="60" width="60" height="240" fill="#262626"/>
<!-- Neon Signs -->
<path d="M40,100 Q60,90 80,100" stroke="#ff00ff" stroke-width="3" fill="none" filter="url(#neonGlow)"/>
<path d="M170,80 Q190,70 210,80" stroke="#00ffff" stroke-width="3" fill="none" filter="url(#neonGlow)"/>
<!-- Street -->
<rect x="0" y="250" width="300" height="50" fill="#333"/>
<rect x="10" y="270" width="40" height="5" fill="#ffff00"/>
<rect x="70" y="270" width="40" height="5" fill="#ffff00"/>
<rect x="130" y="270" width="40" height="5" fill="#ffff00"/>
<rect x="190" y="270" width="40" height="5" fill="#ffff00"/>
<rect x="250" y="270" width="40" height="5" fill="#ffff00"/>
<!-- Giraffe Body -->
<path d="M150,80 C180,90 190,120 180,160 L170,240" fill="url(#spots)" stroke="#8b4513" stroke-width="2"/>
<path d="M150,80 C120,100 110,130 120,170 L130,240" fill="url(#spots)" stroke="#8b4513" stroke-width="2"/>
<!-- Giraffe Neck and Head -->
<path d="M150,80 C140,60 130,40 150,20" fill="url(#spots)" stroke="#8b4513" stroke-width="2"/>
<ellipse cx="150" cy="20" rx="15" ry="10" fill="url(#spots)" stroke="#8b4513" stroke-width="2"/>
<!-- Roller Skates -->
<rect x="165" y="240" width="30" height="15" rx="5" fill="#ff3366"/>
<circle cx="170" cy="255" r="5" fill="#silver"/>
<circle cx="190" cy="255" r="5" fill="#silver"/>
<rect x="115" y="240" width="30" height="15" rx="5" fill="#ff3366"/>
<circle cx="120" cy="255" r="5" fill="#silver"/>
<circle cx="140" cy="255" r="5" fill="#silver"/>
<!-- Giraffe Face -->
<circle cx="147" cy="18" r="2" fill="black"/>
<circle cx="153" cy="18" r="2" fill="black"/>
<path d="M148,23 Q150,25 152,23" fill="none" stroke="black" stroke-width="1"/>
</svg>
Judge's Analysis
Player 1's image is more visually engaging and adheres better to the prompt, with neon-lit city elements surrounding the giraffe and a consistent neon theme on the roller skates.
The composition is clean and vibrant, while Player 2's image lacks the neon-lit aesthetic and appears less polished in terms of technical quality and creativity.
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
"A cactus wearing a crown in a desert storm."
"Clock-faced owl sitting on a tree branch at midnight."
"An octopus wearing a top hat juggling teacups underwater."
"A giraffe wearing roller skates on a tightrope under a full moon."