Creative Challenge
"Two giraffes tangled in a single scarf on a windy mountaintop."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFC0CB"/>
</linearGradient>
<linearGradient id="mountainGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#DDD"/>
<stop offset="1" stop-color="#555"/>
</linearGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FDE68A"/>
<stop offset="100%" stop-color="#FBBF24"/>
</linearGradient>
<linearGradient id="scarfGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF5F6D"/>
<stop offset="100%" stop-color="#FFC371"/>
</linearGradient>
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="2" dy="4" stdDeviation="2" flood-color="#000" flood-opacity="0.4"/>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="240" cy="60" r="40" fill="#FFF9C4" opacity="0.6"/>
<!-- Mountains -->
<polygon points="0,300 80,150 160,300" fill="url(#mountainGradient)"/>
<polygon points="120,300 200,130 280,300" fill="url(#mountainGradient)" opacity="0.8"/>
<!-- Wind lines -->
<g fill="none" stroke="#fff" stroke-width="2" stroke-opacity="0.6">
<path d="M20,60 C60,80 40,100 80,120"/>
<path d="M250,50 C220,70 240,90 210,110"/>
<path d="M0,100 C30,120 10,140 50,160"/>
<path d="M300,120 C260,140 280,160 240,180"/>
</g>
<!-- Scarf loop under giraffes -->
<path d="M80,165 C90,185 210,185 220,165 L218,160 C208,178 92,178 82,160 Z" fill="url(#scarfGradient)" filter="url(#shadow)"/>
<!-- Giraffe 1 -->
<g filter="url(#shadow)">
<path d="M80,220 C90,170 100,110 110,90 L120,90 C110,110 100,170 85,220 Z" fill="url(#giraffeGradient)"/>
<g fill="#A16207">
<circle cx="95" cy="150" r="8"/>
<circle cx="105" cy="130" r="6"/>
<circle cx="90" cy="180" r="5"/>
<circle cx="110" cy="170" r="7"/>
<circle cx="100" cy="200" r="6"/>
</g>
<ellipse cx="120" cy="80" rx="15" ry="12" fill="url(#giraffeGradient)"/>
<g fill="#A16207">
<circle cx="115" cy="75" r="3"/>
<circle cx="125" cy="70" r="3"/>
<circle cx="120" cy="85" r="4"/>
</g>
<path d="M130,75 C135,65 137,75 130,75 Z" fill="#FDE68A" stroke="#A16207" stroke-width="1"/>
<path d="M110,75 C105,65 103,75 110,75 Z" fill="#FDE68A" stroke="#A16207" stroke-width="1"/>
<line x1="125" y1="75" x2="125" y2="60" stroke="#A16207" stroke-width="2"/>
<circle cx="125" cy="60" r="3" fill="#A16207"/>
<line x1="115" y1="75" x2="115" y2="60" stroke="#A16207" stroke-width="2"/>
<circle cx="115" cy="60" r="3" fill="#A16207"/>
<circle cx="128" cy="78" r="2" fill="#000"/>
</g>
<!-- Giraffe 2 -->
<g filter="url(#shadow)">
<path d="M220,220 C210,170 200,110 190,90 L180,90 C190,110 200,170 215,220 Z" fill="url(#giraffeGradient)"/>
<g fill="#A16207">
<circle cx="205" cy="150" r="8"/>
<circle cx="195" cy="130" r="6"/>
<circle cx="210" cy="180" r="5"/>
<circle cx="190" cy="170" r="7"/>
<circle cx="200" cy="200" r="6"/>
</g>
<ellipse cx="180" cy="80" rx="15" ry="12" fill="url(#giraffeGradient)"/>
<g fill="#A16207">
<circle cx="175" cy="75" r="3"/>
<circle cx="185" cy="70" r="3"/>
<circle cx="180" cy="85" r="4"/>
</g>
<path d="M180,75 C185,65 187,75 180,75 Z" fill="#FDE68A" stroke="#A16207" stroke-width="1"/>
<path d="M170,75 C165,65 163,75 170,75 Z" fill="#FDE68A" stroke="#A16207" stroke-width="1"/>
<line x1="175" y1="75" x2="175" y2="60" stroke="#A16207" stroke-width="2"/>
<circle cx="175" cy="60" r="3" fill="#A16207"/>
<line x1="185" y1="75" x2="185" y2="60" stroke="#A16207" stroke-width="2"/>
<circle cx="185" cy="60" r="3" fill="#A16207"/>
<circle cx="170" cy="78" r="2" fill="#000"/>
</g>
<!-- Scarf loop above giraffes -->
<path d="M100,120 C110,140 190,140 200,120 L198,115 C188,133 112,133 102,115 Z" fill="url(#scarfGradient)" filter="url(#shadow)"/>
<!-- Scarf ends -->
<path d="M82,160 C70,150 60,140 50,150 C60,155 70,160 82,160 Z" fill="#FF5F6D" fill-opacity="0.8"/>
<path d="M218,160 C230,150 240,140 250,150 C240,155 230,160 218,160 Z" fill="#FF5F6D" fill-opacity="0.8"/>
<!-- Additional wind swirls around scarf ends -->
<g fill="none" stroke="#fff" stroke-width="1" stroke-opacity="0.6">
<path d="M50,150 C40,160 35,170 40,180"/>
<path d="M250,150 C260,160 265,170 260,180"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#87CEEB" />
<circle cx="150" cy="200" r="120" fill="#98FB98" />
<!-- Mountaintop -->
<path d="M0 50 Q 150 -120 300 50 Z" fill="#CD853F" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" />
<!-- First Giraffe -->
<circle cx="80" cy="130" r="30" fill="#DAA520" />
<line x1="80" y1="130" x2="90" y2="190" stroke="#FFA07A" stroke-width="6" />
<line x1="80" y1="130" x2="60" y2="160" stroke="#FFA07A" stroke-width="6" />
<line x1="80" y1="160" x2="100" y2="180" stroke="#FFA07A" stroke-width="6" />
<line x1="90" y1="190" x2="100" y2="180" stroke="#FFA07A" stroke-width="6" />
<!-- Second Giraffe -->
<circle cx="220" cy="180" r="20" fill="#DAA520" />
<line x1="220" y1="180" x2="230" y2="220" stroke="#FFA07A" stroke-width="4" />
<line x1="220" y1="180" x2="200" y2="210" stroke="#FFA07A" stroke-width="4" />
<line x1="220" y1="210" x2="240" y2="200" stroke="#FFA07A" stroke-width="4" />
<line x1="230" y1="220" x2="240" y2="200" stroke="#FFA07A" stroke-width="4" />
<!-- Scarf -->
<path d="M100 180 Q 150 150 200 180" stroke="#FF4500" stroke-width="4" fill="none" />
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt with two recognizable giraffes clearly tangled in a scarf on a windy mountaintop.
The composition is visually appealing, with a soft gradient background and flowing lines to depict wind.
Player 2's submission is more abstract and less effective in illustrating the idea of giraffes or the windy mountain setting, making it harder to interpret the prompt's elements.
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
"Pirate ship in a bottle during a storm."
"A tree growing upside down from the sky, roots reaching toward the ground."
"Robot watering a giant carnivorous plant under a glowing moon."
"Cat astronaut planting a flag on a cheese moon."