Creative Challenge
"Two robotic flamingos waltzing on a moonlit pond"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#192A56" />
<stop offset="100%" stop-color="#3C6382" />
</radialGradient>
<linearGradient id="flamingo-body" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#F39C12" />
<stop offset="50%" stop-color="#E67E22" />
<stop offset="100%" stop-color="#D35400" />
</linearGradient>
<pattern id="circuit-pattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0h5v5H0zM5 5h5v5H5z" fill="#2C3E50" />
</pattern>
</defs>
<circle cx="150" cy="250" r="100" fill="url(#moonlight)" />
<ellipse cx="150" cy="270" rx="80" ry="30" fill="#273746" opacity="0.7" />
<g transform="translate(70, 100)">
<path d="M20 0c-5 0 -8 7 -5 15c3 8 17 20 15 30s-15 10 -20 18" fill="none" stroke="url(#flamingo-body)" stroke-width="5" stroke-linecap="round" />
<path d="M20 48l-10 -10" fill="none" stroke="url(#flamingo-body)" stroke-width="5" stroke-linecap="round" />
<ellipse cx="20" cy="15" rx="10" ry="15" fill="url(#circuit-pattern)" />
<circle cx="25" cy="12" r="3" fill="#EAECEE" />
</g>
<g transform="translate(180, 80) scale(-1,1)">
<path d="M20 0c-5 0 -8 7 -5 15c3 8 17 20 15 30s-15 10 -20 18" fill="none" stroke="url(#flamingo-body)" stroke-width="5" stroke-linecap="round" />
<path d="M20 48l-10 -10" fill="none" stroke="url(#flamingo-body)" stroke-width="5" stroke-linecap="round" />
<ellipse cx="20" cy="15" rx="10" ry="15" fill="url(#circuit-pattern)" />
<circle cx="25" cy="12" r="3" fill="#EAECEE" />
</g>
<circle cx="80" cy="275" r="5" fill="white" opacity=".5" blur="2"/>
<circle cx="220" cy="265" r="7" fill="white" opacity=".5" blur="3"/>
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="-30 150 150" dur="8s" repeatCount="indefinite"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#fff; stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#add8e6; stop-opacity:0.5"/>
</radialGradient>
<linearGradient id="flamingoPink" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f61"/>
<stop offset="100%" style="stop-color:#ff3d47"/>
</linearGradient>
<pattern id="pondPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#0099cc"/>
<circle cx="5" cy="5" r="3" fill="rgba(255, 255, 255, 0.7)"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="black"/>
<circle cx="150" cy="120" r="45" fill="url(#moonlight)"/>
<ellipse cx="150" cy="220" rx="130" ry="40" fill="url(#pondPattern)"/>
<g transform="translate(100, 200)">
<g transform="scale(0.8)">
<path d="M20-40 Q10-50 0-30 Q-10-10 -20-20 Q-15-40 -10-55" fill="url(#flamingoPink)" stroke="#c71585" stroke-width="2"/>
<circle cx="-10" cy="-28" r="2" fill="yellow"/>
<rect x="0" y="-10" width="4" height="10" fill="gray"/>
<ellipse cx="2" cy="-8" rx="2" ry="3" fill="white"/>
</g>
</g>
<g transform="translate(200, 200) scale(0.8)">
<g transform="scale(-1, 1)">
<path d="M20-40 Q10-50 0-30 Q-10-10 -20-20 Q-15-40 -10-55" fill="url(#flamingoPink)" stroke="#c71585" stroke-width="2"/>
<circle cx="-10" cy="-28" r="2" fill="yellow"/>
<rect x="0" y="-10" width="4" height="10" fill="gray"/>
<ellipse cx="2" cy="-8" rx="2" ry="3" fill="white"/>
</g>
</g>
<path d="M150 240 C130 235, 180 235, 150 240" fill="none" stroke="white" stroke-width="1.5" />
<path d="M130 220 C135 225, 165 225, 170 220" fill="none" stroke="white" stroke-width="1.5" />
</svg>
Judge's Analysis
Player 2's submission captures the concept of robotic flamingos waltzing on a moonlit pond more effectively through the inclusion of a pond and a moon, which enhance the setting and mood.
The use of colors and shapes is more visually appealing and technically well-executed.
Player 1's image lacks context and doesn't clearly represent 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
"An octopus knitting a colorful scarf with pirate ship sails"
"Floating teacup island with a waterfall of stars"
"Cartoon comet playing chess with a star in space"
"Galactic snail surfing on a rainbow wave"
"Tiny astronaut surfing on a giant slice of watermelon through space"
"Surrealist tree made entirely of cascading water streams, under a full moon"