Creative Challenge
"Surrealist clock face melting over a cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFC4EE;"/>
<stop offset="100%" style="stop-color:#4B9FE4;"/>
</linearGradient>
<linearGradient id="meltGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFAA; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFD700; stop-opacity:0"/>
</linearGradient>
<pattern id="cityPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="2" y="2" width="6" height="8" style="fill:#333"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(0, 200)">
<rect width="300" height="100" fill="url(#cityPattern)" />
</g>
<path d="M100,50 Q150,70 200,50 T300,50 L290,120 Q260,130 230,120 T150,170 Q130,180 120,160 T90,170 Q60,180 30,160 L10,100 Q0,70 10,50 Z"
fill="url(#meltGradient)" stroke="#fff" stroke-width="2" fill-opacity="0.6"/>
<circle cx="150" cy="50" r="30" fill="#FFFFFF" stroke="#000" stroke-width="2"/>
<line x1="150" y1="50" x2="170" y2="60" stroke="#000" stroke-width="2"/>
<line x1="150" y1="50" x2="140" y2="70" stroke="#000" stroke-width="2"/>
<text x="145" y="45" font-family="Arial" font-size="10" fill="#000" transform="rotate(10, 145, 45)">12</text>
<text x="185" y="55" font-family="Arial" font-size="10" fill="#000" transform="rotate(-20, 185, 45)">3</text>
<text x="145" y="90" font-family="Arial" font-size="10" fill="#000" transform="rotate(15, 145, 85)">6</text>
<text x="110" y="55" font-family="Arial" font-size="10" fill="#000" transform="rotate(20, 115, 55)">9</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Definitions for gradients -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2b5876"/>
<stop offset="100%" stop-color="#4e4376"/>
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" stop-color="#1c1c1c"/>
<stop offset="100%" stop-color="#434343"/>
</linearGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Cityscape -->
<g id="cityscape" fill="url(#buildingGradient)">
<rect x="20" y="200" width="40" height="100" />
<rect x="80" y="180" width="30" height="120" />
<rect x="130" y="190" width="50" height="110" />
<rect x="200" y="170" width="35" height="130" />
<rect x="250" y="200" width="30" height="100" />
<!-- Windows -->
<g fill="#ffffff" opacity="0.3">
<!-- Building 1 -->
<rect x="25" y="210" width="10" height="10"/>
<rect x="35" y="210" width="10" height="10"/>
<rect x="25" y="230" width="10" height="10"/>
<rect x="35" y="230" width="10" height="10"/>
<!-- Building 2 -->
<rect x="85" y="190" width="10" height="10"/>
<rect x="105" y="190" width="10" height="10"/>
<rect x="85" y="210" width="10" height="10"/>
<rect x="105" y="210" width="10" height="10"/>
<!-- Building 3 -->
<rect x="135" y="200" width="10" height="10"/>
<rect x="155" y="200" width="10" height="10"/>
<rect x="135" y="220" width="10" height="10"/>
<rect x="155" y="220" width="10" height="10"/>
<!-- Building 4 -->
<rect x="205" y="180" width="10" height="10"/>
<rect x="225" y="180" width="10" height="10"/>
<rect x="205" y="200" width="10" height="10"/>
<rect x="225" y="200" width="10" height="10"/>
<!-- Building 5 -->
<rect x="255" y="210" width="10" height="10"/>
<rect x="275" y="210" width="10" height="10"/>
<rect x="255" y="230" width="10" height="10"/>
<rect x="275" y="230" width="10" height="10"/>
</g>
</g>
<!-- Melting Clock -->
<g id="melting-clock">
<!-- Clock base -->
<path d="M150,100
C150,80 180,80 180,100
C180,120 150,120 150,140
C150,120 120,120 120,100
C120,80 150,80 150,100 Z"
fill="url(#clockGradient)" stroke="#ffae42" stroke-width="2"/>
<!-- Clock face -->
<circle cx="150" cy="120" r="30" fill="rgba(255,255,255,0.2)" />
<!-- Clock hands -->
<!-- Hour hand -->
<line x1="150" y1="120" x2="150" y2="90" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
<!-- Minute hand -->
<line x1="150" y1="120" x2="180" y2="120" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
<!-- Melting drips -->
<path d="M120,140
C120,160 140,160 140,150
C140,160 160,160 160,150
C160,160 180,160 180,140"
fill="url(#clockGradient)" opacity="0.8"/>
<path d="M120,150
C120,170 140,170 140,160
C140,170 160,170 160,160
C160,170 180,170 180,150"
fill="url(#clockGradient)" opacity="0.6"/>
</g>
<!-- Ground Reflection -->
<ellipse cx="150" cy="260" rx="150" ry="20" fill="rgba(255,255,255,0.1)" />
<!-- Optional Decorative Elements -->
<g fill="none" stroke="#ffffff" stroke-opacity="0.2">
<line x1="0" y1="250" x2="300" y2="250" stroke-width="1"/>
<line x1="150" y1="0" x2="150" y2="300" stroke-width="0.5"/>
</g>
</svg>
Judge's Analysis
Player 1's submission creatively interprets the melting clock face concept with a fluid, dream-like shape over a cityscape, effectively capturing the surrealist theme.
The use of gradient colors adds to the ethereal quality, enhancing visual appeal.
While Player 2's design is visually interesting, it leans more towards abstract rather than surrealist, lacking the melting clock motif central to 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
"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"