Creative Challenge
"A snail with a galaxy shell, stars twinkling through"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="20%" style="stop-color:rgb(150,0,255);stop-opacity:1" />
<stop offset="70%" style="stop-color:rgb(0,0,128);stop-opacity:1" />
<stop offset="90%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
</radialGradient>
<circle id="star" r="1.5" fill="white" />
</defs>
<rect width="100%" height="100%" fill="black" />
<g transform="translate(150, 150)">
<path d="M-40,-40 C-80,-60 -120,20 -40,80 C40,140 120,80 120,-20 C120,-80 50,-60 -40,-40 Z"
fill="url(#galaxyGradient)" stroke="white" stroke-width="2"/>
<g fill="white">
<use xlink:href="#star" x="-20" y="-40" />
<use xlink:href="#star" x="30" y="-70" />
<use xlink:href="#star" x="-70" y="-10" />
<use xlink:href="#star" x="10" y="50" />
<use xlink:href="#star" x="60" y="10" />
</g>
</g>
<path d="M60,130 Q40,100 100,100 Q140,100 180,150 Q220,200 140,200 Q120,200 100,180 Q80,160 80,150 C80,140 70,130 60,130 Z" fill="#9b7653" />
<ellipse cx="75" cy="125" rx="5" ry="8" fill="white" />
<ellipse cx="85" cy="130" rx="5" ry="8" fill="white" />
<ellipse cx="95" cy="135" rx="5" ry="8" fill="white" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#110e34" rx="10" />
<!-- Galaxy Shell -->
<g transform="translate(150, 160)">
<circle cx="0" cy="-40" r="70" fill="#421f79" opacity="0.5" />
<circle cx="0" cy="-40" r="60" fill="url(#galaxyGradient)" />
<circle cx="0" cy="-40" r="40" fill="#080425" />
</g>
<!-- Stars -->
<g>
<circle cx="50" cy="80" r="3" fill="#fff" />
<circle cx="170" cy="120" r="2" fill="#fff" />
<circle cx="220" cy="180" r="4" fill="#fff" />
<circle cx="280" cy="100" r="3" fill="#fff" />
<circle cx="100" cy="240" r="2" fill="#fff" />
</g>
<!-- Snail Body -->
<g transform="translate(140, 240)">
<ellipse cx="10" cy="0" rx="20" ry="15" fill="#765d49" />
<ellipse cx="10" cy="0" rx="10" ry="5" fill="#533635" />
<ellipse cx="25" cy="0" rx="15" ry="10" fill="#765d49" />
</g>
<!-- Snail Antennae -->
<g transform="translate(130, 220)">
<rect x="0" y="0" width="5" height="20" fill="#533635" rx="2" />
</g>
<g transform="translate(170, 220)">
<rect x="0" y="0" width="5" height="20" fill="#533635" rx="2" />
</g>
<!-- Galaxy Gradient -->
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#421f79" />
<stop offset="20%" stop-color="#482690" />
<stop offset="40%" stop-color="#393056" />
<stop offset="60%" stop-color="#923f9f" />
<stop offset="80%" stop-color="#7d30af" />
<stop offset="100%" stop-color="#421f79" />
</radialGradient>
</defs>
</svg>
Judge's Analysis
Player 2's image captures the concept of a snail with a galaxy shell more effectively.
The use of a dark background with stars enhances the idea of a galaxy, and the central purple shell suggests a cosmic theme.
The visual appeal and adherence to the prompt are stronger in Player 2's submission.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"