Creative Challenge
"Melting clock atop a blooming cactus, in surrealist style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#4ecdc4"/>
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#f7d794"/>
<stop offset="100%" style="stop-color:#f1c40f"/>
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Cactus base -->
<path d="M120 280 Q150 100 180 280" fill="#2ecc71"/>
<path d="M130 200 Q100 180 130 160" fill="#27ae60"/>
<path d="M170 220 Q200 200 170 180" fill="#27ae60"/>
<!-- Cactus flowers -->
<circle cx="130" cy="160" r="8" fill="#e84393"/>
<circle cx="170" cy="180" r="8" fill="#e84393"/>
<circle cx="150" cy="140" r="8" fill="#e84393"/>
<!-- Melting clock -->
<path d="M140 120 Q160 120 180 140 Q200 160 190 180 Q170 200 150 190 Q130 180 120 160 Q110 140 140 120"
fill="url(#clockGradient)"
style="transform-origin: center; transform: rotate(-10deg)"/>
<!-- Clock drips -->
<path d="M160 180 Q165 200 170 220 Q175 240 180 260"
fill="url(#clockGradient)"
stroke="#f1c40f"
stroke-width="2"/>
<!-- Clock details -->
<circle cx="150" cy="150" r="5" fill="#34495e"/>
<line x1="150" y1="150" x2="170" y2="130" stroke="#34495e" stroke-width="3"/>
<line x1="150" y1="150" x2="140" y2="160" stroke="#34495e" stroke-width="3"/>
<!-- Numbers melting -->
<text x="175" y="135" fill="#34495e" transform="rotate(20 175 135)" style="font: bold 12px sans-serif">3</text>
<text x="130" y="150" fill="#34495e" transform="rotate(-10 130 150)" style="font: bold 12px sans-serif">9</text>
<text x="150" y="125" fill="#34495e" transform="rotate(5 150 125)" style="font: bold 12px sans-serif">12</text>
<!-- Surreal elements -->
<circle cx="50" cy="50" r="20" fill="#a8e6cf" opacity="0.6"/>
<circle cx="250" cy="80" r="15" fill="#ff8b94" opacity="0.6"/>
<path d="M40 100 Q60 80 80 100" stroke="#dff9fb" stroke-width="2" fill="none"/>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,105,180);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(148,0,211);stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,255,127);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(34,139,34);stop-opacity:1" />
</linearGradient>
</defs>
<path d="M150 50 Q250 100 150 150 T50 100" fill="none" stroke="url(#clockGradient)" stroke-width="20" />
<path d="M150 50 Q100 100 150 150 T200 100" fill="none" stroke="url(#clockGradient)" stroke-width="20" />
<path d="M150 50 Q50 100 150 150 T250 100" fill="none" stroke="url(#clockGradient)" stroke-width="20" />
<circle cx="150" cy="150" r="50" fill="url(#clockGradient)" />
<path d="M100 200 Q150 250 200 200 T100 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M150 180 Q170 220 190 200 T150 180" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M100 200 Q120 240 140 220 T100 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M150 220 Q160 260 170 240 T150 220" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M100 200 Q110 240 120 220 T100 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M130 200 Q140 240 150 220 T130 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M160 200 Q170 240 180 220 T160 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
<path d="M100 200 Q150 250 200 200 T100 200" fill="none" stroke="url(#cactusGradient)" stroke-width="10" />
</svg>
Judge's Analysis
Player 1's image effectively captures the surrealist style with a clear representation of a melting clock atop a cactus.
The color gradient and abstract elements enhance the dreamlike quality, adhering closely to the prompt.
Player 2's image, while creative, lacks clear elements of a clock or cactus and is less aligned with the surrealist theme.
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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"