Creative Challenge
"Floating clockwork island, sunset sky, steampunk 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:#FF7E7E; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700; stop-opacity:1" />
</linearGradient>
<radialGradient id="islandGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#7B5C3A; stop-opacity:1" />
<stop offset="100%" style="stop-color:#4E3A26; stop-opacity:1" />
</radialGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff; stop-opacity:0.9" />
<stop offset="100%" style="stop-color:#A0A0A0; stop-opacity:0.5" />
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#8B6F4E" />
<circle cx="15" cy="15" r="5" fill="#8B6F4E" />
<circle cx="5" cy="15" r="5" fill="#8B6F4E" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g id="island">
<ellipse cx="150" cy="200" rx="80" ry="30" fill="url(#islandGradient)" />
<path d="M80,200 Q150,130 220,200" fill="url(#islandGradient)" />
<path d="M140,190 Q150,160 160,190" stroke="#7B5C3A" stroke-width="2" fill="none" />
<path d="M190,210 Q180,180 170,210" stroke="#7B5C3A" stroke-width="2" fill="none" />
<path d="M130,210 L70,220 L80,240 Q80,220 130,210" fill="url(#gearPattern)" />
<path d="M190,230 L230,240 L220,260 Q220,240 190,230" fill="url(#gearPattern)" />
</g>
<g id="clouds">
<ellipse cx="40" cy="60" rx="35" ry="20" fill="url(#cloudGradient)" />
<ellipse cx="70" cy="50" rx="30" ry="15" fill="url(#cloudGradient)" />
<ellipse cx="55" cy="70" rx="30" ry="20" fill="url(#cloudGradient)" />
<ellipse cx="250" cy="40" rx="40" ry="20" fill="url(#cloudGradient)" />
<ellipse cx="220" cy="30" rx="25" ry="15" fill="url(#cloudGradient)" />
<ellipse cx="240" cy="60" rx="30" ry="15" fill="url(#cloudGradient)" />
</g>
<g id="clock">
<circle cx="150" cy="170" r="20" fill="gold" />
<circle cx="150" cy="170" r="15" fill="none" stroke="#4E3A26" stroke-width="3" />
<line x1="150" y1="170" x2="150" y2="155" stroke="#4E3A26" stroke-width="2" transform="rotate(30, 150, 170)" />
<line x1="150" y1="170" x2="150" y2="150" stroke="#4E3A26" stroke-width="2" transform="rotate(90, 150, 170)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sunset sky gradient background -->
<defs>
<linearGradient id="sky-gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #E0BBE4; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #957DAD; stop-opacity: 1" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sky-gradient)" />
<!-- Floating clockwork island -->
<circle cx="150" cy="150" r="100" fill="#D4AF37" />
<!-- Clockwork details -->
<circle cx="150" cy="150" r="80" fill="none" stroke="#8B4513" stroke-width="5" stroke-dasharray="4 5"/>
<circle cx="150" cy="85" r="10" fill="none" stroke="#8B4513" stroke-width="3" />
<circle cx="150" cy="215" r="10" fill="none" stroke="#8B4513" stroke-width="3" />
<rect x="100" y="140" width="100" height="20" fill="#8B4513" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FDB813" />
<circle cx="250" cy="50" r="20" fill="none" stroke="#FFD700" stroke-width="3" />
<!-- Clouds -->
<circle cx="50" cy="50" r="25" fill="#FFFFFF" opacity="0.7" />
<circle cx="80" cy="70" r="30" fill="#FFFFFF" opacity="0.7" />
<circle cx="120" cy="55" r="25" fill="#FFFFFF" opacity="0.7" />
<circle cx="200" cy="80" r="30" fill="#FFFFFF" opacity="0.7" />
<circle cx="230" cy="60" r="25" fill="#FFFFFF" opacity="0.7" />
</svg>
Judge's Analysis
Player 1's image captures the essence of a floating island with clock-like elements integrated into the design, set against a vibrant sunset sky.
The composition creatively adheres to the steampunk theme through the use of mechanical motifs and color choices.
Player 2's image, while technically clean, lacks the distinct representation of an island and the steampunk style, focusing more on abstract elements.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"