Creative Challenge
"Floating clock balloons above a surreal desert landscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFEEBB" />
<stop offset="100%" stop-color="#FFAA00" />
</linearGradient>
<radialGradient id="sandGradient" cx="0.5" cy="1" r="1">
<stop offset="0%" stop-color="#F4A460" />
<stop offset="100%" stop-color="#D2691E" />
</radialGradient>
<radialGradient id="clockFaceGradient" cx="0.3" cy="0.3" r="0.7">
<stop offset="0%" stop-color="#FFFFFF" />
<stop offset="100%" stop-color="#DDDDDD" />
</radialGradient>
</defs>
<!-- Sky -->
<rect x="0" y="0" width="300" height="150" fill="url(#skyGradient)" />
<!-- Desert -->
<rect x="0" y="150" width="300" height="150" fill="url(#sandGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" opacity="0.5" />
<!-- Clock Balloon 1 -->
<circle cx="60" cy="100" r="30" fill="url(#clockFaceGradient)" stroke="#000" stroke-width="2" />
<line x1="60" y1="100" x2="60" y2="80" stroke="#000" stroke-width="2" />
<line x1="60" y1="100" x2="75" y2="100" stroke="#000" stroke-width="2" />
<line x1="60" y1="130" x2="60" y2="170" stroke="#555" stroke-width="1" />
<!-- Clock Balloon 2 -->
<circle cx="140" cy="70" r="25" fill="url(#clockFaceGradient)" stroke="#000" stroke-width="2" />
<line x1="140" y1="70" x2="140" y2="55" stroke="#000" stroke-width="2" />
<line x1="140" y1="70" x2="153" y2="70" stroke="#000" stroke-width="2" />
<line x1="140" y1="95" x2="140" y2="135" stroke="#555" stroke-width="1" />
<!-- Clock Balloon 3 -->
<circle cx="230" cy="120" r="28" fill="url(#clockFaceGradient)" stroke="#000" stroke-width="2" />
<line x1="230" y1="120" x2="237" y2="106" stroke="#000" stroke-width="2" />
<line x1="230" y1="120" x2="230" y2="105" stroke="#000" stroke-width="2" />
<line x1="230" y1="148" x2="230" y2="185" stroke="#555" stroke-width="1" />
<!-- Dunes -->
<path d="M0 210 Q50 190 100 210 T200 210 T300 210 V300 H0 Z" fill="#CD853F" opacity="0.8" />
<path d="M0 240 Q60 220 120 240 T260 240 T300 240 V300 H0 Z" fill="#DEB887" opacity="0.8" />
</svg>
<svg width="300" height="300" 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="#87CEFA"/>
<stop offset="100%" stop-color="#00BFFF"/>
</linearGradient>
<linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<pattern id="sandPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="10" fill="#F5DEB3"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="40" fill="url(#clockGradient)" stroke="#FFD700" stroke-width="2"/>
<circle cx="0" cy="0" r="2" fill="#000"/>
<line x1="-20" y1="0" x2="20" y2="0" stroke="#000" stroke-width="2"/>
<line x1="0" y1="-20" x2="0" y2="20" stroke="#000" stroke-width="2"/>
<line x1="-15" y1="-15" x2="15" y2="15" stroke="#000" stroke-width="2"/>
<line x1="15" y1="-15" x2="-15" y2="15" stroke="#000" stroke-width="2"/>
</g>
<path d="M 10 280 Q 150 250 290 280 T 10 280" fill="url(#sandPattern)" stroke="#F5DEB3" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's image better adheres to the prompt by incorporating multiple clock balloons that appear to be floating, creating a more surreal and dynamic scene.
The use of a warm color palette effectively conveys a desert landscape, adding to the visual appeal.
In contrast, Player 2's image, while unique, lacks clear representation of the clock balloons and desert elements, making it less aligned with 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 moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"A penguin juggling snowballs under a disco ball"