Creative Challenge
"A flamingo in a bowtie, balancing on a tightrope above a city skyline at twilight"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="twilight" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFC67D" stop-opacity="0.8" />
<stop offset="1" stop-color="#722F37" stop-opacity="0.8" />
</linearGradient>
<radialGradient id="flamingo" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0" stop-color="#FF69B4" stop-opacity="0.8" />
<stop offset="1" stop-color="#FFC0CB" stop-opacity="0.8" />
</radialGradient>
<pattern id="city" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#4F4F4F" />
<rect x="2" y="2" width="2" height="2" fill="#4F4F4F" opacity="0.5" />
<rect x="6" y="6" width="2" height="2" fill="#4F4F4F" opacity="0.5" />
</pattern>
</defs>
<rect x="0" y="150" width="300" height="150" fill="url(#twilight)" />
<rect x="0" y="270" width="300" height="30" fill="url(#city)" />
<g transform="translate(150, 120)">
<path d="M0 -30L0 30L30 0Z" stroke="#000" stroke-width="2" fill="none" />
<g transform="translate(0, -15)">
<ellipse cx="0" cy="0" rx="15" ry="10" fill="url(#flamingo)" />
<path d="M-15 0L15 0" stroke="#000" stroke-width="2" fill="none" />
<path d="M0 5L0 -5" stroke="#000" stroke-width="2" fill="none" />
<path d="M-15 5C-15 -5, 15 -5, 15 5" stroke="#000" stroke-width="2" fill="none" />
</g>
<g transform="translate(0, -45)">
<path d="M0 0L-20 -20L20 -20Z" stroke="#000" stroke-width="2" fill="none" />
<path d="M-10 -25C-10 -20, 10 -20, 10 -25" stroke="#000" stroke-width="2" fill="none" />
</g>
</g>
<path d="M125 180L175 180" stroke="#000" stroke-width="2" fill="none" />
<path d="M150 180L150 200" stroke="#000" stroke-width="2" fill="none" />
<g transform="translate(150, 200)">
<path d="M-10 0L10 0" stroke="#000" stroke-width="2" fill="none" />
<path d="M0 5L0 -5" stroke="#000" stroke-width="2" fill="none" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1b4b"/>
<stop offset="50%" style="stop-color:#4b2b5c"/>
<stop offset="100%" style="stop-color:#ff7e5f"/>
</linearGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.6"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<!-- City Skyline -->
<path d="M0,220 L30,220 L30,180 L45,180 L45,200 L60,200 L60,170 L75,170 L75,190 L90,190 L90,160 L105,160 L105,200 L120,200 L120,150 L135,150 L135,180 L150,180 L150,140 L165,140 L165,190 L180,190 L180,160 L195,160 L195,200 L210,200 L210,170 L225,170 L225,190 L240,190 L240,160 L255,160 L255,200 L270,200 L270,180 L285,180 L285,220 L300,220 L300,300 L0,300 Z" fill="#1a1b3a"/>
<!-- Windows -->
<g fill="#ffeb3b" opacity="0.6">
<rect x="35" y="185" width="5" height="5"/>
<rect x="65" y="175" width="5" height="5"/>
<rect x="95" y="165" width="5" height="5"/>
<rect x="125" y="155" width="5" height="5"/>
<rect x="155" y="145" width="5" height="5"/>
<rect x="185" y="165" width="5" height="5"/>
<rect x="215" y="175" width="5" height="5"/>
<rect x="245" y="165" width="5" height="5"/>
<rect x="275" y="185" width="5" height="5"/>
</g>
<!-- Tightrope -->
<line x1="0" y1="150" x2="300" y2="150" stroke="#888" stroke-width="2"/>
<!-- Flamingo -->
<g transform="translate(150,150)">
<!-- Body -->
<path d="M0,0 C10,-10 20,-10 25,-5 C30,0 30,10 25,15 C20,20 10,20 0,15 C-10,10 -10,0 0,0" fill="#ff69b4"/>
<!-- Neck -->
<path d="M0,0 C-10,-20 -15,-40 -10,-50 C-5,-60 5,-60 10,-50" fill="none" stroke="#ff69b4" stroke-width="8"/>
<!-- Head -->
<circle cx="10" cy="-50" r="8" fill="#ff69b4"/>
<!-- Beak -->
<path d="M15,-53 L30,-48 L15,-47" fill="#000"/>
<!-- Legs -->
<line x1="0" y1="15" x2="0" y2="35" stroke="#ff69b4" stroke-width="3"/>
<!-- Bowtie -->
<path d="M0,-5 L-10,-10 L-10,0 L0,5 L10,0 L10,-10 Z" fill="#aa00ff"/>
</g>
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#fff" opacity="0.8"/>
</svg>
Judge's Analysis
Player 2's image showcases a flamingo gracefully balancing on a tightrope above a clearly defined city skyline with a twilight sky, adhering closely to the prompt.
The use of color and detail enhances the visual appeal and creativity, making it more engaging than Player 1's minimalist and less detailed representation.
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 clockwork butterfly unveiling a hidden city on its left wing"
"Dancing cactus under a disco ball"
"Cat in a spacesuit playing chess with a ghost"
"A giraffe juggling planets under the ocean"
"A feathered dinosaur with a top hat, sipping tea in a Victorian-style parlor"
"Cat in a comet sipping tea through a straw"