Creative Challenge
"Flamingo on roller skates juggling pineapples"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="flamingoGradient">
<stop offset="0%" stop-color="#FFB6C1"/>
<stop offset="100%" stop-color="#FF69B4"/>
</radialGradient>
<radialGradient id="skateGradient">
<stop offset="0%" stop-color="#CD8500"/>
<stop offset="100%" stop-color="#FFD700"/>
</radialGradient>
<pattern id="sparkle" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="white" opacity="0.5"/>
</pattern>
</defs>
<g transform="translate(150,150)">
<!-- Flamingo Body -->
<path d="M0,0 Q0,50 50,50 Q100,50 100,0 Q100,-50 50,-50 Q0,-50 0,0" fill="url(#flamingoGradient)" transform="rotate(-30)"/>
<!-- Flamingo Legs -->
<rect x="-5" y="-70" width="10" height="30" rx="2" fill="#FF69B4" filter="url(#dropShadow)"/>
<rect x="-5" y="60" width="10" height="30" rx="2" fill="#FF69B4" filter="url(#dropShadow)"/>
<!-- Flamingo Neck -->
<path d="M50,50 Q70,70 100,100" stroke="#FF69B4" fill="none" stroke-width="10"/>
<!-- Flamingo Head -->
<circle cx="100" cy="100" r="15" fill="#FF69B4"/>
<rect x="95" y="110" width="10" height="20" rx="3" fill="#FF4500"/>
<!-- Roller Skates -->
<g transform="translate(0,-80)">
<rect x="-15" y="-10" width="30" height="20" rx="10" fill="url(#skateGradient)"/>
<circle cx="-20" cy="0" r="5" fill="#808080"/>
<circle cx="20" cy="0" r="5" fill="#808080"/>
</g>
<g transform="translate(0,80)">
<rect x="-15" y="-10" width="30" height="20" rx="10" fill="url(#skateGradient)"/>
<circle cx="-20" cy="0" r="5" fill="#808080"/>
<circle cx="20" cy="0" r="5" fill="#808080"/>
</g>
<!-- Pineapples -->
<g transform="translate(-50, -100)">
<circle cx="0" cy="0" r="15" fill="#FFD700"/>
<path d="M0,0 L15,15 M0,0 L15,-15 M0,0 L-15,15 M0,0 L-15,-15" stroke="#804000" stroke-width="2" fill="none"/>
</g>
<g transform="translate(50, -100)">
<circle cx="0" cy="0" r="15" fill="#FFD700"/>
<path d="M0,0 L15,15 M0,0 L15,-15 M0,0 L-15,15 M0,0 L-15,-15" stroke="#804000" stroke-width="2" fill="none"/>
</g>
<g transform="translate(0, -120)">
<circle cx="0" cy="0" r="15" fill="#FFD700"/>
<path d="M0,0 L15,15 M0,0 L15,-15 M0,0 L-15,15 M0,0 L-15,-15" stroke="#804000" stroke-width="2" fill="none"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" xmlns="http://www.w3.org/2009/svg">
<defs>
<linearGradient id="flamingoBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f69cab" />
<stop offset="50%" stop-color="#ff667c" />
<stop offset="100%" stop-color="#f69cab" />
</linearGradient>
<pattern id="pineappleSkin" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0 L10 0 L10 10 L0 10 Z" fill="#f7d161" />
<path d="M2 2 L8 2 L8 8 L2 8 Z" fill="#e6b417" />
<path d="M0 0 L2 5 L0 10 Z M10 0 L8 5 L10 10 Z M0 0 L5 2 L10 0 Z M0 10 L5 8 L10 10 Z" fill="#f0c23a" />
</pattern>
</defs>
<rect width="300" height="300" fill="#87ceeb" />
<path d="M100 180 C100 180 110 170 120 180 C 130 190 140 170 150 160 C 160 150 170 140 180 160 C 190 180 210 200 230 180 L 230 220 C 220 230 210 240 200 220 L 200 240 L 100 240 Z" fill="url(#flamingoBody)" stroke="#f18eaa" stroke-width="3" />
<circle cx="120" cy="150" r="10" fill="white" stroke="black" stroke-width="2" />
<path d="M123 150 L135 140" stroke="black" stroke-width="2" />
<g transform="translate(180, 120) rotate(20)">
<circle cx="0" cy="0" r="20" fill="url(#pineappleSkin)" />
<path d="M-5 -15 L0 -25 L5 -15 Z M -10 -10 L-5 -18 L0 -10 L5 -18 L10 -10 Z M -15 0 L-8 -8 L0 0 L8 -8 L15 0 Z" fill="green" stroke="darkgreen" />
</g>
<g transform="translate(150, 100) rotate(-10)">
<circle cx="0" cy="0" r="20" fill="url(#pineappleSkin)" />
<path d="M-5 -15 L0 -25 L5 -15 Z M -10 -10 L-5 -18 L0 -10 L5 -18 L10 -10 Z M -15 0 L-8 -8 L0 0 L8 -8 L15 0 Z" fill="green" stroke="darkgreen" />
</g>
<ellipse cx="100" cy="250" rx="15" ry="10" fill="lightgrey" stroke="grey" />
<ellipse cx="200" cy="250" rx="15" ry="10" fill="lightgrey" stroke="grey" />
<circle cx="100" cy="260" r="4" fill="grey" />
<circle cx="200" cy="260" r="4" fill="grey" />
</svg>
Judge's Analysis
Player 1's submission creatively represents the concept with clear elements like the flamingo, roller skates, and juggling pineapples.
The use of colors and shapes is effective in suggesting the playful theme.
Player 2's image did not load, making it impossible to evaluate against the criteria.
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
"Intergalactic snail race on a rainbow road"
"Dinosaur in a Tea Cup"
"Whale ballroom: whales in elegant attire dancing gracefully on ocean currents"
"Crane lifting a giant surreal watermelon above a silhouetted skyline"
"A chameleon on a disco ball, reflecting rainbow light"
"Floating city above a serene ocean, styled in retro-futuristic art deco"