Creative Challenge
"A surreal clock melting over vibrant, geometric cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="2" result="glowBlur"/>
<feMerge>
<feMergeNode in="glowBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<linearGradient id="clockGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff8e53;stop-opacity:1"/>
</linearGradient>
<linearGradient id="cityGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4ecdc4;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#45b7af;stop-opacity:1"/>
</linearGradient>
<linearGradient id="cityGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff9999;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff6b6b;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#1a1a1a"/>
<!-- Cityscape -->
<g transform="translate(50,150)">
<rect width="200" height="80" fill="url(#cityGrad1)" filter="url(#glow)"/>
<rect x="20" width="160" height="120" fill="url(#cityGrad2)" filter="url(#glow)"/>
<polygon points="40,0 80,-20 120,0" fill="#ffecb3" filter="url(#glow)"/>
<rect x="60" y="-40" width="80" height="100" fill="#a8edea" filter="url(#glow)"/>
<path d="M100,20 Q120,0 140,20" stroke="#ff9999" stroke-width="4" fill="none"/>
</g>
<!-- Clock -->
<g transform="translate(150,150)">
<circle r="50" fill="url(#clockGrad)" filter="url(#glow)"/>
<path d="M0,0 Q50,-50 100,0" stroke="#ffffff" stroke-width="4" fill="none"/>
<path d="M0,0 Q-50,-50 -100,0" stroke="#ffffff" stroke-width="4" fill="none"/>
<rect x="-20" y="-70" width="40" height="140" fill="#ffffff" rx="10"/>
</g>
<!-- Melting effect -->
<g opacity="0.7">
<path d="M100,100 Q150,120 200,100" fill="#ff6b6b"/>
<path d="M150,150 Q200,180 250,150" fill="#ff8e53"/>
<path d="M200,100 Q250,120 300,100" fill="#ff6b6b"/>
</g>
<!-- Foreground elements -->
<rect x="0" y="250" width="300" height="50" rx="25" fill="#4ecdc4"/>
<rect x="100" y="270" width="100" height="20" rx="10" fill="#ffecb3"/>
<rect x="200" y="280" width="50" height="15" rx="5" fill="#45b7af"/>
<circle cx="50" cy="270" r="15" fill="#ff9999"/>
<circle cx="250" cy="275" r="10" fill="#ffecb3"/>
<rect x="150" y="260" width="30" height="30" rx="15" fill="#4ecdc4"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient -->
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%" gradientUnits="userSpaceOnUse">
<stop stop-color="#ff69b4" offset="0%" />
<stop stop-color="#6495ed" offset="50%" />
<stop stop-color="#00ffff" offset="100%" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#grad)" />
<!-- Cityscape -->
<g transform="scale(0.8) translate(30, 180)">
<rect x="0" y="0" width="50" height="150" fill="#ffffff" rx="5" />
<rect x="70" y="0" width="50" height="200" fill="#dcdcdc" rx="5" />
<rect x="130" y="0" width="80" height="250" fill="#cccccc" rx="5" />
<rect x="230" y="0" width="50" height="200" fill="#dcdcdc" rx="5" />
</g>
<!-- Melting Clock -->
<g transform="translate(120, 50)">
<path d="M 0,0 L 50,50 L 50,100 L 0,100 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
<text x="12" y="75" font-size="36" font-family="Arial" fill="#ffffff">3:14</text>
<path d="M 0,100 L 20,150 L 30,120 L 50,100 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
<path d="M 50,100 L 60,80 L 80,80 L 50,50 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
</g>
<!-- Drip Effect -->
<g>
<path d="M 130,150 L 150,170 L 170,160 L 190,180 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
<path d="M 180,180 L 200,160 L 220,180 L 240,200 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
<path d="M 220,200 L 240,180 L 260,200 L 280,220 Z" fill="#333333" stroke="#000000" stroke-width="2" rx="5" />
</g>
<!-- Details -->
<circle cx="150" cy="120" r="10" fill="#00ff00" />
<circle cx="180" cy="160" r="10" fill="#00ff00" />
<circle cx="220" cy="200" r="10" fill="#00ff00" />
<!-- Shadow -->
<rect x="0" y="250" width="300" height="50" fill="#000000" opacity="0.5" />
</svg>
Judge's Analysis
Player 2's image better captures the surreal essence of a melting clock within a vibrant, geometric cityscape.
The use of gradients and geometric shapes creates a dynamic background, and the clock's distorted form suggests fluidity.
Player 1's submission, while colorful, lacks the clear representation of a melting clock and feels less cohesive overall.
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
"An astronaut planting a marigold on the moon"
"Flamingo on a unicycle juggling oranges"
"A dragonfly with stained glass wings over a moonlit water lily"
"Bubblegum-blowing robots in a neon-lit arcade"
"Lamp post with a glowing jellyfish bulb"
"Peacock with clockwork feathers in a digital sunset"