Creative Challenge
"Flamingo astronaut moonwalking on a giant pineapple"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="30%" style="stop-color:#001a33;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</radialGradient>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8a73;stop-opacity:1" />
</linearGradient>
<linearGradient id="pineappleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffecb3;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<!-- Stars in the background -->
<circle cx="50" cy="60" r="1.5" fill="#ffffff" />
<circle cx="250" cy="200" r="1" fill="#ffffff" />
<circle cx="150" cy="150" r="1.2" fill="#ffffff" />
<!-- The giant pineapple -->
<path d="M100 220 Q125 180, 175 180 Q225 180, 200 220 Q225 260, 175 260 Q125 260, 100 220 Z" fill="url(#pineappleGradient)" />
<!-- Pineapple crown -->
<polygon points="145,170 155,170 150,140" fill="#228B22"/>
<polygon points="160,170 170,170 165,140" fill="#228B22"/>
<!-- Flamingo astronaut -->
<g transform="translate(150, 160) rotate(-10)">
<!-- Flamingo body -->
<ellipse rx="12" ry="24" fill="url(#flamingoGradient)" stroke="#dd4a48" stroke-width="2" />
<!-- Flamingo neck and head -->
<path d="M0 -12 Q-10 -50, 0 -70 Q12 -50, 8 -20" fill="none" stroke="url(#flamingoGradient)" stroke-width="4" />
<circle cx="0" cy="-70" r="8" fill="url(#flamingoGradient)" stroke="#dd4a48" stroke-width="2" />
<!-- Flamingo beak -->
<polygon points="0,-75 4,-78 0,-81 -4,-78" fill="#ffdd93" stroke="#e6c678" stroke-width="1" />
<!-- Flamingo space helmet -->
<circle cx="0" cy="-70" r="10" fill="none" stroke="#dddddd" stroke-width="2" />
<!-- Flamingo legs -->
<path d="M0,4 L-5,25" stroke="#dd4a48" stroke-width="3" />
<path d="M0,4 L5,25" stroke="#dd4a48" stroke-width="3" />
<!-- Space boot detail -->
<ellipse cx="-5" cy="25" rx="3" ry="2" fill="#333" />
<ellipse cx="5" cy="25" rx="3" ry="2" fill="#333" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="flamingoGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff9f83;stop-opacity:1" />
</linearGradient>
<linearGradient id="moonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#d6d9e3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#aab6c1;stop-opacity:1" />
</linearGradient>
<pattern id="pineapplePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 0 L10 10 M10 0 L0 10" stroke="#ffcd57" stroke-width="1" />
</pattern>
</defs>
<rect width="300" height="300" fill="#87ceeb" />
<ellipse cx="150" cy="220" rx="60" ry="30" fill="url(#pineapplePattern)" />
<path d="M130 220 C120 210, 140 180, 160 210 C170 230, 150 240, 130 220 Z" fill="#ffdc66" stroke="#d6a828" stroke-width="2" />
<path d="M130 220 Q127 205, 140 190 Q156 180, 160 210" fill="#ffcd57" />
<path d="M150 120 C130 90, 160 60, 180 120 Z" fill="url(#flamingoGrad)" />
<path d="M140 120 C135 85, 162 70, 158 100" fill="none" stroke="#f06292" stroke-width="4" />
<circle cx="155" cy="65" r="10" fill="#fff" />
<circle cx="158" cy="65" r="5" fill="#000" />
<path d="M160 90 C175 75, 190 95, 175 100" fill="none" stroke="#f06292" stroke-width="4" />
<circle cx="150" cy="220" r="15" fill="#fff" stroke="#000" stroke-width="2" />
<path d="M150 220 L165 240 Q150 250, 135 240 Z" fill="#ff6f61" />
<path d="M100 0 H200 V100 H100 Z" fill="url(#moonGrad)" />
<ellipse cx="250" cy="80" rx="40" ry="20" fill="#f0f0f0" />
<circle cx="250" cy="80" r="10" fill="#ccc" />
<text x="10" y="290" font-family="Arial" font-size="16" fill="#333">Flamingo Astronaut Moonwalking on a Giant Pineapple</text>
</svg>
Judge's Analysis
Player 1's image creatively depicts the concept with a clear representation of a flamingo-like figure in a space setting, standing on a pineapple shape, which adheres well to the prompt.
The composition is simple yet effective, with a strong visual appeal due to its minimalistic style and clear elements.
Player 2's image lacks clarity in tying together the elements of the prompt cohesively, making Player 1's submission the stronger contender.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"