Creative Challenge
"Surreal clock towering over a sleepy city with dreamlike landscapes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#002F7A" />
<stop offset="100%" stop-color="#76C7E6" />
</linearGradient>
<radialGradient id="dreamGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFDEE9" />
<stop offset="100%" stop-color="#B5FFFC" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Surreal Clock -->
<g transform="translate(150 150)">
<circle r="40" fill="url(#dreamGradient)" stroke="#FFF" stroke-width="4" />
<line x1="0" y1="0" x2="0" y2="-30" stroke="#FFF" stroke-width="3" transform="rotate(135)" />
<line x1="0" y1="0" x2="0" y2="-20" stroke="#FFF" stroke-width="3" transform="rotate(60)" />
<circle r="5" fill="#FFF" />
<text x="-13" y="8" font-family="Arial" font-size="10" fill="#FFF">12</text>
<text x="11" y="6" font-family="Arial" font-size="10" fill="#FFF">3</text>
<text x="-15" y="3" font-family="Arial" font-size="10" fill="#FFF" transform="rotate(180)">6</text>
<text x="-22" y="6" font-family="Arial" font-size="10" fill="#FFF">9</text>
</g>
<!-- Sleepy Cityscape -->
<g transform="translate(0, 150)">
<rect x="10" y="90" width="60" height="60" fill="#343A40" stroke="#FFF" stroke-width="2"/>
<rect x="90" y="70" width="80" height="80" fill="#23272B" stroke="#FFF" stroke-width="2"/>
<rect x="190" y="100" width="50" height="50" fill="#45494C" stroke="#FFF" stroke-width="2"/>
<rect x="250" y="120" width="30" height="30" fill="#55595C" stroke="#FFF" stroke-width="2"/>
</g>
<!-- Dreamlike Landscapes -->
<path d="M0,220 C100,180 200,250 300,200 L300,300 L0,300 Z" fill="url(#dreamGradient)" opacity="0.5" />
<path d="M0,240 C80,220 200,280 300,240 L300,300 L0,300 Z" fill="#AFF9FF" opacity="0.4" />
<!-- Stars -->
<circle cx="30" cy="30" r="2" fill="#FFF" />
<circle cx="70" cy="50" r="1.5" fill="#FFF" />
<circle cx="120" cy="80" r="1" fill="#FFF" />
<circle cx="200" cy="40" r="2" fill="#FFF" />
<circle cx="260" cy="60" r="1.5" fill="#FFF" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#2b5876;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4e4376;stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fefcea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f1da36;stop-opacity:1" />
</radialGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff9a9e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fad0c4;stop-opacity:1" />
</radialGradient>
<pattern id="buildingsPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="10" height="20" fill="#2c3e50"/>
<rect x="15" width="5" height="15" fill="#34495e"/>
<rect x="5" width="5" height="10" fill="#2c3e50"/>
</pattern>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Dreamlike Landscape -->
<ellipse cx="150" cy="270" rx="150" ry="30" fill="#34495e" />
<circle cx="60" cy="260" r="10" fill="#2ecc71" opacity="0.8" />
<circle cx="240" cy="255" r="8" fill="#27ae60" opacity="0.8" />
<path d="M0,250 Q75,220 150,250 T300,250 L300,300 L0,300 Z" fill="#2c3e50" />
<!-- Sleepy City -->
<rect x="50" y="200" width="40" height="50" fill="url(#buildingsPattern)" />
<rect x="110" y="180" width="30" height="70" fill="url(#buildingsPattern)" />
<rect x="160" y="210" width="20" height="40" fill="url(#buildingsPattern)" />
<rect x="200" y="190" width="25" height="60" fill="url(#buildingsPattern)" />
<rect x="240" y="200" width="30" height="50" fill="url(#buildingsPattern)" />
<!-- Surreal Clock -->
<g transform="translate(150,100)">
<circle cx="0" cy="0" r="60" fill="url(#clockGradient)" stroke="#fff" stroke-width="2"/>
<path d="M0,-50 A50,50 0 0,1 40,-30 L0,0 Z" fill="#fff" opacity="0.2"/>
<path d="M0,-50 A50,50 0 0,0 -40,-30 L0,0 Z" fill="#fff" opacity="0.2"/>
<line x1="0" y1="0" x2="0" y2="-35" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<line x1="0" y1="0" x2="25" y2="0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<text x="-10" y="10" font-family="Arial" font-size="10" fill="#fff">12</text>
<text x="25" y="5" font-family="Arial" font-size="10" fill="#fff">3</text>
<text x="-15" y="-5" font-family="Arial" font-size="10" fill="#fff">9</text>
<text x="-5" y="25" font-family="Arial" font-size="10" fill="#fff">6</text>
<rect x="-5" y="-60" width="10" height="60" fill="url(#clockGradient)" opacity="0.5"/>
</g>
<!-- Moon -->
<circle cx="240" cy="60" r="30" fill="url(#moonGradient)" stroke="#f1c40f" stroke-width="2"/>
<path d="M240,30 A30,30 0 0,1 270,60 A30,30 0 0,1 240,90 A30,30 0 0,1 210,60 A30,30 0 0,1 240,30 Z" fill="none" stroke="#f1c40f" stroke-width="2" />
<!-- Stars -->
<g fill="#f1c40f" opacity="0.8">
<circle cx="30" cy="50" r="2"/>
<circle cx="80" cy="20" r="1.5"/>
<circle cx="120" cy="80" r="2.5"/>
<circle cx="200" cy="40" r="1.5"/>
<circle cx="260" cy="70" r="2"/>
<circle cx="280" cy="30" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission captures a more surreal and dreamlike quality with the use of a glowing clock and a mysterious glowing orb in the sky, enhancing the otherworldly atmosphere.
The composition presents more contrast and intrigue, adhering better to the prompt by creating a more vivid dreamlike landscape.
Player 1's image, while visually appealing, is more simplistic and lacks the surreal elements present in Player 2’s work.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"