Creative Challenge
"A giraffe riding a unicycle on the moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#e0e0e0" />
<stop offset="100%" stop-color="#a0a0a0" />
</radialGradient>
<pattern id="giraffePattern" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#f7d383" />
<circle cx="5" cy="5" r="3" fill="#995700" />
<circle cx="15" cy="5" r="3" fill="#995700" />
<circle cx="5" cy="15" r="3" fill="#995700" />
<circle cx="15" cy="15" r="3" fill="#995700" />
</pattern>
</defs>
<circle cx="150" cy="200" r="80" fill="url(#moonGradient)" />
<ellipse cx="150" cy="220" rx="5" ry="3" fill="#808080" />
<ellipse cx="170" cy="200" rx="3" ry="5" fill="#808080" />
<ellipse cx="130" cy="180" rx="4" ry="2" fill="#808080" />
<circle cx="150" cy="100" r="15" fill="url(#giraffePattern)" />
<rect x="145" y="115" width="10" height="60" fill="url(#giraffePattern)" />
<path d="M140 175 c -5 10 -15 10 -20 0" stroke="#995700" stroke-width="3" fill="none" />
<circle cx="150" cy="105" r="5" fill="white" />
<circle cx="155" cy="100" r="2" fill="black" />
<circle cx="150" cy="185" r="10" fill="#808080" stroke="black" stroke-width="2"/>
<line x1="150" y1="195" x2="150" y2="210" stroke="black" stroke-width="3"/>
<path d="M130 210 a10,10 0 0,1 40,0" fill="none" stroke="black" stroke-width="3"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="0%" r="80%">
<stop offset="0%" stop-color="#2e0249"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<radialGradient id="earthGradient" cx="40%" cy="60%" r="50%">
<stop offset="0%" stop-color="#6ec1e4"/>
<stop offset="50%" stop-color="#4a8b3b"/>
<stop offset="100%" stop-color="#2a5a21"/>
</radialGradient>
<radialGradient id="craterGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f2f2f2"/>
<stop offset="100%" stop-color="#c8c8c8"/>
</radialGradient>
<pattern id="spots" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="4" fill="#a76a1b"/>
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g fill="#fff" opacity="0.8">
<circle cx="20" cy="30" r="1.5"/>
<circle cx="80" cy="15" r="1"/>
<circle cx="200" cy="50" r="1.2"/>
<circle cx="260" cy="20" r="1"/>
<circle cx="150" cy="80" r="1.3"/>
<circle cx="300" cy="100" r="1"/>
<circle cx="40" cy="100" r="1"/>
<circle cx="180" cy="20" r="1.4"/>
<circle cx="250" cy="70" r="1"/>
</g>
<!-- Earth in the distance -->
<circle cx="60" cy="50" r="30" fill="url(#earthGradient)" stroke="#30703f" stroke-width="1"/>
<path d="M50,40 l10,5 l-8,12 l12,-3 l-5,-13" fill="#2a5a21"/>
<path d="M70,60 l-12,2 l8,10 l-9,-1" fill="#4a8b3b"/>
<!-- Moon surface -->
<circle cx="150" cy="340" r="200" fill="#e5e5e5"/>
<!-- Craters -->
<ellipse cx="100" cy="230" rx="20" ry="12" fill="url(#craterGrad)"/>
<ellipse cx="200" cy="260" rx="30" ry="15" fill="url(#craterGrad)"/>
<ellipse cx="260" cy="220" rx="15" ry="8" fill="url(#craterGrad)"/>
<ellipse cx="140" cy="280" rx="25" ry="10" fill="url(#craterGrad)"/>
<!-- Giraffe on unicycle -->
<g transform="translate(150,200) rotate(-8)">
<!-- Shadow -->
<ellipse cx="0" cy="20" rx="18" ry="5" fill="#000" opacity="0.2"/>
<!-- Unicycle wheel -->
<circle cx="0" cy="0" r="15" fill="#555" stroke="#333" stroke-width="2"/>
<circle cx="0" cy="0" r="12" fill="none" stroke="#999" stroke-width="2"/>
<g stroke="#999" stroke-width="1">
<line x1="0" y1="0" x2="10" y2="0"/>
<line x1="0" y1="0" x2="-10" y2="0"/>
<line x1="0" y1="0" x2="0" y2="10"/>
<line x1="0" y1="0" x2="0" y2="-10"/>
</g>
<!-- Unicycle frame -->
<line x1="0" y1="0" x2="0" y2="-30" stroke="#777" stroke-width="2"/>
<line x1="0" y1="-30" x2="10" y2="-32" stroke="#777" stroke-width="2"/>
<rect x="7" y="-36" width="10" height="4" fill="#444"/>
<!-- Giraffe body -->
<ellipse cx="10" cy="-50" rx="12" ry="20" fill="#fdd77e" stroke="#cfa65a" stroke-width="1"/>
<!-- Spots -->
<ellipse cx="6" cy="-58" rx="5" ry="7" fill="url(#spots)"/>
<ellipse cx="14" cy="-42" rx="4" ry="6" fill="url(#spots)"/>
<ellipse cx="12" cy="-62" rx="3" ry="5" fill="url(#spots)"/>
<!-- Neck -->
<rect x="8" y="-90" width="8" height="40" fill="#fdd77e" stroke="#cfa65a" stroke-width="1"/>
<ellipse cx="12" cy="-92" rx="6" ry="10" fill="#fdd77e" stroke="#cfa65a" stroke-width="1"/>
<!-- Horns and ears -->
<line x1="10" y1="-100" x2="8" y2="-110" stroke="#cfa65a" stroke-width="2"/>
<line x1="14" y1="-100" x2="16" y2="-110" stroke="#cfa65a" stroke-width="2"/>
<polygon points="6,-95 4,-100 8,-100" fill="#fdd77e"/>
<polygon points="18,-95 20,-100 16,-100" fill="#fdd77e"/>
<!-- Eyes and mouth -->
<circle cx="10" cy="-94" r="1.5" fill="#333"/>
<path d="M8,-88 q4,2 6,0" fill="none" stroke="#333" stroke-width="0.5"/>
<!-- Legs -->
<line x1="4" y1="-30" x2="0" y2="0" stroke="#fdd77e" stroke-width="4" stroke-linecap="round"/>
<line x1="16" y1="-30" x2="20" y2="0" stroke="#fdd77e" stroke-width="4" stroke-linecap="round"/>
<line x1="2" y1="-32" x2="6" y2="-50" stroke="#fdd77e" stroke-width="4" stroke-linecap="round" opacity="0.7"/>
<line x1="18" y1="-32" x2="14" y2="-50" stroke="#fdd77e" stroke-width="4" stroke-linecap="round" opacity="0.7"/>
<!-- Tail -->
<path d="M-2,-50 q-10,10 -2,20" fill="none" stroke="#cfa65a" stroke-width="2"/>
<ellipse cx="-4" cy="-30" rx="2" ry="4" fill="#cfa65a"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger creativity and adherence to the prompt, with a detailed and engaging depiction of a giraffe riding a unicycle on the moon.
The inclusion of the moon's craters, a starry background, and another celestial body adds to the visual appeal and context.
Player 1's submission, while conceptually accurate, is simpler and lacks the depth and detail present in Player 2's work.
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
"Clock melting over a tree branch under a starry sky."
"A rocket blasting off surrounded by dancing jellyfish in space."
"Penguin juggling flaming torches on an iceberg under the northern lights."
"A giraffe eating spaghetti at a fancy candlelit dinner table."