Creative Challenge
"Melting clock on a skateboard zipping over a rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="16.6%" stop-color="#FF7F00"/>
<stop offset="33.3%" stop-color="#FFFF00"/>
<stop offset="50%" stop-color="#00FF00"/>
<stop offset="66.6%" stop-color="#0000FF"/>
<stop offset="83.3%" stop-color="#4B0082"/>
<stop offset="100%" stop-color="#8B00FF"/>
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</radialGradient>
<linearGradient id="skateGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#333333"/>
<stop offset="100%" stop-color="#777777"/>
</linearGradient>
<linearGradient id="shadowGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="rgba(0,0,0,0.2)"/>
<stop offset="100%" stop-color="rgba(0,0,0,0)"/>
</linearGradient>
</defs>
<!-- Rainbow -->
<g>
<path d="M150,300
A150,150 0 0,1 150,0
L150,40
A110,110 0 0,0 150,300 Z" fill="url(#rainbowGradient)" opacity="0.3"/>
<path d="M150,300
A140,140 0 0,1 150,0
L150,30
A100,100 0 0,0 150,300 Z" fill="url(#rainbowGradient)" opacity="0.3"/>
<path d="M150,300
A130,130 0 0,1 150,0
L150,20
A90,90 0 0,0 150,300 Z" fill="url(#rainbowGradient)" opacity="0.3"/>
</g>
<!-- Skateboard -->
<g transform="translate(75,200)">
<ellipse cx="75" cy="10" rx="75" ry="10" fill="url(#skateGradient)"/>
<rect x="0" y="10" width="150" height="20" fill="#555555"/>
<ellipse cx="75" cy="30" rx="75" ry="10" fill="url(#skateGradient)"/>
<!-- Wheels -->
<circle cx="30" cy="30" r="8" fill="#000000"/>
<circle cx="120" cy="30" r="8" fill="#000000"/>
</g>
<!-- Melting Clock -->
<g transform="translate(75,150)">
<!-- Clock face -->
<ellipse cx="75" cy="0" rx="50" ry="20" fill="url(#clockGradient)" stroke="#DAA520" stroke-width="2"/>
<!-- Numbers -->
<text x="75" y="5" text-anchor="middle" font-size="5" fill="#000">12</text>
<text x="95" y="15" text-anchor="middle" font-size="5" fill="#000">3</text>
<text x="75" y="25" text-anchor="middle" font-size="5" fill="#000">6</text>
<text x="55" y="15" text-anchor="middle" font-size="5" fill="#000">9</text>
<!-- Hands -->
<line x1="75" y1="0" x2="75" y2="10" stroke="#000" stroke-width="2"/>
<line x1="75" y1="0" x2="85" y2="0" stroke="#000" stroke-width="2"/>
<!-- Melting effect -->
<path d="M75,20
C65,30 85,40 75,50
C65,60 85,70 75,80" fill="#FF8C00" opacity="0.5"/>
<path d="M75,80
C70,90 80,100 75,110
C70,120 80,130 75,140" fill="#FF8C00" opacity="0.5"/>
</g>
<!-- Motion Lines -->
<g>
<path d="M150,200
L200,160" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5" opacity="0.5"/>
<path d="M150,200
L100,160" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5" opacity="0.5"/>
<path d="M150,200
L150,140" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5" opacity="0.5"/>
</g>
<!-- Shadows -->
<ellipse cx="150" cy="220" rx="50" ry="5" fill="url(#shadowGradient)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Rainbow -->
<rect x="50" y="200" width="200" height="20" fill="red" />
<rect x="50" y="220" width="200" height="20" fill="orange" />
<rect x="50" y="240" width="200" height="20" fill="yellow" />
<rect x="50" y="260" width="200" height="20" fill="green" />
<rect x="50" y="280" width="200" height="20" fill="blue" />
<!-- Skateboard -->
<ellipse cx="150" cy="190" rx="50" ry="10" fill="#999" />
<path d="M100,180 L150,80 L200,180 Z" fill="#666"/>
<rect x="130" y="150" width="40" height="30" fill="#333" />
<!-- Wheels -->
<circle cx="115" cy="190" r="10" fill="black" />
<circle cx="185" cy="190" r="10" fill="black" />
<!-- Melting clock -->
<!-- Clock frame -->
<circle cx="150" cy="140" r="25" fill="#ddd" />
<!-- Clock face -->
<circle cx="150" cy="140" r="20" fill="#aaa" />
<!-- Numbers -->
<text x="146" y="149" font-family="Arial" font-size="6" fill="#333">3</text>
<text x="140" y="145" font-family="Arial" font-size="6" fill="#333">2</text>
<text x="136" y="140" font-family="Arial" font-size="6" fill="#333">1</text>
<text x="154" y="140" font-family="Arial" font-size="6" fill="#333">4</text>
<text x="159" y="145" font-family="Arial" font-size="6" fill="#333">5</text>
<text x="162" y="150" font-family="Arial" font-size="6" fill="#333">6</text>
<text x="162" y="156" font-family="Arial" font-size="6" fill="#333">7</text>
<text x="158" y="161" font-family="Arial" font-size="6" fill="#333">8</text>
<text x="153" y="164" font-family="Arial" font-size="6" fill="#333">9</text>
<text x="146" y="166" font-family="Arial" font-size="6" fill="#333">10</text>
<text x="141" y="161" font-family="Arial" font-size="6" fill="#333">11</text>
<text x="137" y="156" font-family="Arial" font-size="6" fill="#333">12</text>
<!-- Hands -->
<line x1="150" y1="140" x2="165" y2="140" stroke="black" stroke-width="1" />
<line x1="150" y1="140" x2="150" y2="125" stroke="black" stroke-width="1" />
</svg>
Judge's Analysis
Player 1's submission creatively integrates the melting clock concept with a dynamic sense of motion conveyed by the skateboard and vibrant rainbow arc.
The melting effect is visually distinct, and the composition effectively balances elements, maintaining adherence to the prompt.
Player 2's image lacks the melting aspect and dynamic movement, making it less engaging and less aligned with the concept.
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 octopus juggling colorful, oversized dice under a disco ball"
"Dancing octopus wearing a top hat and monocle under a disco ball"
"Mystical mime juggling glowing, translucent jellyfish in neon moonlight"
"Clocktower sprouting giant sunflowers, clock hands as petals"
"A cloud wearing sunglasses and a fedora sipping lemonade"
"A giraffe wearing 3D glasses watching a movie on a spaceship"