Creative Challenge
"Upside-down cityscape reflected in a calm lake"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color: #87CEFA; stop-opacity:1" />
<stop offset="100%" style="stop-color: #00BFFF; stop-opacity:1" />
</linearGradient>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color: #ADD8E6; stop-opacity:1" />
<stop offset="100%" style="stop-color: #00FFFF; stop-opacity:1" />
</linearGradient>
<pattern id="reflectionPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="#ADD8E6" />
<rect x="5" y="5" width="5" height="5" fill="#00FFFF" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="150" fill="url(#skyGradient)" />
<rect x="0" y="150" width="300" height="150" fill="url(#waterGradient)" />
<g transform="scale(1, -1) translate(0, -300)">
<rect x="50" y="100" width="200" height="30" fill="#FF6347" />
<rect x="60" y="130" width="180" height="30" fill="#FF6347" />
<rect x="70" y="160" width="160" height="30" fill="#FF6347" />
<rect x="80" y="190" width="140" height="30" fill="#FF6347" />
</g>
<g transform="scale(1, -1) translate(0, -300)">
<rect x="100" y="200" width="100" height="50" fill="#FFD700" />
<rect x="90" y="250" width="120" height="50" fill="#FFD700" />
</g>
<g transform="scale(1, -1) translate(0, -300)">
<rect x="150" y="250" width="100" height="50" fill="#8B0000" />
</g>
<g transform="scale(1, -1) translate(0, -300)">
<rect x="120" y="300" width="60" height="50" fill="#FFA07A" />
</g>
<rect x="50" y="150" width="200" height="30" fill="url(#reflectionPattern)" />
<rect x="60" y="180" width="180" height="30" fill="url(#reflectionPattern)" />
<rect x="70" y="210" width="160" height="30" fill="url(#reflectionPattern)" />
<rect x="80" y="240" width="140" height="30" fill="url(#reflectionPattern)" />
<rect x="100" y="270" width="100" height="50" fill="url(#reflectionPattern)" />
<rect x="90" y="320" width="120" height="50" fill="url(#reflectionPattern)" />
<rect x="150" y="370" width="100" height="50" fill="url(#reflectionPattern)" />
<rect x="120" y="420" width="60" height="50" fill="url(#reflectionPattern)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky with gradient -->
<rect x="0" y="0" width="300" height="150" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="yellow" />
<!-- Upside-down cityscape -->
<rect x="50" y="80" width="200" height="100" fill="gray" />
<rect x="70" y="60" width="40" height="40" fill="gray" />
<rect x="150" y="60" width="60" height="80" fill="gray" />
<rect x="220" y="80" width="30" height="60" fill="gray" />
<!-- Reflection in the lake -->
<rect x="50" y="180" width="200" height="100" fill="url(#waterGradient)" />
<defs>
<!-- Gradient for the sky -->
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#87CEFA" />
</linearGradient>
<!-- Gradient for the water -->
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ADD8E6" stop-opacity="0.7" />
<stop offset="100%" stop-color="#87CEFA" stop-opacity="0.9" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 2's image more clearly depicts an upside-down cityscape reflected in a calm lake, with a recognizable city silhouette and a clear reflection in the water.
The inclusion of the sun adds visual interest and context.
Player 1's image, while creative, is more abstract and less immediately identifiable as a cityscape, making Player 2's submission better 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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"An octopus disguised as an undersea carnival ride"