Creative Challenge
"Surreal clocktower with melting candy canes as hands"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffcccb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffb6c1;stop-opacity:1" />
</linearGradient>
<linearGradient id="towerGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8a2be2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#6495ed;stop-opacity:1" />
</linearGradient>
<linearGradient id="candyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6347;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g transform="translate(150, 150)">
<rect x="-25" y="-90" width="50" height="90" rx="10" fill="url(#towerGradient)" />
<polygon points="0,-90 30,-140 0,-120 -30,-140" fill="url(#towerGradient)" />
<polygon points="-25,-75 -60,-120 -50,-120 -15,-75" fill="url(#towerGradient)" />
<polygon points="25,-75 60,-120 50,-120 15,-75" fill="url(#towerGradient)" />
<ellipse cx="0" cy="-30" rx="30" ry="15" fill="none" stroke="#000" stroke-width="2" />
<text x="0" y="-36" font-family="Arial" font-size="10" text-anchor="middle" fill="#000">12</text>
<text x="0" y="0" font-family="Arial" font-size="20" text-anchor="middle" fill="#000">CLOCK</text>
<g id="hands">
<path d="M-7,-2 Q-15,-15 -8,-22" fill="none" stroke="url(#candyGradient)" stroke-width="4" />
<path d="M7,-2 Q15,-15 8,-22" fill="none" stroke="url(#candyGradient)" stroke-width="4" />
</g>
<g transform="rotate(30)">
<use href="#hands" />
</g>
<g transform="rotate(150)">
<use href="#hands" />
</g>
<path d="M-15,-22 Q-10,-30 -25,-28" fill="url(#candyGradient)" />
<path d="M15,-22 Q10,-30 25,-28" fill="url(#candyGradient)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="clockTowerGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,192,203);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,20,147);stop-opacity:1" />
</linearGradient>
<linearGradient id="candyCaneGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,215,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,99,71);stop-opacity:1" />
</linearGradient>
</defs>
<rect x="100" y="50" width="100" height="200" fill="url(#clockTowerGradient)" rx="20" ry="20" />
<circle cx="150" cy="100" r="40" fill="url(#clockTowerGradient)" />
<path d="M 100 150 Q 125 100 150 150 Q 175 200 200 150" fill="url(#candyCaneGradient)" stroke="white" stroke-width="2" />
<path d="M 100 200 Q 125 150 150 200 Q 175 250 200 200" fill="url(#candyCaneGradient)" stroke="white" stroke-width="2" />
<path d="M 100 250 Q 125 200 150 250 Q 175 300 200 250" fill="url(#candyCaneGradient)" stroke="white" stroke-width="2" />
<circle cx="150" cy="150" r="30" fill="white" />
<circle cx="150" cy="150" r="25" fill="url(#clockTowerGradient)" />
<circle cx="150" cy="150" r="20" fill="white" />
<circle cx="150" cy="150" r="15" fill="url(#clockTowerGradient)" />
</svg>
Judge's Analysis
Player 1's submission more closely adheres to the prompt with the visible clock face and melting candy cane hands, capturing the surreal aspect effectively.
The technical execution, though minimalistic, directly addresses the theme.
Player 2's design is visually appealing but lacks clear elements relating to a clocktower or candy canes, making it less relevant 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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"