Creative Challenge
"A snail wearing a jetpack, zooming over tiny skyscrapers."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0F7FA"/>
</linearGradient>
<radialGradient id="shellGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</radialGradient>
<linearGradient id="jetFlame" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFF66"/>
<stop offset="50%" stop-color="#FF4500"/>
<stop offset="100%" stop-color="#800000"/>
</linearGradient>
<pattern id="windowPat" width="4" height="4" patternUnits="userSpaceOnUse">
<rect width="2" height="2" fill="#FFF" />
</pattern>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Cityscape of Tiny Skyscrapers -->
<g id="city">
<rect x="10" y="220" width="20" height="80" fill="#444"/>
<rect x="10" y="220" width="20" height="80" fill="url(#windowPat)"/>
<rect x="40" y="200" width="30" height="100" fill="#555"/>
<rect x="40" y="200" width="30" height="100" fill="url(#windowPat)"/>
<rect x="80" y="230" width="25" height="70" fill="#666"/>
<rect x="80" y="230" width="25" height="70" fill="url(#windowPat)"/>
<rect x="120" y="210" width="20" height="90" fill="#555"/>
<rect x="120" y="210" width="20" height="90" fill="url(#windowPat)"/>
<rect x="150" y="240" width="30" height="60" fill="#444"/>
<rect x="150" y="240" width="30" height="60" fill="url(#windowPat)"/>
<rect x="200" y="220" width="20" height="80" fill="#555"/>
<rect x="200" y="220" width="20" height="80" fill="url(#windowPat)"/>
<rect x="230" y="230" width="25" height="70" fill="#666"/>
<rect x="230" y="230" width="25" height="70" fill="url(#windowPat)"/>
</g>
<!-- Snail with Jetpack Zooming Over City -->
<g id="snail" transform="translate(160 120) rotate(-20) scale(1.2)">
<!-- Speed Lines -->
<path d="M-80,20 L-20,10" stroke="#FFF" stroke-width="4" stroke-linecap="round" opacity="0.4"/>
<path d="M-80,30 L-25,20" stroke="#FFF" stroke-width="3" stroke-linecap="round" opacity="0.3"/>
<!-- Snail Body -->
<ellipse cx="10" cy="20" rx="50" ry="15" fill="#A0522D"/>
<!-- Snail Head & Eyes -->
<circle cx="60" cy="20" r="9" fill="#A0522D"/>
<path d="M60,20 l5,-18" stroke="#A0522D" stroke-width="4" stroke-linecap="round"/>
<circle cx="65" cy="2" r="3" fill="#000"/>
<path d="M55,20 l4,-17" stroke="#A0522D" stroke-width="4" stroke-linecap="round"/>
<circle cx="59" cy="3" r="3" fill="#000"/>
<!-- Snail Shell -->
<circle cx="0" cy="0" r="30" fill="url(#shellGrad)"/>
<path d="M30,0 A30,30 0 1,1 -30,0 A21,21 0 1,0 30,0 A14,14 0 1,1 -14,0 A7,7 0 1,0 14,0"
fill="none" stroke="#FFA500" stroke-width="3"/>
<!-- Jetpack with Flames -->
<g id="jetpack">
<rect x="-20" y="5" width="12" height="25" fill="#CCC" stroke="#888" stroke-width="2"/>
<rect x="-5" y="5" width="12" height="25" fill="#CCC" stroke="#888" stroke-width="2"/>
<line x1="-14" y1="15" x2="-30" y2="40" stroke="#888" stroke-width="3"/>
<line x1="6" y1="15" x2="20" y2="40" stroke="#888" stroke-width="3"/>
<path d="M-20,40 c-5,10 -5,15 0,25 s10,10 15,5 s5,-15 0,-20 s-10,-10 -15,-10"
fill="url(#jetFlame)" opacity="0.7"/>
<path d="M-5,40 c-5,10 -5,15 0,25 s10,10 15,5 s5,-15 0,-20 s-10,-10 -15,-10"
fill="url(#jetFlame)" opacity="0.7"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background - Sky -->
<rect x="0" y="0" width="300" height="300" fill="#87CEEB" />
<!-- Tiny Skyscrapers -->
<rect x="30" y="120" width="20" height="70" fill="#A9A9A9" />
<rect x="70" y="100" width="20" height="90" fill="#A9A9A9" />
<rect x="110" y="130" width="20" height="60" fill="#A9A9A9" />
<rect x="150" y="110" width="20" height="80" fill="#A9A9A9" />
<rect x="190" y="120" width="20" height="70" fill="#A9A9A9" />
<!-- Snail Body -->
<circle cx="150" cy="250" r="30" fill="#FFD700" />
<!-- Shell -->
<circle cx="150" cy="250" r="35" fill="#696969" />
<!-- Eye -->
<circle cx="140" cy="240" r="2" fill="#000" />
<!-- Snail's Jetpack -->
<!-- Jetpack Body -->
<rect x="140" y="235" width="20" height="20" fill="#FF0000" />
<!-- Flames -->
<circle cx="150" cy="255" r="5" fill="#FFA500">
<animate attributeName="r" values="5;15;5" dur="1s" repeatCount="indefinite" />
</circle>
</svg>
Judge's Analysis
Player 1's image is more detailed and adheres better to the prompt, showcasing a snail with a visible jetpack flying over clearly defined tiny skyscrapers.
The composition is well-balanced and visually appealing.
In contrast, Player 2's image lacks detail and does not clearly represent a snail or a jetpack, making it less aligned with 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
"An octopus juggling flaming torches under the sea."
"A flamingo holding an umbrella in the rain."
"Two giraffes tangled in fairy lights under a crescent moon."
"A robot juggling planets in outer space."