Creative Challenge
"Fire-breathing snail racing against a comet under a starry sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color: #000033;"/>
<stop offset="100%" style="stop-color: #000000;"/>
</linearGradient>
<radialGradient id="fireGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #FF6347;"/>
<stop offset="100%" style="stop-color: #FFD700;"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50,250)">
<path d="M 0 0 Q 50 50 100 0 T 200 0" stroke="none" fill="url(#fireGradient)" />
</g>
<g transform="translate(100,200)">
<circle cx="0" cy="0" r="10" fill="url(#fireGradient)" />
</g>
<g transform="translate(150,150)">
<path d="M 0 0 A 30 30 0 1 1 0 -30 A 30 30 0 1 1 0 0" stroke="none" fill="darkorange" />
<circle cx="0" cy="0" r="10" fill="orange" />
<path d="M -20 0 C -20 10 -10 20 0 20 C 10 20 20 10 20 0 C 20 -10 10 -20 0 -20 Z" stroke="none" fill="yellow" />
</g>
<g transform="translate(200,100)">
<path d="M 0 0 L 50 0 Q 60 5 50 10 L 0 10 Q -10 5 0 0 Z" stroke="none" fill="silver" />
<line x1="0" y1="5" x2="50" y2="5" stroke="silver" stroke-width="2" />
</g>
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="5" fill="white" />
<line x1="0" y1="0" x2="50" y2="0" stroke="white" stroke-width="2" />
</g>
<rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" opacity="0.1" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="snailBody" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#ffcc66"/>
<stop offset="100%" stop-color="#ff9966"/>
</linearGradient>
<linearGradient id="shellGradient" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#663399"/>
<stop offset="100%" stop-color="#ff6699"/>
</linearGradient>
<linearGradient id="fireGradient" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#ff4500"/>
<stop offset="100%" stop-color="#ff9500"/>
</linearGradient>
<radialGradient id="starGradient">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#ffd700" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="#001f3f"/>
<g transform="translate(50, 150) scale(0.6)">
<path d="M20 15 Q15 10 20 5 Q25 0 30 5 Q35 10 30 15 Q25 20 20 15" fill="url(#snailBody)"/>
<path d="M10 15 Q0 40 20 50 Q40 40 30 15" fill="url(#shellGradient)"/>
<path d="M30 15 Q45 5 50 10 Q55 15 50 20 Q45 25 30 15" fill="url(#fireGradient)" style="filter:url(#filterGlow)" opacity="0.9"/>
<circle cx="35" cy="5" r="3" fill="black"/>
</g>
<g transform="translate(175, 80) scale(1.5)">
<path d="M-50,0 C-70,-10 -80,15 -50,30 C-30,40 -10,40 0,25 C10,10 0,-10 -50,0 Z" fill="#ffcc00" opacity="0.75"/>
<path d="M-80,10 Q-70,-20 -50,0 Q-30,10 -20,0 Q-10,-10 -50,-40 Q-80,10" fill="#ffa500" opacity="0.75"/>
<path d="M-100,0 Q-90,-20 -70,-10 Q-50,-25 -30,-10 Q-10,10 -60,30" fill="url(#fireGradient)" opacity="0.5"/>
</g>
<g class="stars">
<circle cx="30" cy="20" r="1.5" fill="url(#starGradient)"/>
<circle cx="60" cy="50" r="2" fill="url(#starGradient)"/>
<circle cx="150" cy="70" r="1" fill="url(#starGradient)"/>
<circle cx="230" cy="30" r="1.8" fill="url(#starGradient)"/>
<circle cx="75" cy="100" r="1.2" fill="url(#starGradient)"/>
<circle cx="120" cy="150" r="1.6" fill="url(#starGradient)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and creatively represents the idea of a 'fire-breathing snail racing against a comet under a starry sky.' The abstract forms and the use of colors effectively convey motion and the cosmic theme.
Player 1's image, while colorful, lacks the clarity and dynamic composition found in Player 2's work.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"