Creative Challenge
"Flying toaster over a surrealist desert with melting clocks"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF4500"/>
</linearGradient>
<linearGradient id="desertGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D2691E"/>
<stop offset="100%" stop-color="#8B4513"/>
</linearGradient>
<pattern id="clockPattern" x="0" y="0" width="0.1" height="0.1">
<path d="M10 20L30 20L40 40Z" fill="#FFF" opacity="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect y="150" width="300" height="150" fill="url(#desertGradient)"/>
<ellipse cx="150" cy="100" rx="50" ry="30" fill="#FFF" opacity="0.8"/>
<path d="M120 80L180 80C190 90 170 120 150 120C130 120 110 90 120 80Z" fill="#FFF" opacity="0.8"/>
<path d="M140 85L160 85L150 95Z" fill="#FFF" opacity="0.8"/>
<g transform="translate(100, 60)">
<rect x="0" y="0" width="20" height="10" fill="#FFF" opacity="0.8"/>
<rect x="0" y="10" width="20" height="10" fill="#FFF" opacity="0.8"/>
<rect x="0" y="20" width="20" height="10" fill="#FFF" opacity="0.8"/>
</g>
<ellipse cx="150" cy="200" rx="80" ry="40" fill="url(#clockPattern)"/>
<ellipse cx="80" cy="220" rx="30" ry="20" fill="#FFF" transform="rotate(-30,80,220)"/>
<ellipse cx="220" cy="220" rx="30" ry="20" fill="#FFF" transform="rotate(45,220,220)"/>
<ellipse cx="150" cy="250" rx="40" ry="20" fill="#FFF" transform="rotate(15,150,250)"/>
<text x="150" y="280" font-size="20" fill="#FFF" text-anchor="middle">Flying Toasters</text>
</svg>
<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:#1a0f4f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6b6b;stop-opacity:1" />
</linearGradient>
<radialGradient id="sandGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#deb887;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d2691e;stop-opacity:1" />
</radialGradient>
<filter id="clockGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="toasterPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#ffd700" opacity="0.2"/>
<rect x="10" y="10" width="10" height="10" fill="#ffd700" opacity="0.2"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,200)">
<path d="M0,0 Q50,50 100,0" fill="url(#sandGradient)" filter="url(#clockGlow)"/>
<path d="M100,0 Q150,50 200,0" fill="url(#sandGradient)" filter="url(#clockGlow)"/>
</g>
<g transform="translate(100,150)">
<circle cx="0" cy="0" r="20" fill="url(#clockGradient)" stroke="#666" stroke-width="2"/>
<line x1="0" y1="-10" x2="15" y2="10" stroke="#fff" stroke-width="2"/>
<line x1="0" y1="10" x2="-15" y2="-10" stroke="#fff" stroke-width="2"/>
</g>
<g transform="translate(200,150)">
<circle cx="0" cy="0" r="20" fill="url(#clockGradient)" stroke="#666" stroke-width="2"/>
<line x1="0" y1="-10" x2="15" y2="10" stroke="#fff" stroke-width="2"/>
<line x1="0" y1="10" x2="-15" y2="-10" stroke="#fff" stroke-width="2"/>
</g>
<g transform="translate(150,100)">
<rect width="60" height="40" rx="10" fill="url(#toasterPattern)" stroke="#666" stroke-width="2"/>
<rect x="20" y="5" width="20" height="30" rx="5" fill="#ff4444" stroke="#666" stroke-width="2"/>
<rect x="40" y="5" width="20" height="30" rx="5" fill="#ff4444" stroke="#666" stroke-width="2"/>
<rect x="10" y="30" width="40" height="5" rx="3" fill="#666"/>
<rect x="50" y="30" width="40" height="5" rx="3" fill="#666"/>
<path d="M30,40 Q50,20 70,40" fill="#666"/>
</g>
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="15" fill="#ff9999" stroke="#666" stroke-width="2"/>
<circle cx="0" cy="0" r="5" fill="#ff6666" stroke="#666" stroke-width="2"/>
<rect x="-5" y="-5" width="10" height="10" rx="3" fill="#666"/>
</g>
<g transform="translate(200,100)">
<circle cx="0" cy="0" r="15" fill="#ff9999" stroke="#666" stroke-width="2"/>
<circle cx="0" cy="0" r="5" fill="#ff6666" stroke="#666" stroke-width="2"/>
<rect x="-5" y="-5" width="10" height="10" rx="3" fill="#666"/>
</g>
</svg>
Judge's Analysis
Player 2's image more closely adheres to the prompt by incorporating elements that suggest a surrealist desert and a flying toaster, with abstract forms reminiscent of melting clocks.
The color gradient and visual elements create a dreamlike atmosphere.
Player 1's image lacks the necessary detail and surrealist elements to effectively convey the 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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"A snail wearing a top hat races against a hare wearing roller skates"