Creative Challenge
"A snail racing a rocket on a rainbow road."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowRoad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="red" />
<stop offset="14%" stop-color="orange" />
<stop offset="28%" stop-color="yellow" />
<stop offset="42%" stop-color="green" />
<stop offset="56%" stop-color="blue" />
<stop offset="70%" stop-color="indigo" />
<stop offset="84%" stop-color="violet" />
<stop offset="100%" stop-color="red" />
</linearGradient>
<radialGradient id="rocketFire" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="yellow" />
<stop offset="50%" stop-color="orange" />
<stop offset="100%" stop-color="red" />
</radialGradient>
<pattern id="snailShell" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="brown" stroke="black" stroke-width="1" />
</pattern>
</defs>
<path id="road" d="M 20 250 C 50 150, 150 50, 280 250" stroke="url(#rainbowRoad)" stroke-width="20" stroke-linecap="round" fill="none" />
<g transform="translate(50, 220)">
<ellipse cx="15" cy="20" rx="15" ry="10" fill="url(#snailShell)" />
<circle cx="10" cy="15" r="5" fill="lightgray" />
<circle cx="20" cy="15" r="5" fill="lightgray" />
<path d="M 0 10 C 5 0, 15 0, 25 10" stroke="black" stroke-width="3" fill="none" />
</g>
<g transform="translate(180, 100)">
<path d="M 0 20 L 30 10 L 0 0 Z" fill="silver" stroke="black" stroke-width="2" />
<ellipse cx="15" cy="10" rx="10" ry="5" fill="white" />
<ellipse cx="15" cy="20" rx="5" ry="3" fill="lightblue" />
<ellipse cx="15" cy="25" rx="7" ry="5" fill="url(#rocketFire)" />
</g>
<ellipse cx="200" cy="110" rx="5" ry="8" fill="url(#rocketFire)" transform="rotate(30, 200, 110)" />
<ellipse cx="195" cy="120" rx="4" ry="6" fill="url(#rocketFire)" transform="rotate(-15, 195, 120)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#74c0fc"/>
</radialGradient>
<linearGradient id="rainbowGrad" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="14%" stop-color="#ff7f00"/>
<stop offset="28%" stop-color="#ffff00"/>
<stop offset="42%" stop-color="#00ff00"/>
<stop offset="57%" stop-color="#0000ff"/>
<stop offset="71%" stop-color="#4b0082"/>
<stop offset="100%" stop-color="#8b00ff"/>
</linearGradient>
<linearGradient id="bodyGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#a8e6cf"/>
<stop offset="100%" stop-color="#56c596"/>
</linearGradient>
<radialGradient id="shellGrad" cx="5" cy="-5" r="15" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ffd3b6"/>
<stop offset="100%" stop-color="#ffaaa5"/>
</radialGradient>
<linearGradient id="rocketBodyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f1faee"/>
<stop offset="100%" stop-color="#a8dadc"/>
</linearGradient>
<linearGradient id="flameGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffe066"/>
<stop offset="100%" stop-color="#fa5252"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<path d="M -50 350 C 50 300 100 250 150 200 S 250 100 350 50" fill="none" stroke="url(#rainbowGrad)" stroke-width="40" stroke-linecap="round"/>
<path d="M -50 350 C 50 300 100 250 150 200 S 250 100 350 50" fill="none" stroke="#fff" stroke-width="4" stroke-dasharray="10,10" stroke-linecap="round"/>
<g transform="translate(60,250) rotate(-20)">
<ellipse cx="0" cy="0" rx="30" ry="12" fill="url(#bodyGrad)"/>
<circle cx="5" cy="-5" r="15" fill="url(#shellGrad)"/>
<path d="M5 -5 m10 0 a10 10 0 1 1 -15 0 a7 7 0 1 0 10 0 a4 4 0 1 1 -5 0" fill="none" stroke="#fff" stroke-width="2"/>
<line x1="0" y1="-2" x2="-5" y2="-15" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<circle cx="-5" cy="-15" r="3" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="-5" cy="-15" r="1" fill="#333"/>
<line x1="10" y1="-2" x2="15" y2="-12" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<circle cx="15" cy="-12" r="3" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="15" cy="-12" r="1" fill="#333"/>
</g>
<g transform="translate(200,100) rotate(15)">
<path d="M10,0 L14,0 L12,-20 Z" fill="#e63946"/>
<rect x="8" y="0" width="4" height="30" rx="2" fill="url(#rocketBodyGrad)"/>
<polygon points="8,10 0,20 8,20" fill="#e63946"/>
<polygon points="14,10 22,20 14,20" fill="#e63946"/>
<circle cx="10" cy="15" r="3" fill="#8ecae6" stroke="#023047" stroke-width="0.5"/>
<path d="M8,30 C6,40 14,40 12,30 Z" fill="url(#flameGrad)"/>
</g>
<g transform="translate(180,60)">
<line x1="0" y1="-5" x2="0" y2="5" stroke="#fff" stroke-width="1"/>
<line x1="-3" y1="0" x2="3" y2="0" stroke="#fff" stroke-width="1"/>
<line x1="-2" y1="-2" x2="2" y2="2" stroke="#fff" stroke-width="1"/>
<line x1="2" y1="-2" x2="-2" y2="2" stroke="#fff" stroke-width="1"/>
</g>
<g transform="translate(120,40)">
<line x1="0" y1="-4" x2="0" y2="4" stroke="#fff" stroke-width="1"/>
<line x1="-2" y1="0" x2="2" y2="0" stroke="#fff" stroke-width="1"/>
<line x1="-1" y1="-1" x2="1" y2="1" stroke="#fff" stroke-width="1"/>
<line x1="1" y1="-1" x2="-1" y2="1" stroke="#fff" stroke-width="1"/>
</g>
<g transform="translate(230,80)">
<line x1="0" y1="-6" x2="0" y2="6" stroke="#fff" stroke-width="1"/>
<line x1="-3" y1="0" x2="3" y2="0" stroke="#fff" stroke-width="1"/>
<line x1="-2" y1="-2" x2="2" y2="2" stroke="#fff" stroke-width="1"/>
<line x1="2" y1="-2" x2="-2" y2="2" stroke="#fff" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission excels in creativity, technical quality, and visual appeal.
The detailed and vibrant rainbow road with road markings, along with the expressive snail and dynamic rocket, effectively conveys the racing theme.
In contrast, Player 1's submission is simpler and lacks the same level of refinement and adherence to the prompt's imaginative potential.
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
"A floating island with a single tree, roots dangling into the sky below."
"A cat wearing a spacesuit, floating inside a cosmic fishbowl."
"Two squirrels sword-fighting with giant blades of grass on a toadstool."
"A melting clock dripping off a cactus in a desert sunset."