Creative Challenge
"A clock with tentacles, each pointing to a different surreal, melting time zone"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(240,240,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(170,210,250);stop-opacity:1" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(90,150,90);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(50,100,50);stop-opacity:1" />
</linearGradient>
<pattern id="meltingPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="4" fill="rgb(255,200,200)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#clockGradient)" />
<!-- Clock Base -->
<ellipse cx="150" cy="150" rx="80" ry="80" fill="url(#meltingPattern)" stroke="black" stroke-width="2" />
<circle cx="150" cy="150" r="70" fill="rgba(255,255,255,0.9)" />
<!-- Tentacles -->
<path d="M150,150 C130,120 180,80 185,60 C190,40 180,30 150,80" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" />
<path d="M150,150 C170,110 210,100 230,130 C250,160 240,170 200,150" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" />
<path d="M150,150 C180,180 160,230 140,250 C120,270 110,250 140,200" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" />
<path d="M150,150 C120,180 80,180 60,150 C40,120 70,100 100,120" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" />
<!-- Melting Numbers -->
<text x="140" y="95" font-family="Verdana" font-size="12" fill="black" transform="rotate(-10 140,95)">12</text>
<text x="180" y="115" font-family="Verdana" font-size="12" fill="black" transform="rotate(20 180,115)">3</text>
<text x="160" y="180" font-family="Verdana" font-size="12" fill="black" transform="rotate(5 160,180)">6</text>
<text x="110" y="140" font-family="Verdana" font-size="12" fill="black" transform="rotate(-40 110,140)">9</text>
<!-- Clock Hands -->
<line x1="150" y1="150" x2="175" y2="110" stroke="black" stroke-width="3" />
<line x1="150" y1="150" x2="150" y2="80" stroke="black" stroke-width="2" />
<!-- Melting Effect over Clock -->
<path d="M120,200 Q135,220 150,200 Q165,180 180,200 Q195,220 210,200 Q215,180 175,160 L190,220 Q160,210 120,200 Z"
fill="rgba(200,50,50,0.1)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#ff69b4" stop-opacity="1" />
<stop offset="1" stop-color="#ffd7be" stop-opacity="1" />
</linearGradient>
<linearGradient id="grad2" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#33ccff" stop-opacity="1" />
<stop offset="1" stop-color="#66ffff" stop-opacity="1" />
</linearGradient>
<pattern id="pattern1" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#ffffff" rx="2" />
<circle cx="10" cy="10" r="5" fill="#ff69b4" />
</pattern>
<pattern id="pattern2" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#ffffff" rx="2" />
<circle cx="10" cy="10" r="5" fill="#33ccff" />
</pattern>
</defs>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="120" fill="url(#grad1)" />
<g transform="rotate(45)">
<path d="M 0, -50 C 20, -60 40, -50 60, -30" fill="none" stroke="#ff69b4" stroke-width="10" />
<g transform="translate(60, -30)">
<rect x="-20" y="-20" width="40" height="40" fill="url(#pattern1)" rx="5" />
<text x="0" y="20" font-size="24" font-family="Arial" fill="#ff69b4" text-anchor="middle">3:14 PM</text>
</g>
</g>
<g transform="rotate(135)">
<path d="M 0, -50 C 20, -60 40, -50 60, -30" fill="none" stroke="#33ccff" stroke-width="10" />
<g transform="translate(60, -30)">
<rect x="-20" y="-20" width="40" height="40" fill="url(#pattern2)" rx="5" />
<text x="0" y="20" font-size="24" font-family="Arial" fill="#33ccff" text-anchor="middle">12:07 AM</text>
</g>
</g>
<g transform="rotate(-45)">
<path d="M 0, -50 C 20, -60 40, -50 60, -30" fill="none" stroke="#ff69b4" stroke-width="10" />
<g transform="translate(60, -30)">
<rect x="-20" y="-20" width="40" height="40" fill="url(#pattern1)" rx="5" />
<text x="0" y="20" font-size="24" font-family="Arial" fill="#ff69b4" text-anchor="middle">9:42 PM</text>
</g>
</g>
<g transform="rotate(-135)">
<path d="M 0, -50 C 20, -60 40, -50 60, -30" fill="none" stroke="#33ccff" stroke-width="10" />
<g transform="translate(60, -30)">
<rect x="-20" y="-20" width="40" height="40" fill="url(#pattern2)" rx="5" />
<text x="0" y="20" font-size="24" font-family="Arial" fill="#33ccff" text-anchor="middle">6:18 AM</text>
</g>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image adheres more closely to the prompt with the inclusion of tentacle-like elements extending from the clock, suggesting a surreal and organic depiction of time.
The clock face, combined with the tentacles, captures a sense of melting time.
Player 2's image, while colorful and creative, lacks the tentacle element and does not convey the concept of time zones as effectively.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"