Creative Challenge
"A giant snail wearing a cityscape shell at sunset, in a geometric art style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunset" x1="0" y1="0" x2="300" y2="300">
<stop offset="0" stop-color="#ff6b6b"/>
<stop offset="0.5" stop-color="#ff9f43"/>
<stop offset="1" stop-color="#ff6b6b"/>
</linearGradient>
<pattern id="city" patternUnits="userSpaceOnUse" width="100" height="100">
<rect x="0" y="0" width="50" height="100" fill="#2c3e50"/>
<rect x="25" y="0" width="25" height="75" fill="#34495e"/>
<rect x="10" y="50" width="20" height="50" fill="#2c3e50"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sunset)"/>
<!-- Snail body -->
<circle cx="150" cy="220" r="60" fill="#f1c40f" stroke="#2c3e50" stroke-width="2"/>
<circle cx="150" cy="220" r="40" fill="#e67e22" stroke="#2c3e50" stroke-width="2"/>
<!-- Shell -->
<path d="M150,180 Q200,160 240,140 L240,80 Q220,60 200,40 L200,0 Q180,20 160,40 L160,80 Q140,60 120,40 L120,0 Q100,20 80,40 L80,80 Q60,60 40,80 L40,140 Q20,160 0,180 L0,220 Q20,240 40,260 L40,300 Q60,280 80,260 L80,220 Q100,240 120,260 L120,300 Q140,280 160,260 L160,220 Q180,240 200,260 L200,300 Q220,280 240,260 L240,220 Q260,240 280,260 L280,300 Q300,280 300,220 L300,180 Q320,160 340,140 L340,80 Q320,60 300,40 L300,0 Q280,20 260,40 L260,80 Q240,60 220,40 L220,0 Q200,20 180,40 L180,80 Q160,60 140,40 L140,0 Q120,20 100,40 L100,80 Q80,60 60,40 L60,0 Q40,20 20,40 L20,80 Q0,60 -20,80 L-20,140 Q-40,160 -60,180 L-60,220 Q-40,240 -20,260 L-20,300 Q0,280 20,260 L20,220 Q0,240 -20,260 L-20,300 Q-40,280 -60,260 L-60,220 Q-80,240 -100,260 L-100,300 Q-120,280 -140,260 L-140,220 Q-160,240 -180,260 L-180,300 Q-200,280 -220,260 L-220,220 Q-240,240 -260,260 L-260,300 Q-280,280 -300,260 L-300,220 Q-320,240 -340,260 L-340,300 Q-360,280 -380,260 L-380,220 Q-400,240 -420,260 L-420,300 Q-440,280 -460,260 L-460,220 Q-480,240 -500,260 L-500,300" fill="url(#city)" stroke="#2c3e50" stroke-width="2"/>
<!-- Head -->
<circle cx="150" cy="130" r="30" fill="#f1c40f" stroke="#2c3e50" stroke-width="2"/>
<circle cx="140" cy="120" r="5" fill="#2c3e50">
<radialGradient cx="140" cy="120" r="5" fx="140" fy="110">
<stop offset="0" stop-color="#2c3e50"/>
<stop offset="1" stop-color="#34495e"/>
</radialGradient>
</circle>
<circle cx="160" cy="120" r="5" fill="#2c3e50">
<radialGradient cx="160" cy="120" r="5" fx="160" fy="110">
<stop offset="0" stop-color="#2c3e50"/>
<stop offset="1" stop-color="#34495e"/>
</radialGradient>
</circle>
<!-- Antennae -->
<path d="M140,110 L140,100 L145,105 L140,110" fill="#2c3e50"/>
<path d="M160,110 L160,100 L155,105 L160,110" fill="#2c3e50"/>
<!-- Background elements -->
<path d="M0,0 L50,0 L25,25 L0,50 L0,0" fill="#e67e22" opacity="0.3"/>
<path d="M300,0 L250,0 L275,25 L300,50 L300,0" fill="#e67e22" opacity="0.3"/>
<path d="M0,300 L50,300 L25,275 L0,250 L0,300" fill="#e67e22" opacity="0.3"/>
<path d="M300,300 L250,300 L275,275 L300,250 L300,300" fill="#e67e22" opacity="0.3"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sunset" cx="50%" cy="50%" r="70%" fx="40%" fy="60%">
<stop offset="0%" stop-color="#FF5733"/>
<stop offset="50%" stop-color="#FFC300"/>
<stop offset="100%" stop-color="#DAF7A6"/>
</radialGradient>
<rect width="300" height="300" fill="url(#sunset)"/>
<polygon points="100,250 120,220 180,220 200,250" fill="#333"/>
<ellipse cx="150" cy="260" rx="30" ry="15" fill="#333"/>
<path d="M120,160 a 80 50 0 1 0 100 0" fill="none" stroke="#333" stroke-width="5"/>
<g id="cityscape">
<rect x="120" y="80" width="20" height="60" fill="#222"/>
<rect x="150" y="60" width="30" height="80" fill="#222"/>
<rect x="190" y="90" width="10" height="50" fill="#222"/>
<rect x="130" y="70" width="10" height="30" fill="#222"/>
<polygon points="145,60 155,50 165,60" fill="#FFD700"/>
<polygon points="175,60 185,50 195,60" fill="#FFD700"/>
</g>
<g id="snail-body">
<path d="M100,190 c 20,-20 50,-30 80,-20 c 30,10 50,40 40,70 c -10,30 -50,20 -80,10" fill="#999" stroke="#333" stroke-width="3"/>
<ellipse cx="110" cy="180" rx="15" ry="10" transform="rotate(-20 110, 180)" fill="#666"/>
<ellipse cx="130" cy="170" rx="10" ry="7" transform="rotate(-10 130, 170)" fill="#666"/>
<circle cx="115" cy="175" r="3" fill="white"/>
<circle cx="135" cy="165" r="2" fill="white"/>
</g>
<use href="#cityscape" transform="translate(5, -5) scale(0.8)"/>
<use href="#cityscape" transform="translate(-5, 5) scale(0.6)"/>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by incorporating a more recognizable cityscape shell with distinct geometric elements, effectively capturing the sunset ambiance with a warm color gradient.
Player 1's image, while creative, lacks clarity in depicting a snail or cityscape, making it less aligned with 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
"Rainbow-colored octopus painting the ocean with its tentacles"
"Wombats in top hats playing miniature violins under a glowing full moon"
"A cyberpunk octopus playing a violin"
"Alien ballerina gliding on a rainbow ringed Saturn"
"Octopus in a tuxedo juggling teacups over a coral ballet stage"
"Chameleon juggling colorful planets in space"