Creative Challenge
"A snail wearing a crown racing against a cheetah on roller skates."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="sun" cx="50%" cy="50%" r="50%">
<stop offset="70%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</radialGradient>
<pattern id="track" patternUnits="userSpaceOnUse" width="20" height="20">
<path d="M0 20L20 0" stroke="#666" stroke-width="3"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<circle cx="250" cy="50" r="40" fill="url(#sun)" opacity="0.9"/>
<!-- Race track -->
<path d="M0 200 Q150 50 300 200" fill="none" stroke="url(#track)" stroke-width="70"/>
<!-- Cheetah -->
<g transform="translate(80 130)">
<path d="M0 0l30-20 10 25-20 15z" fill="#FFA500"/>
<ellipse cx="35" cy="30" rx="25" ry="15" fill="#FFD700"/>
<path d="M50 25l20-10 5 15-15 5z" fill="#FFA500"/>
<path d="M0 40l15 20 30-10-10-15z" fill="#8B4513"/>
<circle cx="45" cy="20" r="5" fill="#333"/>
<g transform="translate(60 45)">
<rect x="-10" y="0" width="20" height="8" fill="#FF4444"/>
<circle cx="-5" cy="8" r="3" fill="#FFF"/>
<circle cx="5" cy="8" r="3" fill="#FFF"/>
</g>
</g>
<!-- Snail -->
<g transform="translate(50 180)">
<path d="M0 0Q-30 20 0 40 30 20 0 0" fill="#9370DB"/>
<ellipse cx="0" cy="-10" rx="20" ry="25" fill="#FFB6C1"/>
<path d="M-15-15l-5-10 10-5 5 10z" fill="gold">
<animate attributeName="opacity" values="1;0.5;1" dur="2s" repeatCount="indefinite"/>
</path>
<circle cx="0" cy="-25" r="8" fill="none" stroke="gold" stroke-width="2"/>
<path d="M-5-25l-3-5 6 0-3 5z" fill="gold"/>
</g>
<!-- Motion elements -->
<g stroke="#000" opacity="0.3">
<path d="M200 150l20-30" stroke-dasharray="4 2"/>
<path d="M220 140l15-25" stroke-dasharray="4 2"/>
<path d="M100 210l-10-40" stroke-dasharray="4 2"/>
</g>
</svg>
<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%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="shellGradient" cx="0.5" cy="0.5" r="0.5" fx="0.4" fy="0.4">
<stop offset="0%" stop-color="#FFEB8A"/>
<stop offset="100%" stop-color="#E09E00"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M0,250 L300,250" stroke="#555" stroke-width="2" stroke-dasharray="8 4"/>
<g id="snail">
<path d="M40,220 Q35,220 35,240 L115,240 Q130,230 120,220 Z" fill="#88C057" stroke="#5A853F" stroke-width="2"/>
<ellipse cx="120" cy="205" rx="15" ry="10" fill="#88C057" stroke="#5A853F" stroke-width="2"/>
<circle cx="80" cy="200" r="40" fill="url(#shellGradient)" stroke="#7B3F00" stroke-width="3"/>
<path d="M95,200 a30,30 0 1,1 -30,0 a15,15 0 1,1 30,0" fill="none" stroke="#7B3F00" stroke-width="2"/>
<line x1="105" y1="195" x2="95" y2="175" stroke="#5A853F" stroke-width="2"/>
<circle cx="95" cy="175" r="3" fill="#FFF" stroke="#333" stroke-width="1"/>
<line x1="135" y1="195" x2="145" y2="175" stroke="#5A853F" stroke-width="2"/>
<circle cx="145" cy="175" r="3" fill="#FFF" stroke="#333" stroke-width="1"/>
<polygon points="115,185 120,170 125,185 130,170 135,185 115,185" fill="#FFD700" stroke="#E6AC00" stroke-width="1"/>
</g>
<g id="cheetah">
<ellipse cx="200" cy="180" rx="50" ry="20" fill="#F4A460" stroke="#C37A4A" stroke-width="2"/>
<circle cx="255" cy="170" r="12" fill="#F4A460" stroke="#C37A4A" stroke-width="2"/>
<polygon points="250,160 255,150 260,160" fill="#F4A460" stroke="#C37A4A" stroke-width="2"/>
<circle cx="257" cy="168" r="2" fill="#333"/>
<path d="M248,175 Q255,180 262,175" stroke="#333" stroke-width="1"/>
<path d="M180,180 C175,170 165,165 160,170" fill="none" stroke="#C37A4A" stroke-width="5"/>
<circle cx="160" cy="170" r="3" fill="#333"/>
<circle cx="175" cy="175" r="3" fill="#333"/>
<circle cx="190" cy="180" r="2" fill="#333"/>
<circle cx="210" cy="175" r="3" fill="#333"/>
<circle cx="225" cy="180" r="2.5" fill="#333"/>
<circle cx="205" cy="165" r="2" fill="#333"/>
<g transform="translate(170,205) rotate(-10)">
<path d="M0,0 L5,0 L6,20 L-1,20 Z" fill="#F4A460" stroke="#C37A4A" stroke-width="1"/>
<rect x="-2" y="20" width="12" height="4" fill="#555"/>
<circle cx="0" cy="26" r="3" fill="#333"/>
<circle cx="9" cy="26" r="3" fill="#333"/>
</g>
<g transform="translate(235,200) rotate(5)">
<path d="M0,0 L4,0 L5,18 L-1,18 Z" fill="#F4A460" stroke="#C37A4A" stroke-width="1"/>
<rect x="-2" y="18" width="11" height="4" fill="#555"/>
<circle cx="0" cy="24" r="3" fill="#333"/>
<circle cx="8" cy="24" r="3" fill="#333"/>
</g>
</g>
<g stroke="#888" stroke-width="2" fill="none">
<path d="M70,220 C80,215 90,215 100,220" stroke-dasharray="5 3"/>
<path d="M160,205 C170,200 180,200 190,205" stroke-dasharray="5 3"/>
<path d="M240,205 C250,200 260,200 270,205" stroke-dasharray="5 3"/>
</g>
</svg>
Judge's Analysis
Player 2's submission adheres more closely to the prompt by clearly depicting a snail with a crown racing against a cheetah on roller skates.
The elements are more recognizable, and the composition is cleaner and more visually coherent.
Player 1's submission is less clear in illustrating the concept, making it harder to interpret the scene as described in the prompt.
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
"Robot building a sandcastle on a moonlit beach."
"A teacup balancing on a tightrope under a starry night sky."
"A giraffe wearing a spacesuit on the moon, reaching for a floating ice cream cone."
"An octopus juggling flaming swords under a disco ball."