Creative Challenge
"A snail racing a cheetah on a rainbow track under a starry sky."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Rainbow track -->
<path d="M 50,150 C 100,50 200,50 250,150" stroke-width="20" stroke="url(#rainbow)" fill="none" />
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF0000" offset="0" />
<stop stop-color="#FFA500" offset="0.2" />
<stop stop-color="#FFFF00" offset="0.4" />
<stop stop-color="#008000" offset="0.6" />
<stop stop-color="#0000FF" offset="0.8" />
<stop stop-color="#800080" offset="1" />
</linearGradient>
<!-- Starry sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#starry-sky)" />
<linearGradient id="starry-sky" x1="0" y1="0" x2="0" y2="1" gradientUnits="userSpaceOnUse">
<stop stop-color="#1A1D23" offset="0" />
<stop stop-color="#3E434A" offset="1" />
</linearGradient>
<g>
<circle cx="50" cy="50" r="5" fill="#FFFFFF" />
<circle cx="100" cy="100" r="3" fill="#FFFFFF" />
<circle cx="150" cy="50" r="4" fill="#FFFFFF" />
<circle cx="200" cy="150" r="2" fill="#FFFFFF" />
<circle cx="250" cy="50" r="3" fill="#FFFFFF" />
</g>
<!-- Snail -->
<g transform="translate(50,150)">
<circle cx="0" cy="0" r="20" fill="#66CC00" />
<path d="M -20,0 C -10,-10 10,-10 20,0" fill="#66CC00" />
<circle cx="0" cy="0" r="5" fill="#000000" />
<path d="M -10,10 L 10,10" stroke="#000000" stroke-width="2" />
</g>
<!-- Cheetah -->
<g transform="translate(220,120)">
<path d="M -30,-20 C -20,-10 0,0 20,10 30,20" fill="#FFD700" />
<path d="M -20,-10 C 0,0 20,10" fill="#FFD700" />
<circle cx="0" cy="0" r="10" fill="#FFD700" />
<path d="M -10,10 L 10,10" stroke="#000000" stroke-width="2" />
<path d="M -5,5 L 5,5" stroke="#000000" stroke-width="2" />
</g>
<!-- Speed lines -->
<g>
<path d="M 220,120 L 250,150" stroke="#000000" stroke-width="2" />
<path d="M 220,120 L 240,140" stroke="#000000" stroke-width="2" />
<path d="M 220,120 L 230,130" stroke="#000000" stroke-width="2" />
</g>
<!-- Racing flag -->
<g transform="translate(280,50)">
<path d="M 0,0 L 20,0 L 10,20 Z" fill="#FF0000" />
<path d="M 0,0 L 10,20" stroke="#FFFFFF" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Sky Gradient -->
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#081034"/>
<stop offset="50%" stop-color="#142169"/>
<stop offset="100%" stop-color="#1b2c83"/>
</linearGradient>
<!-- Snail Shell Gradient -->
<radialGradient id="shellGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffe5b4"/>
<stop offset="50%" stop-color="#ffb347"/>
<stop offset="100%" stop-color="#ff7b00"/>
</radialGradient>
<!-- Speed Line Gradient -->
<linearGradient id="speedGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)"/>
</linearGradient>
<!-- Star Glow -->
<filter id="starBlur" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="0.7"/>
</filter>
<!-- Cheetah Spot Pattern -->
<pattern id="spotPattern" patternUnits="userSpaceOnUse" width="6" height="6">
<circle cx="3" cy="3" r="2.5" fill="#3b2600"/>
</pattern>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Stars -->
<g fill="white" filter="url(#starBlur)">
<circle cx="20" cy="30" r="1.3"/>
<circle cx="60" cy="15" r="1.1"/>
<circle cx="90" cy="50" r="0.9"/>
<circle cx="130" cy="25" r="1.4"/>
<circle cx="170" cy="40" r="1.2"/>
<circle cx="200" cy="10" r="1.0"/>
<circle cx="240" cy="35" r="1.5"/>
<circle cx="275" cy="20" r="1.1"/>
<circle cx="50" cy="80" r="0.8"/>
<circle cx="110" cy="70" r="1.0"/>
<circle cx="195" cy="75" r="1.2"/>
<circle cx="260" cy="65" r="0.9"/>
</g>
<!-- Rainbow Track -->
<g>
<path d="M0 230 Q150 200 300 230 L300 240 Q150 210 0 240Z" fill="#ff3b30"/>
<path d="M0 240 Q150 210 300 240 L300 250 Q150 220 0 250Z" fill="#ff9500"/>
<path d="M0 250 Q150 220 300 250 L300 260 Q150 230 0 260Z" fill="#ffcc00"/>
<path d="M0 260 Q150 230 300 260 L300 270 Q150 240 0 270Z" fill="#34c759"/>
<path d="M0 270 Q150 240 300 270 L300 280 Q150 250 0 280Z" fill="#007aff"/>
<path d="M0 280 Q150 250 300 280 L300 290 Q150 260 0 290Z" fill="#5856d6"/>
<path d="M0 290 Q150 260 300 290 L300 300 Q150 270 0 300Z" fill="#af52de"/>
</g>
<!-- Snail -->
<g id="snail">
<!-- Shell -->
<path d="M85 195a20 20 0 1 1-40 0a20 20 0 1 1 40 0z" fill="url(#shellGrad)" stroke="#7a4500" stroke-width="2"/>
<path d="M75 195a10 10 0 1 1-20 0a10 10 0 1 1 20 0z" fill="none" stroke="#7a4500" stroke-width="2"/>
<!-- Body -->
<path d="M50 215Q60 190 80 195Q90 197 97 203Q98 210 87 218Q70 225 55 220Z" fill="#8bd370" stroke="#648d4a" stroke-width="1"/>
<!-- Head -->
<circle cx="95" cy="195" r="6" fill="#8bd370" stroke="#648d4a" stroke-width="1"/>
<circle cx="93" cy="193" r="1.5" fill="#2d3817"/>
<circle cx="98" cy="193" r="1.5" fill="#2d3817"/>
<!-- Antennae -->
<line x1="95" y1="190" x2="92" y2="183" stroke="#648d4a" stroke-width="1"/>
<line x1="101" y1="190" x2="105" y2="183" stroke="#648d4a" stroke-width="1"/>
<circle cx="92" cy="183" r="1.2" fill="#2d3817"/>
<circle cx="105" cy="183" r="1.2" fill="#2d3817"/>
<!-- Speed Lines -->
<path d="M30 210h18" stroke="url(#speedGrad)" stroke-width="3" stroke-linecap="round"/>
<path d="M32 217h12" stroke="url(#speedGrad)" stroke-width="2" stroke-linecap="round"/>
</g>
<!-- Cheetah -->
<g id="cheetah" transform="translate(120 -10)">
<!-- Tail -->
<path d="M150 205Q165 195 180 205T200 200" fill="none" stroke="#f9b22d" stroke-width="6" stroke-linecap="round"/>
<!-- Body -->
<path d="M140 200C155 180 195 180 210 202Q218 215 200 220C180 225 155 225 145 213Z" fill="#f9b22d"/>
<!-- Spots -->
<path d="M140 200C155 180 195 180 210 202Q218 215 200 220C180 225 155 225 145 213Z" fill="url(#spotPattern)"/>
<!-- Head -->
<circle cx="213" cy="195" r="12" fill="#f9b22d" stroke="#d88f00" stroke-width="1.5"/>
<circle cx="217" cy="192" r="2.5" fill="#3b2600"/>
<polygon points="208,185 212,189 206,190" fill="#d88f00"/>
<polygon points="220,185 224,190 218,189" fill="#d88f00"/>
<!-- Legs -->
<path d="M160 210L158 230" stroke="#f9b22d" stroke-width="8" stroke-linecap="round"/>
<path d="M185 210L190 230" stroke="#f9b22d" stroke-width="8" stroke-linecap="round"/>
<path d="M170 212L168 230" stroke="#f9b22d" stroke-width="8" stroke-linecap="round"/>
<path d="M200 212L205 230" stroke="#f9b22d" stroke-width="8" stroke-linecap="round"/>
<!-- Speed Lines -->
<path d="M120 200h25" stroke="url(#speedGrad)" stroke-width="4" stroke-linecap="round"/>
<path d="M125 210h20" stroke="url(#speedGrad)" stroke-width="3" stroke-linecap="round"/>
<path d="M130 220h15" stroke="url(#speedGrad)" stroke-width="2" stroke-linecap="round"/>
</g>
</svg>
Judge's Analysis
Player 2's submission clearly depicts the idea of a snail and a cheetah racing on a rainbow track under a starry sky with greater creativity and adherence to the prompt.
The rainbow track, starry sky, and distinguishable characters are well-executed and visually appealing.
Player 1's submission is abstract and lacks the clarity and vibrancy needed to effectively convey the 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.