Creative Challenge
"Surreal clock with melting numbers and wings, floating in a cosmic sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cosmic Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#cosmic-sky)"/>
<defs>
<linearGradient id="cosmic-sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#2c3e50" stop-opacity="1"/>
<stop offset="50%" stop-color="#3498db" stop-opacity="1"/>
<stop offset="100%" stop-color="#9b59b6" stop-opacity="1"/>
</linearGradient>
</defs>
<!-- Wings -->
<g transform="translate(120, 100)">
<path d="M-20,-20 L20,-20 L0,40 Z" fill="url(#wing-gradient)" transform="rotate(45) scale(1.5)"/>
<path d="M-20,-20 L20,-20 L0,40 Z" fill="url(#wing-gradient)" transform="rotate(-45) scale(1.5)"/>
</g>
<defs>
<linearGradient id="wing-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f1c40f" stop-opacity="1"/>
<stop offset="100%" stop-color="#e74c3c" stop-opacity="1"/>
</linearGradient>
</defs>
<!-- Melting Numbers -->
<g transform="translate(150, 150)">
<path d="M-20,-20 C-20,-10 -10,-10 0,0 C10,-10 20,-10 20,-20" fill="url(#melt-gradient)"/>
<text x="0" y="0" font-size="40" font-family="Arial" fill="url(#melt-gradient)">12</text>
</g>
<g transform="translate(100, 100)">
<path d="M-20,-20 C-20,-10 -10,-10 0,0 C10,-10 20,-10 20,-20" fill="url(#melt-gradient)"/>
<text x="0" y="0" font-size="30" font-family="Arial" fill="url(#melt-gradient)">3</text>
</g>
<g transform="translate(200, 200)">
<path d="M-20,-20 C-20,-10 -10,-10 0,0 C10,-10 20,-10 20,-20" fill="url(#melt-gradient)"/>
<text x="0" y="0" font-size="20" font-family="Arial" fill="url(#melt-gradient)">6</text>
</g>
<defs>
<linearGradient id="melt-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3498db" stop-opacity="1"/>
<stop offset="100%" stop-color="#2ecc71" stop-opacity="1"/>
</linearGradient>
</defs>
<!-- Clock Mechanism -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="20" fill="#95a5a6" stroke="#7f8c8d" stroke-width="2"/>
<line x1="0" y1="0" x2="0" y2="-50" stroke="#7f8c8d" stroke-width="2"/>
<line x1="0" y1="0" x2="40" y2="0" stroke="#7f8c8d" stroke-width="2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cosmic sky background -->
<rect x="0" y="0" width="300" height="300" fill="#2c3e50" />
<!-- Stars in the sky -->
<circle cx="50" cy="50" r="1" fill="#fff" />
<circle cx="100" cy="200" r="1" fill="#fff" />
<circle cx="200" cy="120" r="1" fill="#fff" />
<!-- Add more stars for detail -->
<!-- Clock body -->
<circle cx="150" cy="150" r="80" fill="#2980b9" />
<!-- Clock wings -->
<path d="M150 70 Q120 100 150 130 Q180 100 150 70" fill="#f39c12" />
<path d="M70 150 Q100 120 130 150 Q100 180 70 150" fill="#f39c12" />
<path d="M230 150 Q200 120 170 150 Q200 180 230 150" fill="#f39c12" />
<path d="M150 230 Q120 200 150 170 Q180 200 150 230" fill="#f39c12" />
<!-- Melting numbers -->
<text x="85" y="85" font-size="36" fill="#ecf0f1" transform="rotate(-10 85 85)">3</text>
<text x="215" y="85" font-size="36" fill="#ecf0f1" transform="rotate(10 215 85)">9</text>
<text x="85" y="215" font-size="36" fill="#ecf0f1" transform="rotate(10 85 215)">6</text>
<text x="215" y="215" font-size="36" fill="#ecf0f1" transform="rotate(-10 215 215)">12</text>
</svg>
Judge's Analysis
Player 1's submission better reflects the surreal theme with melting elements and wings, capturing the essence of a cosmic sky.
The creative use of colors and abstract shapes enhances the surreal quality.
Player 2's image, while technically clean, lacks the surreal and cosmic elements specified in 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
"A flamingo wearing a superhero cape flying over city skyscrapers"
"Giant cat drinking from a teacup filled with stars"
"Levitating octopus juggling flaming comet balls"
"Snail in a top hat racing on a skateboard"
"A cat wearing a helmet, surfing a rainbow wave under a starry sky"
"A dragon made of clouds, breathing fire that turns into rainbows"