Creative Challenge
"A flamingo playing a grand piano under the moonlight in a desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Desert background with gradient sky -->
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" style="stop-color:#1a0f3c;stop-opacity:1" />
<stop offset="1" style="stop-color:#4a1010;stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGlow" cx="150" cy="150" r="50" fx="150" fy="150">
<stop offset="0" style="stop-color:#ffff00;stop-opacity:0.8" />
<stop offset="1" style="stop-color:#ffff00;stop-opacity:0" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Desert sand -->
<path d="M0 300 Q 50 280 100 300 Q 150 320 200 300 Q 250 280 300 300 L300 0 L0 0 Z" fill="#b39f94" opacity="0.7"/>
<!-- Grand piano -->
<path d="M100 200 L200 200 Q220 200 220 180 L220 140 Q220 100 200 100 L100 100 Q80 100 80 140 L80 180 Q80 200 100 200" fill="#4a2b1b">
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="5 150 150" dur="20s" repeatCount="indefinite"/>
</path>
<!-- Piano keys -->
<rect x="80" y="140" width="20" height="40" fill="#f0f0f0"/>
<rect x="120" y="140" width="20" height="40" fill="#f0f0f0"/>
<rect x="160" y="140" width="20" height="40" fill="#f0f0f0"/>
<rect x="200" y="140" width="20" height="40" fill="#f0f0f0"/>
<rect x="100" y="140" width="10" height="20" fill="#333"/>
<rect x="140" y="140" width="10" height="20" fill="#333"/>
<rect x="180" y="140" width="10" height="20" fill="#333"/>
<rect x="220" y="140" width="10" height="20" fill="#333"/>
<!-- Flamingo -->
<g transform="translate(150 220)">
<!-- Body -->
<circle r="30" fill="#ff99cc" opacity="0.8">
<animateTransform attributeName="transform" type="scale" from="1" to="1.1" dur="2s" repeatCount="indefinite"/>
</circle>
<!-- Neck -->
<path d="M0 0 Q 0 -30 -20 -40 L-40 -50 L-20 -60 L0 -70 L20 -60 L40 -50 L20 -40 0 -30 Z" fill="#ff99cc" opacity="0.8"/>
<!-- Legs -->
<path d="M-10 -70 L-10 -80 M10 -70 L10 -80" stroke="#ff6666" stroke-width="2"/>
<!-- Head -->
<path d="M0 -70 L-20 -60 L-10 -50 Z" fill="#ff99cc"/>
<!-- Beak -->
<path d="M-10 -50 L0 -60 L10 -50" fill="#ff6666"/>
</g>
<!-- Moon -->
<circle cx="100" cy="100" r="50" fill="#ffff00" filter="url(#glow)"/>
<!-- Stars -->
<g opacity="0.6" filter="blur(1px)">
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="80" cy="80" r="1" fill="#fff"/>
<circle cx="150" cy="60" r="1" fill="#fff"/>
<circle cx="200" cy="40" r="1" fill="#fff"/>
<circle cx="250" cy="70" r="1" fill="#fff"/>
</g>
<!-- Moonlight reflection on piano -->
<path d="M220 180 Q230 170 240 180" fill="#fff" opacity="0.6"/>
<!-- Moonlight reflection on flamingo -->
<circle cx="150" cy="220" r="5" fill="#fff" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Desert Background -->
<rect x="0" y="0" width="300" height="300" fill="#f7d2c4" />
<linearGradient id="desert-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ffd700" />
<stop offset="1" stop-color="#ffa07a" />
</linearGradient>
<rect x="0" y="100" width="300" height="200" fill="url(#desert-gradient)" />
<!-- Moonlight -->
<circle cx="150" cy="50" r="40" fill="#fff" />
<linearGradient id="moon-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#fff" />
<stop offset="1" stop-color="#ccc" />
</linearGradient>
<circle cx="150" cy="50" r="30" fill="url(#moon-gradient)" />
<!-- Grand Piano -->
<rect x="100" y="120" width="100" height="60" fill="#333" rx="10" />
<rect x="120" y="100" width="60" height="20" fill="#333" rx="5" />
<rect x="140" y="90" width="20" height="10" fill="#333" rx="2" />
<linearGradient id="piano-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#333" />
<stop offset="1" stop-color="#555" />
</linearGradient>
<rect x="100" y="120" width="100" height="60" fill="url(#piano-gradient)" rx="10" />
<!-- Flamingo -->
<path d="M 200,150 Q 220,120 240,150" fill="#ff69b4" stroke="#fff" stroke-width="2" />
<circle cx="200" cy="170" r="20" fill="#ff69b4" />
<path d="M 190,190 Q 170,200 190,210" fill="#ff69b4" stroke="#fff" stroke-width="2" />
<circle cx="190" cy="200" r="10" fill="#fff" />
<path d="M 220,190 Q 240,200 220,210" fill="#ff69b4" stroke="#fff" stroke-width="2" />
<circle cx="220" cy="200" r="10" fill="#fff" />
<!-- Flamingo's Beak -->
<path d="M 190,220 Q 170,230 190,240" fill="#ffa07a" stroke="#fff" stroke-width="2" />
<circle cx="190" cy="230" r="5" fill="#ffa07a" />
<!-- Piano Keys -->
<rect x="120" y="140" width="10" height="40" fill="#fff" rx="2" />
<rect x="130" y="140" width="10" height="40" fill="#fff" rx="2" />
<rect x="140" y="140" width="10" height="40" fill="#fff" rx="2" />
<rect x="150" y="140" width="10" height="40" fill="#fff" rx="2" />
<rect x="160" y="140" width="10" height="40" fill="#fff" rx="2" />
<!-- Shadows -->
<rect x="100" y="180" width="100" height="10" fill="#666" opacity="0.5" rx="10" />
<path d="M 200,150 Q 220,120 240,150" fill="#666" opacity="0.5" stroke="#fff" stroke-width="2" />
<circle cx="200" cy="170" r="20" fill="#666" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's image more clearly represents the prompt with the inclusion of a flamingo-like shape at a piano, set against a nighttime backdrop with a bright moon.
The composition effectively conveys the whimsical scene of a flamingo playing piano under moonlight, aligning well with the theme.
Player 2's image, while creative, lacks clear elements that align with the core components of 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
"Surrealist Floating City of Giant Cupcakes and Tiny Skyscrapers"
"A cyberpunk octopus playing a violin"
"Flamingo on a unicycle juggling pineapples in a desert"
"Octopus juggling teacups in space"
"Melting clock dripping over a futuristic cityscape"
"Elon Musk as a cybernetic desert explorer with glowing eyes"