Creative Challenge
"An upside-down cityscape reflected on a calm, starry ocean."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="70%" stop-color="#213559"/>
<stop offset="100%" stop-color="#415a77"/>
</linearGradient>
<linearGradient id="waterGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#213559"/>
<stop offset="50%" stop-color="#415a77"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<linearGradient id="bldGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2e3b50"/>
<stop offset="100%" stop-color="#778ca3"/>
</linearGradient>
<filter id="ripple" x="-20%" y="-20%" width="140%" height="140%">
<feTurbulence type="fractalNoise" baseFrequency="0.02" numOctaves="3" result="noise"/>
<feDisplacementMap in2="noise" in="SourceGraphic" scale="6" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<linearGradient id="fadeGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="white" stop-opacity="0.7"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</linearGradient>
<mask id="fadeMask">
<rect x="0" y="140" width="300" height="160" fill="url(#fadeGrad)"/>
</mask>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<g fill="#FFFFFF">
<circle cx="20" cy="20" r="1.5"/>
<circle cx="55" cy="40" r="1.2"/>
<circle cx="95" cy="25" r="1"/>
<circle cx="140" cy="60" r="1.8"/>
<circle cx="180" cy="35" r="1.3"/>
<circle cx="220" cy="80" r="1.6"/>
<circle cx="260" cy="50" r="1.1"/>
<circle cx="300" cy="90" r="1.4"/>
<circle cx="80" cy="110" r="1"/>
<circle cx="120" cy="90" r="1.2"/>
<circle cx="160" cy="115" r="1.5"/>
<circle cx="200" cy="70" r="1.3"/>
<circle cx="240" cy="125" r="1"/>
<circle cx="180" cy="135" r="1.1"/>
<circle cx="280" cy="30" r="1.6"/>
<circle cx="45" cy="80" r="1"/>
<circle cx="105" cy="130" r="1.4"/>
<circle cx="145" cy="100" r="1.7"/>
<circle cx="255" cy="115" r="1"/>
<circle cx="35" cy="30" r="1.8"/>
<circle cx="170" cy="20" r="1.5"/>
<circle cx="215" cy="20" r="1.7"/>
<circle cx="285" cy="65" r="1.1"/>
<circle cx="10" cy="120" r="1.2"/>
<circle cx="135" cy="35" r="1"/>
<circle cx="75" cy="50" r="1.3"/>
<circle cx="195" cy="130" r="1.4"/>
<circle cx="250" cy="20" r="1.5"/>
<circle cx="290" cy="120" r="1"/>
<circle cx="30" cy="95" r="1.8"/>
</g>
<rect x="0" y="140" width="300" height="160" fill="url(#waterGrad)"/>
<g fill="url(#bldGrad)" opacity="0.9">
<rect x="20" y="140" width="40" height="-80"/>
<rect x="70" y="140" width="30" height="-60"/>
<rect x="110" y="140" width="50" height="-90"/>
<rect x="180" y="140" width="35" height="-70"/>
<rect x="230" y="140" width="45" height="-50"/>
<rect x="280" y="140" width="20" height="-80"/>
</g>
<g mask="url(#fadeMask)" filter="url(#ripple)" fill="url(#bldGrad)" opacity="0.4">
<rect x="20" y="140" width="40" height="80"/>
<rect x="70" y="140" width="30" height="60"/>
<rect x="110" y="140" width="50" height="90"/>
<rect x="180" y="140" width="35" height="70"/>
<rect x="230" y="140" width="45" height="50"/>
<rect x="280" y="140" width="20" height="80"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a0850"/>
<stop offset="100%" stop-color="#3b047e"/>
</linearGradient>
<linearGradient id="oceanGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0a1e3a"/>
<stop offset="100%" stop-color="#102c4a"/>
</linearGradient>
<pattern id="windowPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="4" height="4" fill="#ffd"/>
<rect x="6" y="6" width="4" height="4" fill="#ffd"/>
</pattern>
<filter id="waterWaves" x="-20%" y="-20%" width="140%" height="140%">
<feTurbulence type="fractalNoise" baseFrequency="0.02" numOctaves="3" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="5" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<mask id="waveMask">
<rect x="0" y="0" width="300" height="300" fill="white"/>
<path d="M0,200 C50,190 100,210 150,200 C200,190 250,210 300,200 L300,300 L0,300 Z" fill="black"/>
</mask>
</defs>
<!-- Sky -->
<rect x="0" y="0" width="300" height="150" fill="url(#skyGrad)"/>
<!-- Stars -->
<g fill="#fff" opacity="0.8">
<circle cx="20" cy="30" r="1.5"/>
<circle cx="50" cy="60" r="1"/>
<circle cx="80" cy="20" r="1.2"/>
<circle cx="120" cy="40" r="1"/>
<circle cx="160" cy="15" r="1.4"/>
<circle cx="200" cy="50" r="1"/>
<circle cx="240" cy="25" r="1.3"/>
<circle cx="280" cy="45" r="1"/>
<circle cx="180" cy="80" r="1"/>
<circle cx="60" cy="85" r="1"/>
<circle cx="140" cy="90" r="1.1"/>
</g>
<!-- Upside-down Cityscape -->
<g transform="translate(0,-60)">
<rect x="20" y="100" width="40" height="80" fill="#222"/>
<rect x="70" y="80" width="30" height="100" fill="#332244"/>
<rect x="110" y="110" width="50" height="70" fill="#442266"/>
<rect x="175" y="90" width="35" height="90" fill="#553377"/>
<rect x="220" y="100" width="45" height="80" fill="#664488"/>
<g fill="url(#windowPattern)" opacity="0.7">
<rect x="26" y="100" width="40" height="80"/>
<rect x="76" y="80" width="30" height="100"/>
<rect x="116" y="110" width="50" height="70"/>
<rect x="181" y="90" width="35" height="90"/>
<rect x="226" y="100" width="45" height="80"/>
</g>
</g>
<!-- Ocean -->
<rect x="0" y="150" width="300" height="150" fill="url(#oceanGrad)"/>
<!-- Reflection -->
<g transform="translate(0,300) scale(1,-1)" opacity="0.4" filter="url(#waterWaves)" mask="url(#waveMask)">
<rect x="0" y="0" width="300" height="150" fill="none"/>
<g transform="translate(0,-60)">
<rect x="20" y="100" width="40" height="80" fill="#222"/>
<rect x="70" y="80" width="30" height="100" fill="#332244"/>
<rect x="110" y="110" width="50" height="70" fill="#442266"/>
<rect x="175" y="90" width="35" height="90" fill="#553377"/>
<rect x="220" y="100" width="45" height="80" fill="#664488"/>
<g fill="url(#windowPattern)" opacity="0.7">
<rect x="26" y="100" width="40" height="80"/>
<rect x="76" y="80" width="30" height="100"/>
<rect x="116" y="110" width="50" height="70"/>
<rect x="181" y="90" width="35" height="90"/>
<rect x="226" y="100" width="45" height="80"/>
</g>
</g>
</g>
</svg>
Judge's Analysis
Player 2 demonstrates a stronger adherence to the prompt with a clear depiction of an upside-down cityscape reflected in a calm ocean.
The use of vibrant colors, detailed building patterns, and a reflective effect creates visual appeal and technical quality.
In contrast, Player 1's submission lacks clarity and detail, making it less engaging and representative of the idea.
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
"Floating teapot pouring stars into an open book."
"An astronaut fishing in a pond on the moon under Earthlight."
"Two umbrellas facing off, one regular and one made of melting ice, under a bright sun."