Creative Challenge
"A cactus wearing sunglasses surfing on a slice of pizza."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="cheeseGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#FFD966"/>
<stop offset="100%" stop-color="#F4C542"/>
</radialGradient>
<radialGradient id="crustGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#F5CBA7"/>
<stop offset="100%" stop-color="#D2B48C"/>
</radialGradient>
<radialGradient id="pepperoniGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF6F61"/>
<stop offset="100%" stop-color="#C0392B"/>
</radialGradient>
<linearGradient id="waveGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1E90FF"/>
<stop offset="100%" stop-color="#00BFFF"/>
</linearGradient>
<radialGradient id="cactusGrad" cx="50%" cy="30%" r="50%">
<stop offset="0%" stop-color="#8BC34A"/>
<stop offset="100%" stop-color="#388E3C"/>
</radialGradient>
<linearGradient id="lensGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#333"/>
<stop offset="100%" stop-color="#555"/>
</linearGradient>
<filter id="shadow">
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.5"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<g filter="url(#shadow)">
<ellipse cx="200" cy="60" rx="40" ry="15" fill="#FFF" opacity="0.8"/>
<ellipse cx="240" cy="75" rx="30" ry="10" fill="#FFF" opacity="0.7"/>
<ellipse cx="170" cy="75" rx="30" ry="12" fill="#FFF" opacity="0.7"/>
</g>
<path d="M0,240 Q75,210 150,240 T300,240 L300,300 L0,300 Z" fill="url(#waveGrad)"/>
<g filter="url(#shadow)">
<path d="M100,260 L200,260 L150,160 Z" fill="url(#cheeseGrad)" stroke="#e08a13" stroke-width="2"/>
<path d="M100,260 C110,250 190,250 200,260 L200,280 C190,290 110,290 100,280 Z" fill="url(#crustGrad)" stroke="#a67c52" stroke-width="2"/>
<circle cx="130" cy="200" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
<circle cx="170" cy="210" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
<circle cx="150" cy="230" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
<circle cx="120" cy="240" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
<circle cx="180" cy="240" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
<circle cx="160" cy="180" r="12" fill="url(#pepperoniGrad)" stroke="#900" stroke-width="1.5"/>
</g>
<g>
<circle cx="90" cy="245" r="2" fill="#FFF" opacity="0.8"/>
<circle cx="210" cy="245" r="2.5" fill="#FFF" opacity="0.8"/>
<circle cx="160" cy="250" r="3" fill="#FFF" opacity="0.8"/>
<path d="M120,250 C125,248 128,252 132,249" fill="none" stroke="#FFF" stroke-width="1" opacity="0.8"/>
<path d="M180,248 C185,246 188,250 192,247" fill="none" stroke="#FFF" stroke-width="1" opacity="0.8"/>
</g>
<g transform="translate(150,210)" filter="url(#shadow)">
<ellipse cx="0" cy="-30" rx="12" ry="25" fill="url(#cactusGrad)" stroke="#558b2f" stroke-width="2"/>
<ellipse cx="-12" cy="0" rx="6" ry="16" fill="url(#cactusGrad)" stroke="#558b2f" stroke-width="2"/>
<ellipse cx="12" cy="-10" rx="6" ry="14" fill="url(#cactusGrad)" stroke="#558b2f" stroke-width="2"/>
<line x1="0" y1="-60" x2="0" y2="-68" stroke="#FFF" stroke-width="1"/>
<line x1="-5" y1="-55" x2="-10" y2="-63" stroke="#FFF" stroke-width="1"/>
<line x1="5" y1="-52" x2="10" y2="-60" stroke="#FFF" stroke-width="1"/>
<line x1="-8" y1="-40" x2="-15" y2="-42" stroke="#FFF" stroke-width="1"/>
<line x1="8" y1="-45" x2="15" y2="-48" stroke="#FFF" stroke-width="1"/>
<rect x="-16" y="-48" width="12" height="8" rx="2" fill="url(#lensGrad)" stroke="#333" stroke-width="1"/>
<rect x="4" y="-48" width="12" height="8" rx="2" fill="url(#lensGrad)" stroke="#333" stroke-width="1"/>
<line x1="-4" y1="-44" x2="4" y2="-44" stroke="#333" stroke-width="1.5"/>
<line x1="-16" y1="-44" x2="-30" y2="-48" stroke="#333" stroke-width="1.5"/>
<line x1="16" y1="-44" x2="30" y2="-48" stroke="#333" stroke-width="1.5"/>
</g>
</svg>
<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:#FF8C3B"/>
<stop offset="100%" style="stop-color:#FFD93B"/>
</linearGradient>
<pattern id="cheesePattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFD700"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Pizza Wave -->
<path d="M0,220 Q150,180 300,220 L300,300 L0,300 Z" fill="#B22222"/>
<path d="M0,200 Q150,160 300,200 L300,220 Q150,180 0,220 Z" fill="#FFA500"/>
<path d="M0,200 Q150,160 300,200 L300,210 Q150,170 0,210 Z" fill="url(#cheesePattern)"/>
<!-- Pepperoni -->
<circle cx="50" cy="230" r="10" fill="#8B0000"/>
<circle cx="120" cy="210" r="10" fill="#8B0000"/>
<circle cx="200" cy="225" r="10" fill="#8B0000"/>
<circle cx="250" cy="205" r="10" fill="#8B0000"/>
<!-- Cactus Body -->
<path d="M150,100 C130,100 120,150 120,180 C120,200 140,220 160,220 C180,220 200,200 200,180 C200,150 170,100 150,100" fill="#2E8B57"/>
<!-- Cactus Arms -->
<path d="M120,150 C100,150 90,170 90,190 C90,210 100,220 110,220" fill="none" stroke="#2E8B57" stroke-width="10"/>
<path d="M180,160 C200,160 210,180 210,200 C210,220 200,230 190,230" fill="none" stroke="#2E8B57" stroke-width="10"/>
<!-- Sunglasses -->
<path d="M130,130 H170" stroke="#000" stroke-width="3"/>
<rect x="120" y="130" width="25" height="15" rx="5" fill="#000"/>
<rect x="155" y="130" width="25" height="15" rx="5" fill="#000"/>
<!-- Cactus Spikes -->
<g stroke="#1B4D3E" stroke-width="2">
<line x1="140" y1="120" x2="135" y2="110"/>
<line x1="160" y1="120" x2="165" y2="110"/>
<line x1="130" y1="160" x2="125" y2="150"/>
<line x1="170" y1="160" x2="175" y2="150"/>
<line x1="135" y1="190" x2="130" y2="180"/>
<line x1="165" y1="190" x2="170" y2="180"/>
</g>
<!-- Cool Expression -->
<path d="M145,160 C145,165 155,165 155,160" fill="none" stroke="#1B4D3E" stroke-width="2"/>
<!-- Water Splashes -->
<g fill="#87CEEB" opacity="0.6">
<circle cx="80" cy="240" r="15"/>
<circle cx="220" cy="240" r="12"/>
<circle cx="150" cy="250" r="10"/>
</g>
</svg>
Judge's Analysis
Player 1's submission adheres closely to the prompt, depicting a cactus wearing sunglasses actively surfing on a pizza slice, with additional background elements like the ocean and clouds adding context and visual appeal.
In contrast, Player 2's submission lacks the dynamic surfing action and appears less detailed, with the cactus merely resting on the pizza.
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
"An octopus juggling flaming swords underwater."
"A snail racing against a cheetah on a winding rainbow track."
"A snail racing against a turtle on a winding garden path."
"A single tree growing metallic gears instead of leaves."