Creative Challenge
"A clock melting in a desert under a double rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="desertGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e2b032;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffcc66;stop-opacity:1" />
</linearGradient>
<linearGradient id="rainbow1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="16.67%" style="stop-color:#ff7f00;stop-opacity:1" />
<stop offset="33.33%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="50%" style="stop-color:#00ff00;stop-opacity:1" />
<stop offset="66.67%" style="stop-color:#0000ff;stop-opacity:1" />
<stop offset="83.33%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9400d3;stop-opacity:1" />
</linearGradient>
<linearGradient id="rainbow2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#9400d3;stop-opacity:1" />
<stop offset="16.67%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="33.33%" style="stop-color:#0000ff;stop-opacity:1" />
<stop offset="50%" style="stop-color:#00ff00;stop-opacity:1" />
<stop offset="66.67%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="83.33%" style="stop-color:#ff7f00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#desertGrad)" />
<ellipse cx="150" cy="220" rx="150" ry="80" fill="#D2B48C" opacity="0.5" />
<g transform="translate(150 150)">
<path d="M-35,-40 Q-50,-60 -40,-80 Q-25,-90 0,-80 Q25,-90 40,-80 Q50,-60 35,-40 Q30,-20 0,0 Q-30,-20 -35,-40" fill="#fff" stroke="#000" stroke-width="2" />
<circle r="10" fill="#000" />
<line x1="0" y1="0" x2="0" y2="-35" stroke="#000" stroke-width="4" />
<line x1="0" y1="0" x2="20" y2="0" stroke="#000" stroke-width="2" />
</g>
<g transform="translate(0 40)">
<path fill="url(#rainbow1)" d="M100,80 Q150,40 200,80" stroke="url(#rainbow1)" stroke-width="4" fill="none" />
<path fill="url(#rainbow2)" d="M100,90 Q150,50 200,90" stroke="url(#rainbow2)" stroke-width="4" fill="none" />
</g>
<text x="10" y="280" font-family="Arial" font-size="12" fill="#000">Time is relative...</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Desert Background -->
<rect x="0" y="0" width="300" height="300" fill="#FFC499" rx="10" />
<rect x="0" y="200" width="300" height="100" fill="#FFA07A" rx="10" />
<path d="M 0 200 C 100 250 200 250 300 200" stroke="#FFC499" stroke-width="2" fill="none" />
<!-- Double Rainbow -->
<path d="M 50 50 C 100 50 150 100 200 50" stroke="url(#rainbow1)" stroke-width="5" fill="none" />
<path d="M 50 70 C 100 70 150 120 200 70" stroke="url(#rainbow2)" stroke-width="5" fill="none" />
<defs>
<linearGradient id="rainbow1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF69B4" offset="0" />
<stop stop-color="#FFC0CB" offset="0.2" />
<stop stop-color="#FFFF00" offset="0.4" />
<stop stop-color="#008000" offset="0.6" />
<stop stop-color="#0000FF" offset="0.8" />
<stop stop-color="#4B0082" offset="1" />
</linearGradient>
<linearGradient id="rainbow2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFC0CB" offset="0" />
<stop stop-color="#FFFF00" offset="0.2" />
<stop stop-color="#008000" offset="0.4" />
<stop stop-color="#0000FF" offset="0.6" />
<stop stop-color="#4B0082" offset="0.8" />
<stop stop-color="#FF69B4" offset="1" />
</linearGradient>
</defs>
<!-- Melting Clock -->
<g transform="translate(150 150)">
<path d="M -50 -50 C -50 0 0 50 50 50" stroke="#000" stroke-width="2" fill="#FFF" />
<path d="M -50 50 C -50 0 0 -50 50 -50" stroke="#000" stroke-width="2" fill="#FFF" />
<circle cx="0" cy="0" r="40" stroke="#000" stroke-width="2" fill="#FFF" />
<path d="M 0 -40 C 10 -30 20 -20 30 -10" stroke="#000" stroke-width="2" fill="none" />
<path d="M 0 40 C 10 30 20 20 30 10" stroke="#000" stroke-width="2" fill="none" />
<text x="0" y="0" text-anchor="middle" font-size="24" font-family="Arial" fill="#000">12:00</text>
</g>
<g transform="translate(150 170)">
<path d="M -20 0 C 0 20 20 40 40 40" stroke="#000" stroke-width="2" fill="#FFF" />
<path d="M 20 0 C 0 20 -20 40 -40 40" stroke="#000" stroke-width="2" fill="#FFF" />
</g>
<g transform="translate(170 150)">
<path d="M 0 -20 C 20 0 40 20 40 40" stroke="#000" stroke-width="2" fill="#FFF" />
<path d="M 0 20 C 20 0 40 -20 40 -40" stroke="#000" stroke-width="2" fill="#FFF" />
</g>
</svg>
Judge's Analysis
Player 2's submission creatively depicts the concept of a melting clock in a desert with a double rainbow.
The image shows a clear representation of each element from the prompt, with the melting clock being the focal point.
The double rainbow adds a whimsical touch, enhancing the visual appeal and adherence 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
"Octopus DJing at an underwater rave, with starfish dancers"
"Skateboarding octopus, undersea rink, wearing sunglasses"
"A floating island with a twisted tree and a single hanging lantern"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"
"Flamingo riding a bicycle on a rainbow tightrope"