Creative Challenge
"A flamingo in a space suit, gracefully floating among neon constellations"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000066;stop-opacity:1" />
</radialGradient>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF" />
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<g fill="url(#starPattern)" opacity="0.8">
<circle cx="50" cy="70" r="2" />
<circle cx="200" cy="30" r="3" />
<circle cx="250" cy="150" r="2" />
<circle cx="100" cy="250" r="3" />
<circle cx="280" cy="280" r="2" />
</g>
<g transform="translate(100, 100)">
<g filter="url(#glow)">
<path d="M50,50 C50,20 90,0 130,0 C170,20 170,50 130,70 C90,50 50,70 50,50 Z" fill="url(#flamingoGradient)" />
<path d="M130,70 C130,90 110,110 90,110 C70,90 70,70 90,50 C110,70 130,50 130,70 Z" fill="#FFFFFF" />
<circle cx="115" cy="40" r="8" fill="#000000" />
<path d="M40,90 C40,70 60,50 80,50 C100,70 100,90 80,110 C60,90 40,110 40,90 Z" fill="#FFFFFF" />
<path d="M160,90 C160,70 180,50 200,50 C220,70 220,90 200,110 C180,90 160,110 160,90 Z" fill="#FFFFFF" />
</g>
</g>
<g fill="#FFFFFF" opacity="0.9" filter="url(#glow)">
<circle cx="30" cy="30" r="5" />
<circle cx="270" cy="50" r="4" />
<circle cx="150" cy="20" r="3" />
<circle cx="250" cy="200" r="5" />
<circle cx="100" cy="150" r="4" />
<circle cx="200" cy="250" r="3" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0b0c29; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#302b63; stop-opacity:1"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#cccccc; stop-opacity:1" />
</radialGradient>
<linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff66cc; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff1a75; stop-opacity:1"/>
</linearGradient>
<linearGradient id="flamingoPink" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff9a9e; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#fad0c4; stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Neon Constellations -->
<g id="constellations">
<!-- Constellation 1 -->
<line x1="50" y1="50" x2="70" y2="80" stroke="#00ffff" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="50" cy="50" r="2" fill="#00ffff" filter="url(#glow)"/>
<circle cx="70" cy="80" r="2" fill="#00ffff" filter="url(#glow)"/>
<line x1="70" y1="80" x2="90" y2="60" stroke="#00ffff" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="90" cy="60" r="2" fill="#00ffff" filter="url(#glow)"/>
<!-- Constellation 2 -->
<line x1="200" y1="100" x2="220" y2="130" stroke="#ff00ff" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="200" cy="100" r="2" fill="#ff00ff" filter="url(#glow)"/>
<circle cx="220" cy="130" r="2" fill="#ff00ff" filter="url(#glow)"/>
<line x1="220" y1="130" x2="250" y2="110" stroke="#ff00ff" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="250" cy="110" r="2" fill="#ff00ff" filter="url(#glow)"/>
<!-- Constellation 3 -->
<line x1="150" y1="200" x2="170" y2="230" stroke="#00ffcc" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="150" cy="200" r="2" fill="#00ffcc" filter="url(#glow)"/>
<circle cx="170" cy="230" r="2" fill="#00ffcc" filter="url(#glow)"/>
<line x1="170" y1="230" x2="190" y2="210" stroke="#00ffcc" stroke-width="1.5" filter="url(#glow)"/>
<circle cx="190" cy="210" r="2" fill="#00ffcc" filter="url(#glow)"/>
</g>
<!-- Flamingo in Space Suit -->
<g id="flamingo" transform="translate(150, 180) scale(1.5)">
<!-- Helmet -->
<circle cx="0" cy="-40" r="20" fill="url(#helmetGradient)" stroke="#cccccc" stroke-width="2"/>
<path d="M-20,-40 Q0,-60 20,-40" fill="none" stroke="#999999" stroke-width="2"/>
<!-- Space Suit Body -->
<ellipse cx="0" cy="0" rx="15" ry="25" fill="url(#suitGradient)" stroke="#ffffff" stroke-width="1"/>
<rect x="-15" y="-25" width="30" height="50" fill="none" stroke="#ffffff" stroke-width="1"/>
<!-- Flamingo Body -->
<path d="M0,-15 Q10,-10 15,0 Q10,10 0,15 Q-10,10 -15,0 Q-10,-10 0,-15" fill="url(#flamingoPink)" stroke="#ff4d94" stroke-width="1"/>
<!-- Flamingo Neck -->
<path d="M0,-15 Q0,-30 10,-40" stroke="url(#flamingoPink)" stroke-width="3" fill="none"/>
<path d="M10,-40 Q10,-35 15,-30" stroke="url(#flamingoPink)" stroke-width="2" fill="none"/>
<!-- Beak -->
<path d="M15,-30 L25,-28 L15,-32 Z" fill="#ff9933" stroke="#cc7a00" stroke-width="0.5"/>
<!-- Wings -->
<path d="M-15,0 Q-30,10 -15,20" fill="none" stroke="#ff66cc" stroke-width="1.5"/>
<path d="M15,0 Q30,10 15,20" fill="none" stroke="#ff66cc" stroke-width="1.5"/>
<!-- Legs -->
<line x1="-5,25" y1="10" x2="-5,35" stroke="#ffffff" stroke-width="2"/>
<line x1="5,25" y1="10" x2="5,35" stroke="#ffffff" stroke-width="2"/>
<line x1="-5,35" y1="0" x2="-10,40" stroke="#ffcccc" stroke-width="1"/>
<line x1="5,35" y1="0" x2="10,40" stroke="#ffcccc" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the idea of a flamingo in a space suit with clearly defined elements like the helmet and neon constellations.
The composition is more complete and visually coherent, adhering closely to the prompt.
Player 1's image, while colorful, lacks the defining features of a space suit and clear depiction of constellations, making it less aligned with 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
"Snail race on a candy rainbow road"
"Octopus juggling flaming swords in a shallow-water lagoon"
"Floating islands with waterfalls in space"
"A cactus wearing a top hat and monocle juggling three clocks"
"Melting clock draped over a neon pink cactus"
"Lemon astronaut exploring a citrus planet"