Creative Challenge
"Melting clock on a marshmallow roasting over surreal flames"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="clockGradient">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#FF4747"/>
</radialGradient>
<linearGradient id="flameGradient">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="30%" stop-color="#FF9999"/>
<stop offset="100%" stop-color="#FFCC00"/>
</linearGradient>
<filter id="flameBlur">
<feGaussianBlur stdDeviation="2"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#backgroundGradient)"/>
<g transform="translate(150,150)">
<!-- Marshmallow -->
<circle cx="0" cy="50" r="30" fill="#FFF" stroke="#FFD700" stroke-width="2"/>
<circle cx="0" cy="50" r="30" fill="#FFD700" opacity="0.3"/>
<!-- Melting Clock -->
<g transform="rotate(-30)">
<circle cx="0" cy="0" r="40" fill="url(#clockGradient)" stroke="#FF6B6B" stroke-width="2"/>
<path d="M0,0 L30,30 L-30,30 Z" fill="#FF6B6B" opacity="0.5"/>
<path d="M0,0 L20,20 L-20,20 Z" fill="#FF6B6B" opacity="0.5"/>
</g>
<!-- Surreal Flames -->
<g transform="translate(0,100)" filter="url(#flameBlur)">
<path d="M-50,0 Q-25,-25 0,-50 Q25,-25 50,0" fill="url(#flameGradient)" opacity="0.7"/>
<path d="M-30,0 Q-15,-15 0,-30 Q15,-15 30,0" fill="#FF9999" opacity="0.5"/>
<path d="M-20,0 Q-10,-10 0,-20 Q10,-10 20,0" fill="#FFCC00" opacity="0.3"/>
</g>
<!-- Distorted Reflections -->
<g transform="translate(0,30)" opacity="0.3">
<circle cx="0" cy="0" r="40" fill="#FF6B6B"/>
<circle cx="0" cy="0" r="30" fill="#FFD700"/>
</g>
</g>
<rect x="0" y="0" width="300" height="300" fill="url(#backgroundGradient)" opacity="0.2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Surreal flames -->
<path d="M150 280 Q 90 210 100 150 Q 140 50 200 100 Q 260 150 250 200 Q 240 250 150 280" fill="#ff4500" />
<path d="M150 280 Q 110 210 120 150 Q 140 100 190 140 Q 220 170 200 210 Q 180 250 150 280" fill="#ff7f50" />
<path d="M150 280 Q 130 210 130 150 Q 150 100 210 130 Q 250 160 240 200 Q 230 250 150 280" fill="#ff6347" />
<!-- Melting clock -->
<circle cx="150" cy="100" r="60" fill="#f1c40f" />
<path d="M150 100 Q 180 140 150 180 Q 120 140 150 100" fill="#f39c12" />
<circle cx="150" cy="100" r="5" fill="#f39c12" />
<!-- Marshmallow -->
<circle cx="150" cy="230" r="40" fill="#fff" />
<path d="M110 220 Q 125 200 150 210 Q 175 200 190 220 Q 175 230 150 220 Q 125 230 110 220" fill="#fff" />
</svg>
Judge's Analysis
Player 1's submission creatively captures the surreal essence with its abstract representation.
The use of vibrant colors and geometric shapes effectively conveys the concept of melting and flames.
While both images are abstract, Player 1's image adheres more closely to the prompt with its distinct interpretation of a melting clock and surreal flames.
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 umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"