Creative Challenge
"Two flamingos fencing with breadsticks under a disco ball at sunset."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#231A3F;" /> <!-- Dark Indigo -->
<stop offset="25%" style="stop-color:#5D2D5F;" /> <!-- Deep Purple -->
<stop offset="50%" style="stop-color:#C34450;" /> <!-- Muted Red -->
<stop offset="75%" style="stop-color:#E87A3E;" /> <!-- Strong Orange -->
<stop offset="100%" style="stop-color:#F8A048;" /> <!-- Lighter Orange -->
</linearGradient>
<linearGradient id="flamingoPinkGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF8FAB;" /> <!-- Lighter Pink -->
<stop offset="50%" style="stop-color:#FF69B4;" /> <!-- Medium Pink -->
<stop offset="100%" style="stop-color:#F05080;" /> <!-- Deeper Pink/Coral -->
</linearGradient>
<linearGradient id="legGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F5D0D0;" />
<stop offset="100%" style="stop-color:#EAAFAF;" />
</linearGradient>
<linearGradient id="breadstickGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#F0D080;" />
<stop offset="50%" style="stop-color:#D2B48C;" />
<stop offset="100%" style="stop-color:#A07040;" />
</linearGradient>
<pattern id="breadstickTexture" patternUnits="userSpaceOnUse" width="5" height="5" patternTransform="rotate(30)">
<circle cx="1" cy="2" r="0.4" fill="rgba(100,50,0,0.2)"/>
<ellipse cx="3" cy="3" rx="0.5" ry="0.3" fill="rgba(0,0,0,0.15)" transform="rotate(45 3 3)"/>
</pattern>
<pattern id="discoPattern" patternUnits="userSpaceOnUse" width="8" height="8" patternTransform="rotate(45)">
<rect x="0" y="0" width="4" height="4" fill="#C0C0C0"/>
<rect x="4" y="0" width="4" height="4" fill="#AAAAAA"/>
<rect x="0" y="4" width="4" height="4" fill="#AAAAAA"/>
<rect x="4" y="4" width="4" height="4" fill="#D0D0D0"/>
</pattern>
<radialGradient id="discoShine" cx="40%" cy="40%" r="60%" fx="30%" fy="30%">
<stop offset="0%" style="stop-color:white; stop-opacity:0.6"/>
<stop offset="100%" style="stop-color:silver; stop-opacity:0.05"/>
</radialGradient>
<linearGradient id="beamGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgba(255,255,220,0.6);"/>
<stop offset="100%" style="stop-color:rgba(255,255,220,0);"/>
</linearGradient>
<g id="flamingoProto">
<!-- Legs: Origin at 0,0 (where body connects to legs, roughly hip) -->
<!-- Back Leg -->
<line x1="-10" y1="0" x2="-5" y2="50" stroke="url(#legGradient)" stroke-width="4.5" stroke-linecap="round"/>
<line x1="-5" y1="50" x2="-12" y2="60" stroke="url(#legGradient)" stroke-width="4.5" stroke-linecap="round"/>
<!-- Front Leg (bent for fencing) -->
<line x1="10" y1="0" x2="15" y2="38" stroke="url(#legGradient)" stroke-width="4.5" stroke-linecap="round"/>
<line x1="15" y1="38" x2="30" y2="28" stroke="url(#legGradient)" stroke-width="4.5" stroke-linecap="round"/>
<line x1="30" y1="28" x2="28" y2="40" stroke="url(#legGradient)" stroke-width="4.5" stroke-linecap="round"/>
<!-- Body: Centered around (0, -25) relative to leg connection point -->
<path d="M -25 0 Q -40 -30 -10 -40 T 25 -30 Q 40 0 10 -10 Q -15 -25 -25 0 Z"
transform="translate(0, -5)"
fill="url(#flamingoPinkGradient)" stroke="#C93A67" stroke-width="1.2"/>
<!-- Light spot on body -->
<circle cx="0" cy="-20" r="2.5" fill="rgba(255,255,240,0.2)" />
<!-- Neck: From body (approx 0, -35) up to head -->
<path d="M 0 -35 C -10 -65, 10 -95, 30 -95 S 60 -80, 50 -55"
stroke="url(#flamingoPinkGradient)" stroke-width="11" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Head: at end of neck (50, -55) -->
<ellipse cx="50" cy="-55" rx="9" ry="6.5" fill="url(#flamingoPinkGradient)" stroke="#C93A67" stroke-width="1.2"/>
<!-- Beak: from head (cx+rx, cy) -->
<path d="M 56 -57 Q 73 -60 73 -53 L 68 -50 Q 63 -52 56 -53 Z" fill="#282828"/>
<path d="M 54 -55 Q 64 -57 67 -52 L 62 -50 Q 59 -52 54 -55 Z" fill="#F5E0E0"/>
<circle cx="47" cy="-57" r="1.8" fill="black"/>
<circle cx="47.3" cy="-57.3" r="0.4" fill="white"/>
<!-- Light spot on head -->
<circle cx="48" cy="-58" r="1.2" fill="rgba(255,255,240,0.25)" />
<!-- Wing/Arm: from body (approx 15, -20), extends forward to (50, -30) -->
<path d="M 15 -20 C 30 -25, 45 -20, 50 -30"
stroke="url(#flamingoPinkGradient)" stroke-width="9" fill="none" stroke-linecap="round"/>
</g>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<ellipse cx="150" cy="285" rx="170" ry="50" fill="#2A1D3B" opacity="0.75" />
<g id="discoBallAssembly" transform="translate(150, 60)">
<path d="M 0 0 v -30" stroke="#606070" stroke-width="2" />
<g opacity="0.25" transform="translate(0,5)">
<path d="M0 0 L -70 200 L -50 200 Z" fill="url(#beamGradient)" transform="rotate(-35)"/>
<path d="M0 0 L 70 200 L 50 200 Z" fill="url(#beamGradient)" transform="rotate(35)"/>
<path d="M0 0 L 0 210 L 10 210 Z" fill="url(#beamGradient)" />
<path d="M0 0 L -40 205 L -25 205 Z" fill="url(#beamGradient)" transform="rotate(-15)"/>
<path d="M0 0 L 40 205 L 25 205 Z" fill="url(#beamGradient)" transform="rotate(15)"/>
</g>
<circle cx="0" cy="0" r="25" fill="url(#discoPattern)" stroke="#444" stroke-width="0.5"/>
<circle cx="0" cy="0" r="25" fill="url(#discoShine)" />
<g id="discoHighlightsOnBall">
<circle cx="-8" cy="-12" r="1.2" fill="rgba(255, 230, 180, 0.95)" />
<circle cx="4" cy="-15" r="0.8" fill="rgba(255, 230, 180, 0.9)" />
<circle cx="12" cy="-4" r="1.5" fill="rgba(255, 230, 180, 0.95)" />
<circle cx="0" cy="8" r="1.2" fill="rgba(255, 230, 180, 0.85)" />
<circle cx="-12" cy="10" r="0.8" fill="rgba(255, 230, 180, 0.9)" />
</g>
</g>
<use href="#flamingoProto" transform="translate(85, 205) rotate(5 0 0)"/>
<use href="#flamingoProto" transform="translate(215, 205) scale(-1, 1) rotate(5 0 0)"/>
<g id="breadsticks">
<line id="breadstick1" x1="137.4" y1="179.5" x2="150" y2="170" stroke="url(#breadstickGradient)" stroke-width="7" stroke-linecap="round"/>
<line id="breadstick2" x1="167.8" y1="170.8" x2="150" y2="170" stroke="url(#breadstickGradient)" stroke-width="7" stroke-linecap="round"/>
<line x1="137.4" y1="179.5" x2="150" y2="170" stroke="url(#breadstickTexture)" stroke-width="7" stroke-linecap="round" opacity="0.3"/>
<line x1="167.8" y1="170.8" x2="150" y2="170" stroke="url(#breadstickTexture)" stroke-width="7" stroke-linecap="round" opacity="0.3"/>
</g>
<g id="sparks" transform="translate(150, 170)">
<path d="M 0 0 L -6 -6" stroke="#FFD700" stroke-width="1.5" stroke-linecap="round" opacity="0.9"/>
<path d="M 0 0 L 7 -4" stroke="#FFA500" stroke-width="1.2" stroke-linecap="round" opacity="0.9"/>
<path d="M 0 0 L 4 5" stroke="#FFFF00" stroke-width="1.5" stroke-linecap="round" opacity="0.9"/>
<path d="M 0 0 L -3 6" stroke="#FFB000" stroke-width="1" stroke-linecap="round" opacity="0.9"/>
<circle cx="0" cy="0" r="2" fill="#FFFFA0" opacity="0.5"/>
</g>
<g id="discoLightSpotsOverlay" opacity="0.35">
<ellipse cx="100" cy="260" rx="7" ry="2.5" fill="#F8E0A0" transform="rotate(-10 100 260)"/>
<ellipse cx="150" cy="270" rx="9" ry="3.5" fill="#FADDA0" />
<ellipse cx="200" cy="265" rx="6" ry="2.5" fill="#F5D590" transform="rotate(10 200 265)"/>
<ellipse cx="60" cy="275" rx="5" ry="2" fill="#F5D590" />
<ellipse cx="240" cy="272" rx="8" ry="3" fill="#F8E0A0" />
<circle cx="145" cy="165" r="2.5" fill="rgba(255,255,240,0.7)" />
<circle cx="70" cy="220" r="2" fill="rgba(255,255,240,0.6)" />
<circle cx="230" cy="220" r="2" fill="rgba(255,255,240,0.6)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="sunset" cx="50%" cy="20%" r="80%">
<stop offset="0%" stop-color="#ff9a00"/>
<stop offset="50%" stop-color="#d14eff"/>
<stop offset="100%" stop-color="#4b0082"/>
</radialGradient>
<radialGradient id="ground" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#301934"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="flameGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff9cc1"/>
<stop offset="100%" stop-color="#ff5364"/>
</linearGradient>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#aaa" stop-opacity="0.6"/>
</radialGradient>
<pattern id="mirrorPattern" patternUnits="userSpaceOnUse" width="6" height="6" patternTransform="rotate(45)">
<rect width="3" height="3" fill="#fff" opacity="0.3"/>
</pattern>
<pattern id="floorPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="10" height="10" fill="#222"/>
<rect x="10" y="10" width="10" height="10" fill="#444"/>
</pattern>
</defs>
<!-- Sky and ground -->
<rect width="300" height="300" fill="url(#sunset)"/>
<rect y="200" width="300" height="100" fill="url(#ground)"/>
<rect y="180" width="300" height="120" fill="url(#floorPattern)"/>
<!-- Disco ball -->
<line x1="150" y1="10" x2="150" y2="50" stroke="#555" stroke-width="2"/>
<circle cx="150" cy="70" r="30" fill="url(#discoGradient)"/>
<circle cx="150" cy="70" r="30" fill="url(#mirrorPattern)"/>
<!-- Floor highlight -->
<ellipse cx="150" cy="190" rx="100" ry="30" fill="rgba(255,255,255,0.05)"/>
<!-- Left flamingo -->
<g transform="translate(75,220)">
<ellipse cx="0" cy="0" rx="20" ry="15" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="2"/>
<path d="M10,-5 C28,-25 35,-65 20,-85 C15,-80 22,-32 10,-5 Z" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="2"/>
<circle cx="20" cy="-85" r="5" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="1"/>
<path d="M23,-85 L30,-82 L23,-77 Z" fill="#fff" stroke="#000" stroke-width="0.5"/>
<circle cx="18" cy="-88" r="1" fill="#000"/>
<line x1="-5" y1="15" x2="-10" y2="55" stroke="#e53c61" stroke-width="3" stroke-linecap="round"/>
<polyline points="5,17 5,55 15,50" fill="none" stroke="#e53c61" stroke-width="3" stroke-linecap="round"/>
<path d="M24,-83 L70,-145" stroke="#e2bc74" stroke-width="6" stroke-linecap="round"/>
<path d="M33,-95 l5,-8" stroke="#c8a055" stroke-width="2"/>
<path d="M45,-111 l6,-10" stroke="#c8a055" stroke-width="2"/>
<path d="M56,-126 l4,-6" stroke="#c8a055" stroke-width="2"/>
<path d="M65,-139 l3,-5" stroke="#c8a055" stroke-width="2"/>
</g>
<!-- Right flamingo -->
<g transform="scale(-1,1) translate(225,220)">
<ellipse cx="0" cy="0" rx="20" ry="15" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="2"/>
<path d="M10,-5 C28,-25 35,-65 20,-85 C15,-80 22,-32 10,-5 Z" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="2"/>
<circle cx="20" cy="-85" r="5" fill="url(#flameGradient)" stroke="#e53c61" stroke-width="1"/>
<path d="M23,-85 L30,-82 L23,-77 Z" fill="#fff" stroke="#000" stroke-width="0.5"/>
<circle cx="18" cy="-88" r="1" fill="#000"/>
<line x1="-5" y1="15" x2="-10" y2="55" stroke="#e53c61" stroke-width="3" stroke-linecap="round"/>
<polyline points="5,17 5,55 15,50" fill="none" stroke="#e53c61" stroke-width="3" stroke-linecap="round"/>
<path d="M24,-83 L70,-145" stroke="#e2bc74" stroke-width="6" stroke-linecap="round"/>
<path d="M33,-95 l5,-8" stroke="#c8a055" stroke-width="2"/>
<path d="M45,-111 l6,-10" stroke="#c8a055" stroke-width="2"/>
<path d="M56,-126 l4,-6" stroke="#c8a055" stroke-width="2"/>
<path d="M65,-139 l3,-5" stroke="#c8a055" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 1's image captures the prompt effectively with two flamingos clearly fencing with breadsticks under a disco ball at sunset.
The composition, color gradients, and actions of the flamingos align well with the idea, showing creativity and adherence to the theme.
Player 2's image, while visually interesting, lacks the depiction of a fencing scenario and includes only one flamingo, which diverges from the prompt's requirements.
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
"Tree made of melting clocks under a crescent moon."
"Surreal clock melting over a tree branch under a starry sky."
"A lone tree on a tiny floating island under a glowing crescent moon."