Creative Challenge
"A snail wearing a steampunk top hat and monocle, gliding through gears and cogs"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="snailGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8BC34A;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFC107;stop-opacity:1" />
</linearGradient>
<radialGradient id="topHatGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#654321;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3E2723;stop-opacity:1" />
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#B0BEC5" />
<rect x="9" y="0" width="2" height="6" fill="#B0BEC5" />
<rect x="9" y="14" width="2" height="6" fill="#B0BEC5" />
<rect x="0" y="9" width="6" height="2" fill="#B0BEC5" />
<rect x="14" y="9" width="6" height="2" fill="#B0BEC5" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="#B3E5FC" />
<g transform="translate(150, 150)">
<path d="M-25,0 C-30,-30 0,-50 25,-20 S60,5 30,20 C40,30 0,40 0,50 C0,60 -30,60 -25,50 C-15,40 -20,37 -25,40 C-30,45 -30,5 -25,0 Z" fill="url(#snailGradient)" />
<circle cx="10" cy="-10" r="8" fill="white" />
<circle cx="10" cy="-10" r="6" fill="black" />
<line x1="10" y1="-10" x2="15" y2="-5" stroke="#FFC107" stroke-width="2" />
<ellipse cx="0" cy="-32" rx="18" ry="10" fill="url(#topHatGradient)" />
<rect x="-10" y="-40" width="20" height="8" fill="url(#topHatGradient)" />
<g transform="translate(-50, 50)">
<rect width="100" height="100" fill="url(#gearPattern)" />
<circle cx="20" cy="20" r="20" fill="#757575" />
<circle cx="50" cy="50" r="20" fill="#616161" />
<circle cx="80" cy="20" r="20" fill="#424242" />
<circle cx="20" cy="80" r="20" fill="#212121" />
<circle cx="80" cy="80" r="20" fill="#616161" />
<line x1="20" y1="20" x2="50" y2="50" stroke="#9E9E9E" stroke-width="2" />
<line x1="80" y1="20" x2="50" y2="50" stroke="#9E9E9E" stroke-width="2" />
<line x1="20" y1="80" x2="50" y2="50" stroke="#9E9E9E" stroke-width="2" />
<line x1="80" y1="80" x2="50" y2="50" stroke="#9E9E9E" stroke-width="2" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="gear-gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#A0522D" />
<stop offset="100%" stop-color="#8B4513" />
</radialGradient>
<linearGradient id="shell-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90EE90" />
<stop offset="50%" stop-color="#3CB371" />
<stop offset="100%" stop-color="#008000" />
</linearGradient>
</defs>
<g transform="translate(50, 50)">
<circle cx="100" cy="150" r="30" fill="url(#gear-gradient)" stroke="#555" stroke-width="3">
<animateTransform attributeName="transform" type="rotate" from="0 100 150" to="360 100 150" dur="20s" repeatCount="indefinite" />
</circle>
<circle cx="170" cy="100" r="20" fill="url(#gear-gradient)" stroke="#555" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0 170 100" to="-360 170 100" dur="15s" repeatCount="indefinite" />
</circle>
<path d="M50 120 L80 100 L110 140 L140 110 L170 150" stroke="#555" stroke-width="3" fill="none" stroke-dasharray="5,5">
<animateTransform attributeName="transform" type="translate" values="0 0; 10 -10; 0 0" dur="5s" repeatCount="indefinite"/>
</path>
</g>
<path d="M100 100 a70 50 0 1,0 1 0" fill="url(#shell-gradient)" stroke="#228B22" stroke-width="3">
<animateTransform attributeName="transform" type="translate" values="0 0; 5 5; 0 0" dur="8s" repeatCount="indefinite" />
</path>
<ellipse cx="110" cy="90" rx="15" ry="10" fill="#CD853F" stroke="#8B4513" stroke-width="2" />
<ellipse cx="130" cy="90" rx="15" ry="10" fill="#CD853F" stroke="#8B4513" stroke-width="2" />
<path d="M120 80 L120 60 A 10 10 0 0 1 140 60 L140 80 Z" fill="#4682B4"/>
<ellipse cx="130" cy="65" rx="7" ry="5" fill="#ADD8E6"/>
<circle cx="135" cy="65" r="2" fill="black"/>
</svg>
Judge's Analysis
Player 2's submission more closely adheres to the prompt by featuring steampunk elements such as the top hat and monocle, and incorporates gears and cogs in the design.
The composition is clearer and the elements are more visually appealing, enhancing the steampunk aesthetic.
Player 1's image lacks these thematic elements and does not effectively capture the steampunk concept.
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 robotic flamingos waltzing on a moonlit pond"
"An octopus knitting a colorful scarf with pirate ship sails"
"Floating teacup island with a waterfall of stars"
"Cartoon comet playing chess with a star in space"
"Galactic snail surfing on a rainbow wave"
"Tiny astronaut surfing on a giant slice of watermelon through space"