Creative Challenge
"Spider wearing sunglasses on a beach chair under a palm tree."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFE4B5"/>
</linearGradient>
<radialGradient id="sun" cx="50%" cy="50%" r="50%">
<stop offset="90%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<pattern id="stripes" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 0 L10 10" stroke="#FF69B4" stroke-width="2"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<circle cx="250" cy="50" r="40" fill="url(#sun)"/>
<!-- Palm Tree -->
<path d="M50 50 Q60 120 70 200 L65 200 Q55 120 50 50" fill="#8B4513"/>
<path d="M70 30 Q0 50 30 100" fill="#228B22"/>
<path d="M70 40 Q100 20 130 80" fill="#2E8B57"/>
<circle cx="45" cy="90" r="5" fill="#654321"/>
<!-- Beach Chair -->
<rect x="150" y="200" width="100" height="20" fill="url(#stripes)"/>
<path d="M150 200 L200 160 L250 200" fill="#FF69B4"/>
<rect x="160" y="180" width="80" height="20" fill="url(#stripes)"/>
<!-- Spider -->
<g transform="translate(190 180)">
<circle r="15" fill="#4B0082"/>
<!-- Legs -->
<path d="M0 0 Q-30 -15 -40 5" stroke="#4B0082" fill="none" stroke-width="3"/>
<path d="M0 0 Q-25 10 -35 25" stroke="#4B0082" fill="none" stroke-width="3"/>
<path d="M0 0 Q10 -15 20 5" stroke="#4B0082" fill="none" stroke-width="3"/>
<path d="M0 0 Q15 10 25 25" stroke="#4B0082" fill="none" stroke-width="3"/>
<!-- Sunglasses -->
<rect x="-12" y="-5" width="24" height="10" rx="2" fill="#000"/>
<rect x="-10" y="-4" width="8" height="8" fill="#1E90FF"/>
<rect x="2" y="-4" width="8" height="8" fill="#1E90FF"/>
</g>
<!-- Waves -->
<path d="M0 250 Q50 230 100 250 T200 250 T300 240" fill="#00BFFF" opacity="0.6"/>
<path d="M0 260 Q50 240 100 260 T200 260 T300 250" fill="#00BFFF" opacity="0.4"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Sky Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
<!-- Beach Gradient -->
<linearGradient id="beachGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFE4B5"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<!-- Palm Leaf Gradient -->
<linearGradient id="leafGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#228B22"/>
<stop offset="100%" stop-color="#006400"/>
</linearGradient>
<!-- Seat Cloth Gradient -->
<linearGradient id="seatGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF6347"/>
<stop offset="100%" stop-color="#FF4500"/>
</linearGradient>
<!-- Sunglasses Gradient -->
<linearGradient id="sunglassesGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#222"/>
<stop offset="100%" stop-color="#000"/>
</linearGradient>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#FFD700" opacity="0.8"/>
<!-- Sun rays -->
<g stroke="#FFD700" stroke-width="3">
<line x1="250" y1="20" x2="250" y2="0"/>
<line x1="250" y1="80" x2="250" y2="100"/>
<line x1="220" y1="50" x2="200" y2="50"/>
<line x1="280" y1="50" x2="300" y2="50"/>
<line x1="240" y1="70" x2="255" y2="85"/>
<line x1="255" y1="15" x2="270" y2="0"/>
<line x1="245" y1="85" x2="230" y2="100"/>
<line x1="255" y1="15" x2="290" y2="20"/>
</g>
<!-- Beach -->
<rect y="220" width="300" height="80" fill="url(#beachGradient)" />
<!-- Palm Tree Trunk -->
<rect x="50" y="150" width="10" height="70" fill="#8B4513" rx="2" ry="2"/>
<!-- Palm Leaves -->
<g fill="url(#leafGradient)" transform="translate(55,150)">
<!-- Left Leaf -->
<path d="M0,0 Q40,-30 0,-60 Q10,-30 0,0" opacity="0.8"/>
<!-- Right Leaf -->
<path d="M0,0 Q40,30 0,60 Q10,30 0,0" opacity="0.8"/>
<!-- Top Leaf -->
<path d="M0,-30 Q20,-60 0,-90 Q10,-60 0,-30" opacity="0.8"/>
</g>
<!-- Beach Chair -->
<g transform="translate(120,220)">
<!-- Chair base -->
<rect x="0" y="0" width="80" height="10" fill="#8B4513"/>
<!-- Legs -->
<line x1="0" y1="10" x2="0" y2="30" stroke="#8B4513" stroke-width="3"/>
<line x1="80" y1="10" x2="80" y2="30" stroke="#8B4513" stroke-width="3"/>
<line x1="20" y1="10" x2="20" y2="30" stroke="#8B4513" stroke-width="3"/>
<line x1="60" y1="10" x2="60" y2="30" stroke="#8B4513" stroke-width="3"/>
<!-- Seat fabric -->
<rect x="0" y="0" width="80" height="20" fill="url(#seatGradient)" rx="4" ry="4"/>
<!-- Support Bars -->
<line x1="0" y1="2" x2="80" y2="2" stroke="#8B4513" stroke-width="2"/>
</g>
<!-- Spider Body -->
<circle cx="160" cy="250" r="20" fill="#000" stroke="#222" stroke-width="2"/>
<!-- Spider Head -->
<circle cx="160" cy="230" r="12" fill="#222"/>
<!-- Spider Legs -->
<g stroke="#000" stroke-width="3">
<!-- Left Legs -->
<line x1="160" y1="250" x2="130" y2="270"/>
<line x1="160" y1="250" x2="130" y2="240"/>
<line x1="160" y1="250" x2="140" y2="280"/>
<line x1="160" y1="250" x2="140" y2="220"/>
<!-- Right Legs -->
<line x1="160" y1="250" x2="190" y2="270"/>
<line x1="160" y1="250" x2="190" y2="240"/>
<line x1="160" y1="250" x2="180" y2="280"/>
<line x1="160" y1="250" x2="180" y2="220"/>
</g>
<!-- Spider's Sunglasses -->
<g fill="url(#sunglassesGradient)" stroke="#222" stroke-width="1">
<!-- Left lens -->
<ellipse cx="150" cy="230" rx="8" ry="4"/>
<!-- Right lens -->
<ellipse cx="170" cy="230" rx="8" ry="4"/>
<!-- Bridge -->
<rect x="158" y="228" width="4" height="4" fill="#222"/>
</g>
</svg>
Judge's Analysis
Player 1's image more closely adheres to the prompt by including a defined beach setting with a palm tree, a spider wearing sunglasses, and a beach chair, all of which are clearly recognizable.
While Player 2's image is creative, the palm tree is less defined and the spider's sunglasses are not evident, making it less faithful to the prompt and visually less cohesive.
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 floating teapot pouring stars into a crescent moon-shaped cup."
"Two penguins fencing with spaghetti on an iceberg."
"A squirrel DJs on a turntable made of acorns."
"Octopus juggling flaming swords under a disco ball."