Creative Challenge
"Floating city on giant lily pads under a pink crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="70%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ffb7e5"/>
<stop offset="100%" stop-color="#ff74d4" stop-opacity="0"/>
</radialGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#1a2b6d"/>
<stop offset="100%" stop-color="#0a0d2c"/>
</linearGradient>
<pattern id="cityLights" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#fff" opacity="0.5"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#waterGradient)"/>
<!-- Moon -->
<path d="M200,80 A40,40 0 1,1 240,120 A30,30 0 1,0 200,80" fill="#ff9ed2"/>
<circle cx="220" cy="100" r="60" fill="url(#moonGlow)" opacity="0.6"/>
<!-- Lily Pads -->
<g transform="translate(50,180)">
<path d="M0,0 C20,-20 60,-20 80,0 C100,20 100,40 80,50 C60,60 20,60 0,50 C-20,40 -20,20 0,0Z"
fill="#1a4d1c" opacity="0.9"/>
<circle cx="40" cy="25" r="20" fill="#235624"/>
</g>
<g transform="translate(150,220)">
<path d="M0,0 C30,-30 90,-30 120,0 C150,30 150,60 120,75 C90,90 30,90 0,75 C-30,60 -30,30 0,0Z"
fill="#235624" opacity="0.9"/>
<circle cx="60" cy="37" r="30" fill="#2d682d"/>
</g>
<!-- Floating Cities -->
<g transform="translate(60,160)">
<path d="M0,0 L20,-30 L40,0 Z" fill="#384d6d"/>
<rect x="5" y="-25" width="30" height="20" fill="#4a638f"/>
<rect x="15" y="-40" width="10" height="15" fill="#2c3d57"/>
<pattern id="windows1" width="5" height="5" patternUnits="userSpaceOnUse">
<rect width="2" height="2" fill="yellow" opacity="0.6"/>
</pattern>
<rect x="7" y="-23" width="26" height="16" fill="url(#windows1)"/>
</g>
<g transform="translate(170,190)">
<path d="M0,0 L40,-60 L80,0 Z" fill="#4a638f"/>
<rect x="10" y="-50" width="60" height="40" fill="#384d6d"/>
<circle cx="40" cy="-30" r="15" fill="#2c3d57"/>
<rect x="15" y="-45" width="50" height="30" fill="url(#cityLights)"/>
</g>
<!-- Water Reflections -->
<path d="M0,220 Q150,240 300,220 Q150,260 0,220" fill="#ffffff" opacity="0.1"/>
<path d="M0,240 Q150,260 300,240 Q150,280 0,240" fill="#ffffff" opacity="0.05"/>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="50" r="1"/>
<circle cx="100" cy="30" r="1.5"/>
<circle cx="150" cy="70" r="1"/>
<circle cx="250" cy="40" r="1.5"/>
<circle cx="280" cy="90" r="1"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient Sky -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="70%" stop-color="#8e44ad"/>
<stop offset="100%" stop-color="#f5a623"/>
</linearGradient>
<radialGradient id="moonGradient" cx="0.8" cy="0.2" r="0.4">
<stop offset="0%" stop-color="#ffe6f0"/>
<stop offset="100%" stop-color="#ff85a1"/>
</radialGradient>
<linearGradient id="padGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#27ae60"/>
<stop offset="100%" stop-color="#145a32"/>
</linearGradient>
<radialGradient id="cityGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ecf0f1"/>
<stop offset="100%" stop-color="#bdc3c7"/>
</radialGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="3" cy="3" r="1.5" fill="#f1c40f"/>
<circle cx="7" cy="3" r="1.5" fill="#f1c40f"/>
<circle cx="3" cy="7" r="1.5" fill="#f1c40f"/>
<circle cx="7" cy="7" r="1.5" fill="#f1c40f"/>
</pattern>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Crescent Moon -->
<path d="M200,50
a40,40 0 1,0 40,0
a25,40 0 1,1 -40,0"
fill="url(#moonGradient)" />
<!-- Water -->
<ellipse cx="150" cy="250" rx="200" ry="50" fill="#34495e"/>
<!-- Lily Pads -->
<g>
<ellipse cx="80" cy="220" rx="60" ry="20" fill="url(#padGradient)" />
<ellipse cx="220" cy="230" rx="80" ry="25" fill="url(#padGradient)" />
<ellipse cx="150" cy="210" rx="100" ry="30" fill="url(#padGradient)" />
</g>
<!-- Floating City -->
<g>
<!-- Buildings on first pad -->
<g transform="translate(50,200)">
<rect x="0" y="-40" width="20" height="40" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="30" y="-60" width="15" height="60" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="60" y="-30" width="25" height="30" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="100" y="-50" width="20" height="50" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<!-- Windows -->
<rect x="0" y="-40" width="20" height="40" fill="url(#windowPattern)" />
<rect x="30" y="-60" width="15" height="60" fill="url(#windowPattern)" />
<rect x="60" y="-30" width="25" height="30" fill="url(#windowPattern)" />
<rect x="100" y="-50" width="20" height="50" fill="url(#windowPattern)" />
</g>
<!-- Buildings on second pad -->
<g transform="translate(190,210)">
<rect x="0" y="-50" width="25" height="50" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="35" y="-35" width="20" height="35" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="70" y="-60" width="15" height="60" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<!-- Windows -->
<rect x="0" y="-50" width="25" height="50" fill="url(#windowPattern)" />
<rect x="35" y="-35" width="20" height="35" fill="url(#windowPattern)" />
<rect x="70" y="-60" width="15" height="60" fill="url(#windowPattern)" />
</g>
<!-- Buildings on center pad -->
<g transform="translate(100,190)">
<rect x="0" y="-70" width="30" height="70" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="40" y="-50" width="20" height="50" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<rect x="70" y="-80" width="10" height="80" fill="url(#cityGradient)" stroke="#7f8c8d" stroke-width="1"/>
<!-- Windows -->
<rect x="0" y="-70" width="30" height="70" fill="url(#windowPattern)" />
<rect x="40" y="-50" width="20" height="50" fill="url(#windowPattern)" />
<rect x="70" y="-80" width="10" height="80" fill="url(#windowPattern)" />
</g>
</g>
<!-- Reflections on Water -->
<g opacity="0.3">
<ellipse cx="80" cy="220" rx="60" ry="20" fill="url(#padGradient)" />
<ellipse cx="220" cy="230" rx="80" ry="25" fill="url(#padGradient)" />
<ellipse cx="150" cy="210" rx="100" ry="30" fill="url(#padGradient)" />
</g>
<!-- Decorative Elements -->
<g>
<!-- Stars -->
<circle cx="250" cy="80" r="2" fill="#ffffff"/>
<circle cx="60" cy="60" r="1.5" fill="#ffffff"/>
<circle cx="180" cy="40" r="2.5" fill="#ffffff"/>
<circle cx="120" cy="70" r="1" fill="#ffffff"/>
<!-- Fireflies -->
<g>
<circle cx="100" cy="250" r="1" fill="#f1c40f" opacity="0.8"/>
<circle cx="130" cy="260" r="1.2" fill="#f39c12" opacity="0.7"/>
<circle cx="170" cy="240" r="0.8" fill="#f1c40f" opacity="0.9"/>
<circle cx="200" cy="255" r="1" fill="#f39c12" opacity="0.8"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image exhibits a more cohesive and imaginative interpretation of the prompt, integrating the floating city and lily pads seamlessly.
The crescent moon is prominently featured and adds to the visual appeal.
The composition and color palette are more dynamic, enhancing the overall aesthetic and capturing the whimsical essence of the concept effectively.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"