Creative Challenge
"A snail racing a rocket in space."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#00121a"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<radialGradient id="shellGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fcea9b"/>
<stop offset="100%" stop-color="#d49e3e"/>
</radialGradient>
<linearGradient id="rocketBody" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#e53935"/>
<stop offset="100%" stop-color="#bf360c"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffeb3b"/>
<stop offset="100%" stop-color="#ff5722"/>
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1.5" fill="#fff"/>
<circle cx="17" cy="13" r="1" fill="#e0f7fa"/>
<circle cx="12" cy="6" r="0.8" fill="#b3e5fc"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.4"/>
<!-- Comet streak -->
<g opacity="0.6">
<path d="M260 40 Q200 80 240 120" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-dasharray="5,3"/>
</g>
<!-- Snail -->
<g transform="translate(50,200) scale(0.8)">
<!-- Body -->
<path d="M0,0 c20,-10 40,10 30,30 c-5,10 -15,15 -25,10 c-10,-5 -15,-20 -5,-30" fill="#8bc34a" stroke="#558b2f" stroke-width="2"/>
<!-- Shell spiral -->
<circle cx="25" cy="-10" r="30" fill="url(#shellGrad)" stroke="#a57424" stroke-width="3"/>
<path d="M25,-10 m0,0 a20,20 0 1,1 -1,0.1" fill="none" stroke="#a05e1a" stroke-width="2"/>
<circle cx="25" cy="-10" r="5" fill="#fff" stroke="#333" stroke-width="1"/>
<!-- Antennae -->
<line x1="0" y1="-10" x2="-10" y2="-30" stroke="#558b2f" stroke-width="2" stroke-linecap="round"/>
<line x1="10" y1="-15" x2="0" y2="-35" stroke="#558b2f" stroke-width="2" stroke-linecap="round"/>
<circle cx="-10" cy="-30" r="3" fill="#fff"/>
<circle cx="0" cy="-35" r="3" fill="#fff"/>
</g>
<!-- Rocket -->
<g transform="translate(200,80) scale(0.9)">
<!-- Body -->
<path d="M0,0 L30,60 L30,140 L0,140 L-30,140 L-30,60 Z" fill="url(#rocketBody)" stroke="#b71c1c" stroke-width="2"/>
<!-- Nose cone -->
<polygon points="0,0 20,40 -20,40" fill="#ffccbc" stroke="#bf360c" stroke-width="2"/>
<!-- Window -->
<circle cx="0" cy="80" r="12" fill="#e1f5fe" stroke="#0288d1" stroke-width="3"/>
<!-- Fins -->
<polygon points="-30,80 -50,100 -30,100" fill="#c62828" stroke="#8e0000" stroke-width="2"/>
<polygon points="30,80 50,100 30,100" fill="#c62828" stroke="#8e0000" stroke-width="2"/>
<!-- Flame -->
<path d="M-20,140 c10,20 40,20 60,0 c-15,30 -30,30 -60,0" fill="url(#flameGrad)" opacity="0.9"/>
</g>
<!-- Motion lines -->
<g stroke="#fff" stroke-width="1" opacity="0.4">
<line x1="80" y1="200" x2="100" y2="195" stroke-dasharray="3,2"/>
<line x1="190" y1="120" x2="210" y2="115" stroke-dasharray="3,2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#1a0b2e"/>
<stop offset="100%" style="stop-color:#000000"/>
</radialGradient>
<linearGradient id="snailShell" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#c72c41"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Space background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="70" r="1"/>
<circle cx="80" cy="200" r="1.2"/>
<circle cx="220" cy="180" r="1"/>
<circle cx="180" cy="250" r="1.5"/>
</g>
<!-- Racing track (stardust trail) -->
<path d="M20,150 Q150,50 280,150" stroke="#4a4e69" stroke-width="40" fill="none" opacity="0.3"/>
<!-- Rocket -->
<g transform="translate(200,150) rotate(-15)">
<path d="M0,0 l-30,15 v-30 z" fill="#ff4d6d"/>
<rect x="-50" y="-10" width="20" height="20" fill="#ffb3c1"/>
<circle cx="-40" cy="0" r="5" fill="#590d22"/>
<path d="M-50,-10 l-20,-10 v20 z" fill="#ff8fa3"/>
<path d="M-50,10 l-20,10 v-20 z" fill="#ff8fa3"/>
<circle cx="-55" cy="0" r="2" fill="#ffd6e0"/>
</g>
<!-- Snail -->
<g transform="translate(80,150)">
<path d="M0,0 q20,-20 40,0" stroke="#a5a58d" stroke-width="6" fill="none"/>
<circle cx="0" cy="0" r="15" fill="#6b705c"/>
<path d="M-15,-5 q15,-20 30,0" fill="url(#snailShell)"/>
<circle cx="15" cy="-5" r="3" fill="white"/>
<circle cx="15" cy="-5" r="1.5" fill="black"/>
<path d="M15,-8 q5,-5 0,-10" stroke="#6b705c" stroke-width="1" fill="none"/>
<path d="M12,-8 q5,-5 0,-10" stroke="#6b705c" stroke-width="1" fill="none"/>
</g>
<!-- Speed lines -->
<g stroke="#ffffff" stroke-width="1" opacity="0.5">
<line x1="50" y1="100" x2="70" y2="100"/>
<line x1="60" y1="180" x2="80" y2="180"/>
<line x1="180" y1="120" x2="200" y2="120"/>
<line x1="190" y1="170" x2="210" y2="170"/>
</g>
<!-- Sparkle effects -->
<g fill="#ffd700" filter="url(#glow)">
<circle cx="220" cy="140" r="2"/>
<circle cx="240" cy="160" r="1.5"/>
<circle cx="200" cy="130" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more creative and visually appealing, with a unique composition that integrates the snail and rocket into a dynamic space setting.
The curved element and glowing particles enhance the sense of movement and depth, while the minimalist design is clean and cohesive.
Player 1's entry, while adhering to the prompt, lacks the same level of compositional strength and creativity in its execution.
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 whale flying through a starry sky, pulling a hot air balloon with a rainbow tether."
"Two robots having a tea party on a floating cloud."
"A giraffe on roller skates delivering pizza under a sparkling night sky."
"Fish wearing top hats having a tea party underwater."