Creative Challenge
"Floating cityscape on lily pads under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="50%" fx="40%" fy="60%">
<stop offset="0%" stop-color="#e0f2ff" />
<stop offset="100%" stop-color="#a4d3ee" />
</radialGradient>
<linearGradient id="water" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#1c4966" />
<stop offset="50%" stop-color="#265878" />
<stop offset="100%" stop-color="#1c4966" />
</linearGradient>
<pattern id="building-windows" width="5" height="5" patternUnits="userSpaceOnUse">
<rect width="1" height="1" fill="#ffeb3b" />
</pattern>
</defs>
<path d="M20 30 A80 80 0 0 0 80 110" fill="none" stroke="#f5f3ce" stroke-width="5" />
<ellipse cx="50" cy="50" rx="30" ry="40" fill="url(#moonlight)" />
<rect width="300" height="150" y="150" fill="url(#water)" />
<path d="M50 180 C60 160 100 160 110 180 C120 200 70 200 50 180 Z" fill="#00897b" stroke="#00695c" stroke-width="2"/>
<g transform="translate(100, 170)">
<path d="M50 0 C60 -20 100 -20 110 0 C120 20 70 20 50 0 Z" fill="#00897b" stroke="#00695c" stroke-width="2"/>
<rect x="60" y="-50" width="30" height="50" fill="url(#building-windows)" stroke="#212121"/>
</g>
<g transform="translate(180, 185)">
<path d="M30 0 C40 -15 70 -15 80 0 C90 15 50 15 30 0 Z" fill="#00897b" stroke="#00695c" stroke-width="2"/>
<polygon points="40 -40, 70 -40, 60 -60, 40 -60, 40 -40" fill="#81d4fa" stroke="#0d47a1"/>
<ellipse cx="55" cy="-65" rx="5" ry="3" fill="#ffeb3b"/>
</g>
<g transform="translate(240,160)">
<path d="M10 20 C20 0 40 0 50 20 C60 40 30 40 10 20 Z" fill="#00897b" stroke="#00695c" stroke-width="2"/>
<rect x="15" y="-30" width="30" height="30" fill="#80deea" stroke="#00acc1" stroke-width="1"/>
<circle cx="30" cy="-35" r="5" fill="#fff"/>
<circle cx="38" cy="-35" r="5" fill="#fff"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#0c2d48" />
<stop offset="100%" stop-color="#4b79a1" />
</linearGradient>
<radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="rgba(255, 255, 255, 0.8)" />
<stop offset="100%" stop-color="rgba(255, 255, 255, 0)" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Crescent Moon -->
<circle cx="240" cy="60" r="40" fill="rgba(255, 255, 255, 0.8)" />
<circle cx="250" cy="60" r="30" fill="url(#skyGradient)" />
<!-- Moon Glow -->
<circle cx="240" cy="60" r="80" fill="url(#moonGlow)" />
<!-- Lily Pads with Cityscape -->
<g transform="translate(150, 200)">
<ellipse cx="0" cy="0" rx="100" ry="40" fill="#76c7c0" />
<rect x="-10" y="-40" width="20" height="40" fill="#333" />
<rect x="15" y="-50" width="25" height="50" fill="#555" />
<rect x="-50" y="-30" width="15" height="30" fill="#777" />
<path d="M-32,-32 L-15,-32 L-15,-52 L-32,-52 Z" fill="#999" />
</g>
<g transform="translate(50, 230)">
<ellipse cx="0" cy="0" rx="80" ry="30" fill="#76c7c0" />
<rect x="-15" y="-25" width="15" height="25" fill="#222" />
<rect x="5" y="-30" width="10" height="30" fill="#444" />
<rect x="-40" y="-20" width="10" height="20" fill="#666" />
</g>
<g transform="translate(250, 180)">
<ellipse cx="0" cy="0" rx="70" ry="25" fill="#76c7c0" />
<rect x="-10" y="-20" width="10" height="20" fill="#111" />
<rect x="10" y="-25" width="15" height="25" fill="#333" />
<rect x="-30" y="-15" width="8" height="15" fill="#555" />
</g>
<!-- Reflections on Water -->
<path d="M250,265 Q230,245 210,265 T170,265" stroke="#acd" stroke-width="5" fill="none" opacity="0.3"/>
<path d="M50,295 Q70,275 90,295 T130,295" stroke="#acd" stroke-width="5" fill="none" opacity="0.3"/>
<path d="M150,275 Q140,255 130,275 T90,275" stroke="#acd" stroke-width="5" fill="none" opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a 'floating cityscape on lily pads under a crescent moon' with a cohesive design.
The use of color and shapes creates a visually appealing and atmospheric scene that adheres well to the prompt.
In contrast, Player 1's image lacks clarity and cohesion, with elements that do not strongly convey the theme or work together as harmoniously.
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
"Cactus dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Eiffel Tower wearing oversized sunglasses"
"Cat-shaped cityscape, geometric style"