Creative Challenge
"A snail surfing on a pizza slice through a cosmic wave"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmicGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff7f7f"/>
<stop offset="100%" stop-color="#330072"/>
</radialGradient>
<linearGradient id="waveGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#002aff"/>
<stop offset="100%" stop-color="#00fff0"/>
</linearGradient>
<linearGradient id="snailBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#6a0dad"/>
<stop offset="100%" stop-color="#ff77ff"/>
</linearGradient>
<linearGradient id="snailShellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffae00"/>
<stop offset="100%" stop-color="#ff4500"/>
</linearGradient>
<pattern id="pizzaPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#ffe135"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#cosmicGradient)" />
<path d="M0 200 C50 150, 150 150, 200 200 C250 250, 350 250, 300 300" fill="url(#waveGradient)" opacity="0.7"/>
<g transform="translate(50, 150) rotate(-20)">
<rect x="-10" y="-30" width="60" height="10" fill="url(#pizzaPattern)" stroke="#8b4513" stroke-width="3"/>
<path d="M0,-30 Q15,-55, 45,-30 Q70,-10, 0,0 Z" fill="url(#pizzaPattern)" stroke="#8b4513" stroke-width="3"/>
</g>
<g transform="translate(70, 150) scale(1.5)">
<ellipse cx="0" cy="0" rx="12" ry="20" fill="url(#snailBodyGradient)" />
<circle cx="0" cy="-12" r="8" fill="url(#snailShellGradient)" />
<line x1="-5" y1="-8" x2="-10" y2="-20" stroke="black" stroke-width="2"/>
<line x1="5" y1="-8" x2="10" y2="-20" stroke="black" stroke-width="2"/>
<circle cx="-10" cy="-22" r="2" fill="black" />
<circle cx="10" cy="-22" r="2" fill="black" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cosmic Background with Stars -->
<defs>
<radialGradient id="cosmicBg" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#3a0088" />
<stop offset="50%" stop-color="#170042" />
<stop offset="100%" stop-color="#050018" />
</radialGradient>
<radialGradient id="waveGlow" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#40e0ff" stop-opacity="0.9" />
<stop offset="100%" stop-color="#0064aa" stop-opacity="0.2" />
</radialGradient>
<linearGradient id="pizzaCrust" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d4a76a" />
<stop offset="50%" stop-color="#b88c44" />
<stop offset="100%" stop-color="#8c6024" />
</linearGradient>
<linearGradient id="pizzaTop" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffd166" />
<stop offset="100%" stop-color="#e8b828" />
</linearGradient>
<linearGradient id="snailShell" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00c6ff" />
<stop offset="50%" stop-color="#8a2be2" />
<stop offset="100%" stop-color="#ff5e62" />
</linearGradient>
<linearGradient id="snailBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#a6ff96" />
<stop offset="100%" stop-color="#50b38a" />
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#cosmicBg)" />
<!-- Stars -->
<g fill="#fff">
<circle cx="30" cy="40" r="1" opacity="0.8" />
<circle cx="60" cy="20" r="0.8" opacity="0.7" />
<circle cx="100" cy="50" r="1.2" opacity="0.9" />
<circle cx="150" cy="30" r="0.6" opacity="0.8" />
<circle cx="200" cy="25" r="1" opacity="0.7" />
<circle cx="240" cy="45" r="0.7" opacity="0.9" />
<circle cx="270" cy="60" r="1.1" opacity="0.8" />
<circle cx="45" cy="90" r="0.9" opacity="0.6" />
<circle cx="85" cy="70" r="0.7" opacity="0.7" />
<circle cx="280" cy="100" r="1" opacity="0.8" />
<circle cx="210" cy="80" r="0.8" opacity="0.9" />
<circle cx="30" cy="180" r="1.2" opacity="0.7" />
<circle cx="260" cy="190" r="0.7" opacity="0.6" />
<circle cx="180" cy="270" r="0.9" opacity="0.8" />
<circle cx="50" cy="250" r="1" opacity="0.7" />
<circle cx="280" cy="240" r="0.6" opacity="0.9" />
</g>
<!-- Cosmic Wave -->
<path d="M0,180 Q75,120 150,180 T300,180 L300,300 L0,300 Z" fill="#1a75ff" opacity="0.7" />
<path d="M0,190 Q75,130 150,190 T300,190 L300,300 L0,300 Z" fill="#4d94ff" opacity="0.5" />
<path d="M0,200 Q75,150 150,200 T300,200 L300,300 L0,300 Z" fill="url(#waveGlow)" opacity="0.6" />
<!-- Wave Foam -->
<path d="M0,180 Q30,175 45,180 T75,175 T100,185 T125,175 T150,180 T175,175 T200,185 T225,175 T250,180 T275,175 T300,180"
fill="none" stroke="white" stroke-width="2" opacity="0.6" stroke-linecap="round" />
<!-- Pizza Slice -->
<g transform="translate(130, 160) rotate(-10)">
<!-- Crust -->
<path d="M0,0 L70,50 L-20,100 Z" fill="url(#pizzaCrust)" stroke="#8c6024" stroke-width="2" />
<!-- Top -->
<path d="M0,0 L50,44 L-15,85 Z" fill="url(#pizzaTop)" />
<!-- Pepperoni -->
<circle cx="10" cy="30" r="5" fill="#d62828" />
<circle cx="30" cy="50" r="6" fill="#d62828" />
<circle cx="5" cy="60" r="4" fill="#d62828" />
<!-- Cheese Drips -->
<path d="M15,85 Q18,95 22,85" fill="none" stroke="#ffd166" stroke-width="2" />
<path d="M35,75 Q38,90 42,75" fill="none" stroke="#ffd166" stroke-width="2" />
</g>
<!-- Snail -->
<g transform="translate(130, 150) rotate(-15)">
<!-- Shell -->
<path d="M0,0 a15,15 0 1,0 30,0 a15,15 0 1,0 -30,0" fill="url(#snailShell)" stroke="#333" stroke-width="1" />
<path d="M15,15 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0" fill="none" stroke="#fff" stroke-width="1" opacity="0.6" />
<path d="M15,15 a12,12 0 1,0 24,0 a12,12 0 1,0 -24,0" fill="none" stroke="#fff" stroke-width="1" opacity="0.4" />
<!-- Body -->
<path d="M0,15 C-5,20 -10,25 -15,30 C-18,32 -18,38 -15,40 C-10,43 -5,41 0,40 Z" fill="url(#snailBody)" />
<!-- Eyes on Stalks -->
<path d="M-15,35 C-18,25 -20,20 -18,18" fill="none" stroke="#50b38a" stroke-width="2" />
<circle cx="-18" cy="18" r="1.5" fill="#333" />
<path d="M-15,33 C-12,23 -10,20 -12,17" fill="none" stroke="#50b38a" stroke-width="2" />
<circle cx="-12" cy="17" r="1.5" fill="#333" />
<!-- Sunglasses -->
<path d="M-22,18 L-14,18" stroke="#333" stroke-width="0.5" />
<rect x="-21" y="16" width="6" height="4" rx="1" fill="#333" />
<rect x="-14" y="16" width="6" height="4" rx="1" fill="#333" />
</g>
<!-- Cosmic Particles -->
<g filter="url(#glow)">
<circle cx="80" cy="200" r="2" fill="#ff9e64" />
<circle cx="200" cy="220" r="1.5" fill="#ff5e5e" />
<circle cx="150" cy="240" r="2" fill="#64ff9e" />
<circle cx="220" cy="180" r="1" fill="#9e64ff" />
<circle cx="90" cy="150" r="1.5" fill="#64ffff" />
</g>
<!-- Small Galaxies -->
<g opacity="0.7">
<ellipse cx="50" cy="50" rx="15" ry="5" transform="rotate(45 50 50)" fill="#ff5e62" opacity="0.3" />
<ellipse cx="250" cy="70" rx="20" ry="4" transform="rotate(-30 250 70)" fill="#a6ff96" opacity="0.3" />
</g>
<!-- Motion Lines -->
<g stroke="#fff" stroke-width="1" opacity="0.6" stroke-linecap="round">
<line x1="90" y1="150" x2="70" y2="145" />
<line x1="95" y1="170" x2="75" y2="165" />
<line x1="100" y1="190" x2="80" y2="185" />
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates higher creativity and technical quality.
The cosmic elements and dynamic wave design enhance the visual appeal, and the snail is clearly depicted surfing on a pizza slice.
Meanwhile, Player 1's image, though colorful, lacks detail and clear representation of the prompt 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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"