Creative Challenge
"A giraffe wearing a tuxedo, sipping tea atop a cityscape at sunset"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,153,51);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,94,77);stop-opacity:1" />
</linearGradient>
<pattern id="cityscapePattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="3" height="10" fill="#333" />
<rect x="5" width="3" height="10" fill="#666" />
</pattern>
<pattern id="tuxedoPattern" patternUnits="userSpaceOnUse" width="8" height="8">
<rect width="8" height="8" fill="#fff" />
<path d="M0 0 L8 8 M8 0 L0 8" stroke="#000" stroke-width="1"/>
</pattern>
<mask id="giraffeMask">
<circle cx="150" cy="100" r="50" fill="white"/>
<rect x="140" y="135" width="20" height="90" fill="white"/>
</mask>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<rect y="200" width="300" height="100" fill="url(#cityscapePattern)" />
<g mask="url(#giraffeMask)">
<polygon points="130,100 170,100 165,200 135,200" fill="url(#tuxedoPattern)" />
<circle cx="150" cy="80" r="30" fill="#f5c892" />
<path d="M145,75 Q150,70 155,75" fill="#fff" stroke="#111" stroke-width="2"/>
<rect x="140" y="210" width="10" height="5" rx="5" ry="5" fill="#fff"/>
<rect x="150" y="210" width="10" height="5" rx="5" ry="5" fill="#fff"/>
<line x1="145" y1="210" x2="145" y2="215" stroke="#000" stroke-width="2"/>
<line x1="155" y1="210" x2="155" y2="215" stroke="#000" stroke-width="2"/>
<path d="M115,95 Q150,55 185,95" fill="#f5c892" />
<circle cx="135" cy="78" r="4" fill="#000"/>
<circle cx="165" cy="78" r="4" fill="#000"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient Sunset -->
<defs>
<linearGradient id="sunsetGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF5F6D"/>
<stop offset="50%" stop-color="#FFC371"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="tuxedoGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#34495e"/>
</linearGradient>
<radialGradient id="teaGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFF9C4"/>
<stop offset="100%" stop-color="#FDD835"/>
</radialGradient>
</defs>
<!-- Sunset Background -->
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<!-- Cityscape -->
<g id="cityscape" fill="url(#cityGradient)">
<rect x="20" y="200" width="30" height="100" />
<rect x="60" y="180" width="40" height="120" />
<rect x="110" y="150" width="50" height="150" />
<rect x="170" y="190" width="30" height="110" />
<rect x="210" y="160" width="40" height="140" />
<rect x="260" y="200" width="30" height="100" />
</g>
<!-- Giraffe Body -->
<g id="giraffe" transform="translate(150, 120)">
<!-- Neck -->
<rect x="145" y="50" width="10" height="80" fill="#f5c76b" stroke="#b58d3b" stroke-width="2"/>
<!-- Head -->
<ellipse cx="150" cy="30" rx="15" ry="20" fill="#f5c76b" stroke="#b58d3b" stroke-width="2"/>
<!-- Eyes -->
<circle cx="145" cy="25" r="2" fill="#000" />
<circle cx="155" cy="25" r="2" fill="#000" />
<!-- Ears -->
<polygon points="140,20 138,15 142,18" fill="#f5c76b" stroke="#b58d3b" stroke-width="1"/>
<polygon points="160,20 162,15 158,18" fill="#f5c76b" stroke="#b58d3b" stroke-width="1"/>
<!-- Tuxedo -->
<path d="M140,50 Q150,60 160,50 L160,70 Q150,80 140,70 Z" fill="url(#tuxedoGradient)" stroke="#000" stroke-width="1"/>
<!-- Bow Tie -->
<polygon points="150,70 148,73 150,75 152,73" fill="#e74c3c" stroke="#c0392b" stroke-width="0.5"/>
<!-- Arms -->
<line x1="140" y1="60" x2="130" y2="80" stroke="#f5c76b" stroke-width="4" />
<line x1="160" y1="60" x2="170" y2="80" stroke="#f5c76b" stroke-width="4" />
<!-- Tea Cup -->
<ellipse cx="170" cy="80" rx="5" ry="3" fill="url(#teaGradient)" stroke="#d4ac0d" stroke-width="1"/>
<path d="M170,80 Q172,78 174,80" stroke="#d4ac0d" stroke-width="1" fill="none"/>
<!-- Legs -->
<rect x="142" y="130" width="3" height="20" fill="#f5c76b" stroke="#b58d3b" stroke-width="1"/>
<rect x="155" y="130" width="3" height="20" fill="#f5c76b" stroke="#b58d3b" stroke-width="1"/>
</g>
<!-- Shadow -->
<ellipse cx="150" cy="250" rx="50" ry="10" fill="rgba(0,0,0,0.2)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" opacity="0.8" />
</svg>
Judge's Analysis
Player 2's image better captures the prompt by depicting a giraffe in a tuxedo, standing amidst a clear cityscape at sunset.
The inclusion of the sun and the skyline elements enhances the visual appeal and context.
Player 1's submission lacks the cityscape and sunset details, making it less aligned with 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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"