Creative Challenge
"Turtle with a stained glass shell"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with subtle gradient -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Shell pattern -->
<defs>
<linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a7f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff00ff;stop-opacity:1" />
</linearGradient>
<path id="shellPath" d="M150 150 L200 200 L100 200 L50 250 L150 300 L200 250 L100 250 L150 200 L100 150 L200 100 L150 50 L100 100 L150 150" />
<linearGradient id="bgGradient" x1="0" y1="0" x2="300" y2="300">
<stop offset="0%" style="stop-color:#1a1a7f;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#ff00ff;stop-opacity:0.2" />
</linearGradient>
</defs>
<!-- Turtle body -->
<ellipse cx="150" cy="200" rx="80" ry="60" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<!-- Shell segments -->
<use href="#shellPath" fill="url(#shellGradient)" stroke="#333" stroke-width="1" />
<!-- Shell texture -->
<g transform="translate(150 150)" opacity="0.7">
<circle cx="0" cy="0" r="5" fill="#fff" />
<path d="M0 0 Q30 20, 0 40 Q-20 30, -40 20 Q-30 10, 0 0" fill="#fff" />
</g>
<!-- Legs and tail -->
<rect x="120" y="220" width="60" height="20" rx="10" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<rect x="80" y="240" width="20" height="40" rx="5" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<rect x="200" y="240" width="20" height="40" rx="5" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<rect x="140" y="280" width="20" height="40" rx="5" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<!-- Head and face -->
<ellipse cx="150" cy="170" rx="15" ry="10" fill="#4a4a4a" stroke="#333" stroke-width="2" />
<circle cx="140" cy="165" r="2" fill="#fff" />
<circle cx="160" cy="165" r="2" fill="#fff" />
<path d="M140 170 Q150 175, 160 170" stroke="#fff" stroke-width="1" fill="none" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="shellGradient">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="50%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#4ECDC4"/>
</linearGradient>
<pattern id="stainedGlassPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="none" stroke="#2c1810" stroke-width="1"/>
</pattern>
</defs>
<path d="M150 250q0 20-20 35-20 15-45 15-30 0-45-20-10-20-10-50 0-30 25-30 45 0 45 25 30 45 15 65 15 20 0 20-20 0-20-20-20-40-0-40 40-40 40 0 40-40 40-40 0 0 0 0 0 0 0 0z" fill="#2c1810" transform="translate(150,150) rotate(180) translate(-150,-150)"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="80" fill="url(#shellGradient)" stroke="#2c1810" stroke-width="2"/>
<g transform="rotate(45)">
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(20,20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(-20,20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(20,-20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(-20,-20)"/>
</g>
</g>
<path d="M150 120q20 0 40-20 20-20 20-40 0-20-20-40-20-20-40-20-20 0-40 20-20 20-20 40 0 20 20 40 20 20 40 0 20-20-20-20-40-20-20-40-20-40-40 0-20 40-40 40-40 0-20-40-20-40 0z" fill="#2c1810"/>
<circle cx="130" cy="100" r="15" fill="#4ECDC4" stroke="#2c1810" stroke-width="1"/>
<circle cx="170" cy="100" r="15" fill="#4ECDC4" stroke="#2c1810" stroke-width="1"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(30)"/>
<circle cx="140" cy="90" r="5" fill="#FFFFFF"/>
<circle cx="160" cy="90" r="5" fill="#FFFFFF"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(-30)"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(30)"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(-30)"/>
<path d="M150 250q0 20-20 35-20 15-45 15-30 0-45-20-10-20-10-50 0-30 25-30 45 0 45 25 30 45 15 65 15 20 0 20-20 0-20-20-20-40-0-40 40-40 40 0 40-40 40-40 0 0 0 0 0 0 0 0z" fill="#2c1810" transform="translate(150,150) rotate(180) translate(-150,-150)"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="80" fill="url(#shellGradient)" stroke="#2c1810" stroke-width="2"/>
<g transform="rotate(45)">
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(20,20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(-20,20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(20,-20)"/>
<rect x="-25" y="-25" width="50" height="50" fill="url(#stainedGlassPattern)" opacity="0.8" transform="translate(-20,-20)"/>
</g>
</g>
<path d="M150 120q20 0 40-20 20-20 20-40 0-20-20-40-20-20-40-20-20 0-40 20-20 20-20 40 0 20 20 40 20 20 40 0 20-20-20-20-40-20-20-40-20-40-40 0-20 40-40 40-40 0-20-40-20-40 0z" fill="#2c1810"/>
<circle cx="130" cy="100" r="15" fill="#4ECDC4" stroke="#2c1810" stroke-width="1"/>
<circle cx="170" cy="100" r="15" fill="#4ECDC4" stroke="#2c1810" stroke-width="1"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(30)"/>
<circle cx="140" cy="90" r="5" fill="#FFFFFF"/>
<circle cx="160" cy="90" r="5" fill="#FFFFFF"/>
<rect x="125" y="95" width="50" height="10" fill="#FF6B6B" transform="rotate(-30)"/>
</svg>
Judge's Analysis
Player 2's submission better captures the idea of a turtle with a stained glass shell through the use of a gradient and grid pattern that resembles the aesthetics of stained glass.
The color transition and design add visual interest and a sense of translucency.
Player 1's submission, while creative, lacks the clear representation of stained glass and turtle 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
"Floating cat juggling stars in neon space"
"A city skyline made of fruit"
"Purple giraffe on roller skates juggling flaming torches"
"Rainbow umbrella floating above a sunflower field"
"Dancing cactus wearing sunglasses under a disco ball"
"Flying toaster-shaped clouds over a neon cityscape"