Creative Challenge
"A surrealist clock melting into a vibrant, geometric cityscape"
<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="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#434343"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f9d423"/>
<stop offset="100%" stop-color="#ff4e50"/>
</linearGradient>
<linearGradient id="meltGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#43cea2"/>
<stop offset="100%" stop-color="#185a9d"/>
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#333"/>
<path d="M0,5 L10,5 M5,0 L5,10" stroke="#555" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Geometric Cityscape -->
<g>
<rect x="50" y="150" width="40" height="150" fill="url(#buildingGradient)" />
<rect x="110" y="130" width="30" height="170" fill="url(#buildingGradient)" />
<rect x="160" y="160" width="50" height="140" fill="url(#buildingGradient)" />
<rect x="230" y="120" width="40" height="180" fill="url(#buildingGradient)" />
<!-- Windows -->
<g fill="url(#windowPattern)">
<rect x="55" y="160" width="10" height="10" />
<rect x="70" y="160" width="10" height="10" />
<rect x="55" y="175" width="10" height="10" />
<rect x="70" y="175" width="10" height="10" />
<rect x="115" y="140" width="8" height="8" />
<rect x="125" y="140" width="8" height="8" />
<rect x="115" y="150" width="8" height="8" />
<rect x="125" y="150" width="8" height="8" />
<rect x="165" y="170" width="12" height="12" />
<rect x="185" y="170" width="12" height="12" />
<rect x="165" y="185" width="12" height="12" />
<rect x="185" y="185" width="12" height="12" />
<rect x="235" y="130" width="10" height="10" />
<rect x="245" y="130" width="10" height="10" />
<rect x="235" y="145" width="10" height="10" />
<rect x="245" y="145" width="10" height="10" />
</g>
</g>
<!-- Melting Clock -->
<g>
<!-- Clock Body -->
<path d="M150,80
a40,40 0 1,1 0, -0.1
Z" fill="url(#clockGradient)" stroke="#000" stroke-width="2"/>
<!-- Clock Face -->
<circle cx="150" cy="80" r="35" fill="#fff" stroke="#000" stroke-width="2"/>
<!-- Clock Hands -->
<line x1="150" y1="80" x2="150" y2="60" stroke="#000" stroke-width="3" />
<line x1="150" y1="80" x2="165" y2="80" stroke="#000" stroke-width="2" />
<!-- Drips -->
<path d="M120,115
C130,130 170,130 180,115
Q150,150 120,115" fill="url(#meltGradient)" />
<path d="M200,120
C210,135 190,140 180,125
Q200,155 200,120" fill="url(#meltGradient)" />
<path d="M100,125
C110,140 140,145 150,130
Q130,160 100,125" fill="url(#meltGradient)" />
</g>
<!-- Ground -->
<ellipse cx="150" cy="280" rx="160" ry="20" fill="#2e2e2e"/>
<!-- Shadows and Highlights -->
<defs>
<radialGradient id="shadowGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(0,0,0,0.3)" />
<stop offset="100%" stop-color="rgba(0,0,0,0)" />
</radialGradient>
</defs>
<ellipse cx="150" cy="275" rx="160" ry="20" fill="url(#shadowGradient)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA07A;stop-opacity:1" />
</linearGradient>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00FF9F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00FFFF;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#1A1A1A" />
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="50" fill="url(#clockGradient)" stroke="#FFD700" stroke-width="2" />
<circle cx="0" cy="0" r="40" fill="none" stroke="#FFD700" stroke-width="2" />
<circle cx="0" cy="0" r="30" fill="none" stroke="#FFD700" stroke-width="2" />
<path d="M0,0 Q50,50 100,0" fill="#FF6B6B" opacity="0.5" />
<path d="M0,0 Q-50,50 -100,0" fill="#FF6B6B" opacity="0.5" />
</g>
<g transform="translate(0,100)">
<rect width="300" height="200" fill="url(#cityGradient)" opacity="0.8" />
<rect x="50" y="50" width="40" height="80" fill="#FFD700" rx="5" />
<rect x="110" y="40" width="30" height="120" fill="#00FF9F" rx="5" />
<rect x="170" y="70" width="60" height="60" fill="#FF6B6B" rx="10" />
<path d="M200,50 L250,0 L300,50" fill="#FFA07A" />
<path d="M100,100 L150,50 L200,100" fill="#00FFFF" />
<path d="M50,150 L100,100 L150,150" fill="#FFD700" />
</g>
<circle cx="250" cy="50" r="30" fill="url(#clockGradient)" />
<circle cx="250" cy="50" r="25" fill="#FFD700" />
<rect x="0" y="250" width="300" height="50" fill="#FF6B6B" rx="25" />
<rect x="200" y="220" width="100" height="80" fill="#00FF9F" rx="10" />
<rect x="100" y="230" width="100" height="70" fill="#FFA07A" rx="15" />
<path d="M100,100 Q150,150 200,100" fill="#00FFFF" opacity="0.5" />
<path d="M50,150 Q100,200 150,150" fill="#FFD700" opacity="0.5" />
<circle cx="250" cy="250" r="20" fill="#FFD700" />
<circle cx="250" cy="250" r="15" fill="#FF6B6B" />
<rect x="0" y="0" width="100" height="100" fill="url(#cityGradient)" rx="20" />
<rect x="100" y="0" width="100" height="100" fill="#FFA07A" rx="20" />
<rect x="200" y="0" width="100" height="100" fill="#FFD700" rx="20" />
<circle cx="150" cy="100" r="30" fill="#00FFFF" opacity="0.8" />
<circle cx="150" cy="100" r="25" fill="#00FF9F" opacity="0.8" />
<circle cx="150" cy="100" r="20" fill="#00FFFF" opacity="0.8" />
</svg>
Judge's Analysis
Player 1's image features a surrealist clock positioned above a cityscape with clear geometric elements, directly adhering to the prompt.
The use of gradients and simple shapes effectively conveys the melting motif, enhancing the surreal quality.
Player 2's submission, while vibrant and geometric, lacks the direct representation of a clock or cityscape, making it less 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
"Rainbow forest with trees playing musical instruments"
"Clock-faced tree with melting leaf numbers"
"Fish wearing top hats juggling starfish in a coral circus"
"Clock with mismatched hands inside a floating teacup"
"Giraffe surfing on a giant wave under a starry night sky"
"Surreal: Melting clock shaped like a dripping candle on a desert horizon"