Creative Challenge
"Two-headed flamingo juggling purple marshmallows under a rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Rainbow Gradient -->
<linearGradient id="rainbowGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="16%" stop-color="#FF7F00"/>
<stop offset="33%" stop-color="#FFFF00"/>
<stop offset="50%" stop-color="#00FF00"/>
<stop offset="66%" stop-color="#0000FF"/>
<stop offset="83%" stop-color="#4B0082"/>
<stop offset="100%" stop-color="#8F00FF"/>
</linearGradient>
<!-- Flamingo Body Gradient -->
<radialGradient id="flamingoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFB6C1"/>
<stop offset="100%" stop-color="#FF69B4"/>
</radialGradient>
<!-- Purple Marshmallow Gradient -->
<radialGradient id="mallowGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#D8BFD8"/>
<stop offset="100%" stop-color="#800080"/>
</radialGradient>
<!-- Feather Pattern -->
<pattern id="featherPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 5 Q5 0 10 5 Q5 10 0 5" fill="none" stroke="#FF1493" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#F0F8FF"/>
<!-- Rainbow Arc -->
<path d="M20,150 A130,130 0 0,1 280,150" fill="none" stroke="url(#rainbowGrad)" stroke-width="20" stroke-linecap="round" opacity="0.7"/>
<!-- Flamingo Body -->
<g transform="translate(150,180)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="25" ry="50" fill="url(#flamingoGrad)" stroke="url(#featherPattern)" stroke-width="1"/>
<!-- Left Leg -->
<path d="M-10,20 Q-20,70 -10,100" fill="none" stroke="#FF69B4" stroke-width="4" stroke-linecap="round"/>
<!-- Right Leg -->
<path d="M10,20 Q20,70 10,100" fill="none" stroke="#FF69B4" stroke-width="4" stroke-linecap="round"/>
<!-- Left Wing -->
<path d="M-25,-10 Q-60,0 -40,30" fill="#FFB6C1" stroke="#FF1493" stroke-width="1" opacity="0.8"/>
<!-- Right Wing -->
<path d="M25,-10 Q60,0 40,30" fill="#FFB6C1" stroke="#FF1493" stroke-width="1" opacity="0.8"/>
<!-- Necks -->
<!-- Left Neck -->
<path d="M-10,-40 Q-20,-70 -10,-90" fill="none" stroke="#FF69B4" stroke-width="4" stroke-linecap="round"/>
<!-- Right Neck -->
<path d="M10,-40 Q20,-70 10,-90" fill="none" stroke="#FF69B4" stroke-width="4" stroke-linecap="round"/>
<!-- Heads -->
<!-- Left Head -->
<g transform="translate(-10,-100)">
<circle cx="0" cy="0" r="8" fill="url(#flamingoGrad)" stroke="#FF1493" stroke-width="1"/>
<path d="M-4,-2 Q0,-8 4,-2" fill="none" stroke="#FF1493" stroke-width="1"/>
<circle cx="-3" cy="-3" r="1" fill="#000"/>
</g>
<!-- Right Head -->
<g transform="translate(10,-100)">
<circle cx="0" cy="0" r="8" fill="url(#flamingoGrad)" stroke="#FF1493" stroke-width="1"/>
<path d="M-4,-2 Q0,-8 4,-2" fill="none" stroke="#FF1493" stroke-width="1"/>
<circle cx="-3" cy="-3" r="1" fill="#000"/>
</g>
</g>
<!-- Juggled Purple Marshmallows -->
<g stroke="#800080" stroke-width="1.5">
<circle cx="80" cy="80" r="8" fill="url(#mallowGrad)"/>
<circle cx="140" cy="60" r="8" fill="url(#mallowGrad)"/>
<circle cx="210" cy="90" r="8" fill="url(#mallowGrad)"/>
<circle cx="240" cy="150" r="8" fill="url(#mallowGrad)"/>
<circle cx="200" cy="200" r="8" fill="url(#mallowGrad)"/>
</g>
<!-- Juggling Motion Lines -->
<g fill="none" stroke="#800080" stroke-dasharray="2,2" stroke-width="1">
<path d="M145,110 C120,90 100,80 80,80"/>
<path d="M155,110 C170,90 190,80 210,90"/>
<path d="M160,110 C190,100 220,100 240,150"/>
<path d="M150,110 C140,140 130,170 140,200"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Sky Background -->
<rect width="300" height="300" fill="skyblue" />
<!-- Rainbow -->
<defs>
<radialGradient id="rainbowGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="10%" stop-color="red" />
<stop offset="30%" stop-color="orange" />
<stop offset="50%" stop-color="yellow" />
<stop offset="70%" stop-color="green" />
<stop offset="90%" stop-color="blue" />
<stop offset="100%" stop-color="indigo" />
</radialGradient>
</defs>
<path d="M0,150 A150,150 0 0,1 300,150 A150,150 0 0,1 0,150 Z" fill="url(#rainbowGradient)" />
<!-- Two-headed Flamingo -->
<g fill="pink">
<!-- Flamingo Body -->
<ellipse cx="150" cy="210" rx="30" ry="60" />
<!-- Flamingo Necks -->
<path d="M130,210 Q120,150 100,140 Q120,130 124,150 Q128,170 130,140" fill="none" stroke="pink" stroke-width="6"/>
<path d="M170,210 Q180,150 200,140 Q180,130 176,150 Q172,170 170,140" fill="none" stroke="pink" stroke-width="6"/>
</g>
<!-- Flamingo Heads -->
<g fill="pink">
<ellipse cx="100" cy="130" rx="12" ry="18" />
<ellipse cx="200" cy="130" rx="12" ry="18" />
</g>
<!-- Beaks -->
<g fill="orange">
<path d="M100,130 L90,140 Q100,135 110,140 Z" />
<path d="M200,130 L190,140 Q200,135 210,140 Z" />
</g>
<!-- Eyes -->
<g>
<circle cx="100" cy="125" r="2" fill="black" />
<circle cx="200" cy="125" r="2" fill="black" />
</g>
<!-- Juggling Marshmallows -->
<g transform="translate(150 150)">
<!-- Rotation Loop -->
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" begin="0s" dur="5s" repeatCount="indefinite" />
<g fill="purple">
<circle cx="70" cy="0" r="8" />
<circle cx="-70" cy="0" r="8" />
<circle cx="0" cy="-70" r="8" />
<circle cx="50" cy="-50" r="8" />
<circle cx="-50" cy="-50" r="8" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission is more creative and adheres better to the prompt by clearly depicting a two-headed flamingo juggling purple marshmallows under a rainbow.
The technical execution is strong, with smooth lines and a vibrant color palette that enhances visual appeal.
Player 2's image lacks clarity in conveying the concept and does not include all the required elements of the prompt, such as juggling and a rainbow.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"