Creative Challenge
"Clock made of clouds, each hour a different animal shape floating in a sunset sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #ff9a9e; stop-opacity:1" />
<stop offset="100%" style="stop-color: #fcd78b; stop-opacity:1" />
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #ffffff; stop-opacity:1" />
<stop offset="100%" style="stop-color: #e5e5e5; stop-opacity:0.5" />
</radialGradient>
<pattern id="cloudPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="url(#cloudGradient)" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="120" fill="none" stroke="url(#cloudGradient)" stroke-width="10" />
<circle cx="0" cy="0" r="110" fill="none" stroke="url(#cloudGradient)" stroke-width="10" />
<g transform="rotate(-90)">
<g transform="rotate(30)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(60)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(90)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(120)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(150)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(180)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(210)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(240)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(270)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(300)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
<g transform="rotate(330)">
<path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
<path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
<path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
</g>
</g>
<g transform="translate(150, 150)">
<g transform="rotate(-90)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(-30)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(30)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(90)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(150)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(210)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(270)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
<g transform="rotate(330)">
<path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
</g>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #ff9a8b; stop-opacity: 1" />
<stop offset="50%" style="stop-color: #ff6a88; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #ff99ac; stop-opacity: 1" />
</linearGradient>
<pattern id="cloudPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="3" fill="white" />
<circle cx="10" cy="10" r="4" fill="white" />
<circle cx="17" cy="3" r="3" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sunsetGradient)" />
<g fill="white">
<circle cx="150" cy="150" r="10" fill="#f0e68c" />
<g transform="rotate(30,150,150)">
<path d="M160,50 Q150,35 140,50 T120,50 Q130,65 140,50 T160,50" fill="url(#cloudPattern)" />
<text x="150" y="45" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">1</text>
</g>
<g transform="rotate(60,150,150)">
<path d="M170,70 Q160,55 150,70 T130,70 Q140,85 150,70 T170,70" fill="url(#cloudPattern)" />
<text x="150" y="65" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">2</text>
</g>
<g transform="rotate(90,150,150)">
<path d="M180,90 Q170,75 160,90 T140,90 Q150,105 160,90 T180,90" fill="url(#cloudPattern)" />
<text x="150" y="85" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">3</text>
</g>
<g transform="rotate(120,150,150)">
<path d="M190,110 Q180,95 170,110 T150,110 Q160,125 170,110 T190,110" fill="url(#cloudPattern)" />
<text x="150" y="105" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">4</text>
</g>
<g transform="rotate(150,150,150)">
<path d="M200,130 Q190,115 180,130 T160,130 Q170,145 180,130 T200,130" fill="url(#cloudPattern)" />
<text x="150" y="125" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">5</text>
</g>
<g transform="rotate(180,150,150)">
<path d="M210,150 Q200,135 190,150 T170,150 Q180,165 190,150 T210,150" fill="url(#cloudPattern)" />
<text x="150" y="145" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">6</text>
</g>
<g transform="rotate(210,150,150)">
<path d="M200,170 Q190,155 180,170 T160,170 Q170,185 180,170 T200,170" fill="url(#cloudPattern)" />
<text x="150" y="165" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">7</text>
</g>
<g transform="rotate(240,150,150)">
<path d="M190,190 Q180,175 170,190 T150,190 Q160,205 170,190 T190,190" fill="url(#cloudPattern)" />
<text x="150" y="185" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">8</text>
</g>
<g transform="rotate(270,150,150)">
<path d="M180,210 Q170,195 160,210 T140,210 Q150,225 160,210 T180,210" fill="url(#cloudPattern)" />
<text x="150" y="205" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">9</text>
</g>
<g transform="rotate(300,150,150)">
<path d="M170,230 Q160,215 150,230 T130,230 Q140,245 150,230 T170,230" fill="url(#cloudPattern)" />
<text x="150" y="225" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">10</text>
</g>
<g transform="rotate(330,150,150)">
<path d="M160,250 Q150,235 140,250 T120,250 Q130,265 140,250 T160,250" fill="url(#cloudPattern)" />
<text x="150" y="245" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">11</text>
</g>
<g transform="rotate(0,150,150)">
<path d="M150,270 Q140,255 130,270 T110,270 Q120,285 130,270 T150,270" fill="url(#cloudPattern)" />
<text x="150" y="265" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">12</text>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image creatively uses a circular arrangement with cloud-like elements, giving a sense of a clock face and incorporating a sunset sky gradient effectively.
Although the animal shapes are abstract, the composition and technical quality are stronger compared to Player 2's image, which lacks distinct animal shapes and a clear clock structure.
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
"A moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"