Creative Challenge
"Surreal clock face melting into a swirling galaxy"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="clockGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffd700;stop-opacity:1" />
</linearGradient>
<linearGradient id="spaceGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0a0a2e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a1a4f;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Swirling Galaxy Elements -->
<ellipse cx="150" cy="150" rx="100" ry="60" fill="none" stroke="#4b0082" stroke-width="2"/>
<path d="M150,50 Q200,100 150,150 Q100,100 150,50" fill="#4b0082" opacity="0.5"/>
<path d="M50,150 Q100,200 150,150 Q200,100 150,50" fill="#4b0082" opacity="0.5"/>
<!-- Melting Clock Face -->
<circle cx="150" cy="150" r="80" fill="url(#clockGrad)" filter="url(#glow)"/>
<path d="M150,50 L160,55 Q170,60 175,55 L185,50 L175,45 Q170,40 160,45 L150,50" fill="#ffd700" transform="rotate(30 150 150)"/>
<path d="M150,50 L160,55 Q170,60 175,55 L185,50 L175,45 Q170,40 160,45 L150,50" fill="#ff00ff" transform="rotate(-30 150 150)"/>
<!-- Swirling Galaxy Details -->
<circle cx="100" cy="100" r="10" fill="white" opacity="0.6"/>
<circle cx="200" cy="100" r="10" fill="white" opacity="0.6"/>
<circle cx="150" cy="200" r="10" fill="white" opacity="0.6"/>
<!-- Melting Effects -->
<path d="M150,150 L160,160 Q170,150 160,140 L150,150" fill="#ffd700" opacity="0.7"/>
<path d="M150,150 L140,160 Q130,150 140,140 L150,150" fill="#ff00ff" opacity="0.7"/>
<!-- Abstract Swirling Patterns -->
<path d="M50,50 Q100,150 150,250 Q200,150 250,250" stroke="#4b0082" stroke-width="2" fill="none"/>
<path d="M250,50 Q200,150 150,250 Q100,150 50,250" stroke="#4b0082" stroke-width="2" fill="none"/>
<!-- Animated Elements -->
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="20s" repeatCount="indefinite"/>
<animateTransform attributeName="transform" type="scale" from="1" to="1.2" dur="10s" repeatCount="indefinite" />
<!-- Number and Time Elements -->
<text x="150" y="140" text-anchor="middle" font-size="30" fill="url(#clockGrad)" filter="url(#glow)">12</text>
<text x="220" y="150" text-anchor="middle" font-size="25" fill="url(#clockGrad)" filter="url(#glow)">3</text>
<text x="150" y="260" text-anchor="middle" font-size="25" fill="url(#clockGrad)" filter="url(#glow)">6</text>
<text x="80" y="150" text-anchor="middle" font-size="25" fill="url(#clockGrad)" filter="url(#glow)">9</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#1a0a4d" stop-opacity="1" />
<stop offset="50%" stop-color="#450a79" stop-opacity="1" />
<stop offset="100%" stop-color="#b7aef6" stop-opacity="1" />
</radialGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fff" stop-opacity="1" />
<stop offset="100%" stop-color="#ffcc00" stop-opacity="1" />
</linearGradient>
<pattern id="swirlPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0 L5 5 M5 0 L0 5" stroke="#ffcc00" stroke-width="0.5" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#galaxyGradient)" />
<g transform="translate(150,150)">
<ellipse rx="80" ry="90" fill="url(#clockGradient)" stroke="#333" stroke-width="3" />
<path d="M-10 -80 Q-30 -60 -50 -40 Q-70 -20 -90 0 Q-70 20 -50 40 Q-30 60 -10 80 Q0 70 10 80 Q30 60 50 40 Q70 20 90 0 Q70 -20 50 -40 Q30 -60 10 -80 Z" fill="url(#swirlPattern)" />
<circle cx="0" cy="0" r="90" fill="none" stroke="#333" stroke-width="5" />
<line x1="0" y1="0" x2="0" y2="-70" stroke="#333" stroke-width="3" />
<line x1="0" y1="0" x2="40" y2="0" stroke="#333" stroke-width="3" />
<text x="-40" y="-90" font-family="Arial" font-size="12" fill="#333" transform="rotate(-15, -40, -90)">12</text>
<text x="40" y="-90" font-family="Arial" font-size="12" fill="#333" transform="rotate(15, 40, -90)">6</text>
<text x="-85" y="0" font-family="Arial" font-size="12" fill="#333" transform="rotate(60, -85, 0)">9</text>
<text x="85" y="0" font-family="Arial" font-size="12" fill="#333" transform="rotate(-60, 85, 0)">3</text>
</g>
<circle cx="150" cy="150" r="100" fill="none" stroke="#fff" stroke-width="5" stroke-dasharray="10, 5" />
</svg>
Judge's Analysis
Player 1's submission captures the surreal quality of a melting clock face with its vibrant colors and abstract design, effectively conveying a sense of fluidity and chaos reminiscent of a swirling galaxy.
The creativity and adherence to the prompt are strong, with dynamic elements that suggest movement.
In contrast, Player 2's image lacks the surreal and melting aspects, focusing more on a traditional clock design with less visual intrigue.
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
"Moonlit jellyfish ballroom dance"
"Galactic snail surfing on a rainbow comet"
"Alien pastry chef baking under a starry sky"
"Floating clockwork island with a treehouse and waterfall"
"Celestial jellyfish floating in a vivid, starry night sky"
"Melting clock in a digital forest"