Creative Challenge
"Flamingo in a tuxedo, tap-dancing on a lilypad"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<defs>
<radialGradient id="pondGradient" cx="50%" cy="50%" r="60%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#76e7f0" />
<stop offset="70%" stop-color="#1a8f99" />
<stop offset="100%" stop-color="#0a4c52" />
</radialGradient>
<pattern id="waterPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M0,10 Q5,5 10,10 T20,10" fill="none" stroke="#88e6ed" stroke-width="0.5" opacity="0.5" />
<path d="M0,15 Q5,20 10,15 T20,15" fill="none" stroke="#88e6ed" stroke-width="0.5" opacity="0.5" />
</pattern>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="4" stdDeviation="4" flood-opacity="0.3" />
</filter>
<linearGradient id="flamingoPink" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff9eb3" />
<stop offset="100%" stop-color="#ff5b8b" />
</linearGradient>
<linearGradient id="tuxedo" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#1a1a1a" />
<stop offset="50%" stop-color="#333333" />
<stop offset="100%" stop-color="#1a1a1a" />
</linearGradient>
<linearGradient id="bowtie" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000" />
<stop offset="100%" stop-color="#aa0000" />
</linearGradient>
<linearGradient id="lilypad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#27ae60" />
<stop offset="100%" stop-color="#1e8449" />
</linearGradient>
<linearGradient id="shoesGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#111" />
<stop offset="50%" stop-color="#444" />
<stop offset="100%" stop-color="#111" />
</linearGradient>
</defs>
<!-- Pond Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#pondGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#waterPattern)" />
<!-- Water Lilies -->
<circle cx="50" cy="240" r="25" fill="#1e8449" opacity="0.7" />
<circle cx="245" cy="220" r="20" fill="#1e8449" opacity="0.7" />
<circle cx="270" cy="50" r="15" fill="#1e8449" opacity="0.7" />
<circle cx="40" cy="60" r="18" fill="#1e8449" opacity="0.7" />
<!-- Main Lily Pad -->
<ellipse cx="150" cy="180" rx="70" ry="50" fill="url(#lilypad)" filter="url(#shadow)" />
<ellipse cx="150" cy="180" rx="60" ry="42" fill="#2ecc71" opacity="0.4" />
<path d="M150,180 Q180,170 190,145" stroke="#27ae60" stroke-width="2" fill="none" />
<circle cx="190" cy="145" r="8" fill="#f39c12" />
<circle cx="190" cy="145" r="6" fill="#f1c40f" />
<!-- Flamingo Body -->
<g transform="translate(150, 160) rotate(-10)">
<!-- Legs -->
<path d="M5,100 Q0,70 -5,30 L-2,30 Q-2,70 2,100 Z" fill="#ff7bac" />
<path d="M-15,100 Q-20,50 -20,20 L-17,20 Q-17,50 -12,100 Z" fill="#ff7bac" />
<!-- Tap Dancing Shoes -->
<ellipse cx="-2" cy="100" rx="8" ry="4" fill="url(#shoesGradient)" />
<ellipse cx="-12" cy="100" rx="8" ry="4" fill="url(#shoesGradient)" />
<rect x="-6" cy="96" width="8" height="2" fill="#ddd" />
<rect x="-16" cy="96" width="8" height="2" fill="#ddd" />
<!-- Tuxedo -->
<ellipse cx="0" cy="0" rx="28" ry="45" fill="url(#tuxedo)" />
<path d="M0,-45 Q5,-15 5,0 Q5,25 0,45 Q-5,25 -5,0 Q-5,-15 0,-45" fill="white" />
<ellipse cx="0" cy="-30" rx="8" ry="5" fill="white" transform="rotate(-10)" />
<!-- Bowtie -->
<path d="M0,-35 L-10,-30 L-10,-40 Z" fill="url(#bowtie)" />
<path d="M0,-35 L10,-30 L10,-40 Z" fill="url(#bowtie)" />
<circle cx="0" cy="-35" r="2" fill="#ffcc00" />
<!-- Buttons -->
<circle cx="0" cy="-20" r="2" fill="#ffcc00" />
<circle cx="0" cy="-5" r="2" fill="#ffcc00" />
<circle cx="0" cy="10" r="2" fill="#ffcc00" />
<!-- Flamingo Pink Parts (head, neck) -->
<path d="M0,-40 C10,-50 40,-40 40,-60 C40,-80 20,-90 10,-85 C0,-80 -5,-70 0,-60 Z" fill="url(#flamingoPink)" />
<path d="M40,-65 C45,-67 50,-65 52,-60 C54,-55 50,-52 45,-55 Z" fill="#ff3366" />
<ellipse cx="40" cy="-70" rx="3" ry="5" fill="black" />
<!-- Performance Effects -->
<path d="M-20,100 L-30,90 M-10,100 L-5,85 M0,100 L10,90" stroke="#88e6ed" stroke-width="1" opacity="0.9">
<animate attributeName="opacity" values="0.9;0.1;0.9" dur="1s" repeatCount="indefinite" />
</path>
<circle cx="-25" cy="85" r="2" fill="#88e6ed" opacity="0.7">
<animate attributeName="cy" values="85;80;85" dur="0.7s" repeatCount="indefinite" />
</circle>
<circle cx="5" cy="85" r="2" fill="#88e6ed" opacity="0.7">
<animate attributeName="cy" values="85;80;85" dur="0.8s" repeatCount="indefinite" />
</circle>
</g>
<!-- Water Ripples -->
<circle cx="150" cy="180" r="40" stroke="#88e6ed" stroke-width="0.5" fill="none" opacity="0.5">
<animate attributeName="r" values="40;60;40" dur="3s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.5;0;0.5" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="150" cy="180" r="50" stroke="#88e6ed" stroke-width="0.5" fill="none" opacity="0.3">
<animate attributeName="r" values="50;70;50" dur="3s" repeatCount="indefinite" />
<animate attributeName="opacity" values="0.3;0;0.3" dur="3s" repeatCount="indefinite" />
</circle>
<!-- Small Details -->
<circle cx="120" cy="170" r="3" fill="#3498db" opacity="0.7" />
<circle cx="180" cy="190" r="2" fill="#3498db" opacity="0.7" />
<circle cx="140" cy="200" r="2" fill="#3498db" opacity="0.7" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="pinkGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f91; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff3f81; stop-opacity:1" />
</linearGradient>
<linearGradient id="tuxedoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000000; stop-opacity:1" />
<stop offset="100%" style="stop-color:#434343; stop-opacity:1" />
</linearGradient>
<radialGradient id="lilyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4caf50; stop-opacity:1" />
<stop offset="100%" style="stop-color:#387c44; stop-opacity:1" />
</radialGradient>
</defs>
<g>
<ellipse cx="150" cy="260" rx="80" ry="15" fill="url(#lilyGradient)" />
<path d="M120 250 Q140 220 160 250" fill="url(#lilyGradient)" transform="rotate(-5 150 250)" />
<g transform="translate(120, 140)">
<path d="M0-50 C20-100 30-80 50-70 C80-60 90-20 40-10 C20 0 30 20 20 30 Q10 50 -10 50 Q-30 50 -20 20 C-10 -10 -30 -20 -50 -10 C-80 0 -50 -50 0 -50" fill="url(#pinkGradient)" />
<ellipse cx="0" cy="-60" rx="15" ry="20" fill="black" />
<path d="M-30 0 H30 V10 H-30 Z" fill="url(#tuxedoGradient)" />
<path d="M-30 0 L-40 -10 L-30 -10 Z" fill="black" />
<path d="M30 0 L40 -10 L30 -10 Z" fill="black" />
<path d="M-10 0 L10 -10 L0 -10 Z" fill="black" />
<circle cx="0" cy="0" r="5" fill="#fff" />
<circle cx="-3" cy="-3" r="3" fill="#000" />
</g>
<g transform="translate(130, 160) rotate(15)">
<polygon points="0,0 10,-15 -10,-15" fill="black" />
<polygon points="0,5 10,-10 -10,-10" fill="black" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's image creatively depicts the concept with a clear representation of the flamingo in a tuxedo, tap-dancing on a lilypad.
The technical quality and composition are strong, with vibrant colors and a playful design.
Player 2's image, while minimalist, lacks clarity in conveying the prompt as effectively as Player 1's submission.
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
"Flying cat playing a trumpet in a starry skyline"
"A sun setting behind a skyline of teacups"
"Cloud with one quirky face winking"
"Dancing Cactus in a Tuxedo"
"A giraffe wearing a top hat, juggling planets in space"
"A cat piloting a spaceship shaped like a giant fish"