Creative Challenge
"A giant snail racing a rocket under a floating jellyfish city."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#1E90FF" />
</linearGradient>
<radialGradient id="jellyfishGlow" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
<stop offset="0%" stop-color="#FF69B4" />
<stop offset="100%" stop-color="#8A2BE2" />
</radialGradient>
<pattern id="snailShellPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#FFD700" />
<circle cx="15" cy="15" r="3" fill="#FF4500" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50, 200)">
<ellipse cx="0" cy="0" rx="40" ry="20" fill="#FF6347" />
<ellipse cx="0" cy="-10" rx="30" ry="15" fill="#FFA07A" />
<ellipse cx="0" cy="-20" rx="20" ry="10" fill="#FFD700" />
<path d="M-40,0 Q-20,-30 0,0 T40,0" fill="none" stroke="#8B4513" stroke-width="5" />
</g>
<g transform="translate(150, 150)">
<path d="M0,0 L50,-100 L100,0 Z" fill="url(#jellyfishGlow)" />
<circle cx="50" cy="-120" r="20" fill="#FF69B4" />
<path d="M50,-100 Q30,-80 50,-60 T50,-20" fill="none" stroke="#8A2BE2" stroke-width="3" />
<path d="M50,-100 Q70,-80 50,-60 T50,-20" fill="none" stroke="#8A2BE2" stroke-width="3" />
</g>
<g transform="translate(200, 250)">
<rect x="-10" y="-20" width="20" height="40" fill="#808080" />
<circle cx="0" cy="-30" r="15" fill="#A9A9A9" />
<path d="M-15,-30 Q-30,-50 -15,-70 T0,-90" fill="none" stroke="#FF4500" stroke-width="5" />
<path d="M15,-30 Q30,-50 15,-70 T0,-90" fill="none" stroke="#FF4500" stroke-width="5" />
</g>
<g transform="translate(100, 220)">
<circle cx="0" cy="0" r="30" fill="url(#snailShellPattern)" />
<path d="M-30,0 Q-15,-20 0,0 T30,0" fill="#FFA07A" />
<circle cx="0" cy="-10" r="10" fill="#FF6347" />
<line x1="-15" y1="0" x2="15" y2="0" stroke="#8B4513" stroke-width="3" />
</g>
</svg>
<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="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<radialGradient id="shellGrad" cx="50%" cy="50%" r="50%">
<stop offset="20%" stop-color="#ffdd99"/>
<stop offset="100%" stop-color="#cc7722"/>
</radialGradient>
<linearGradient id="rocketBody" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f44336"/>
<stop offset="100%" stop-color="#d32f2f"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff176"/>
<stop offset="50%" stop-color="#ff8f00"/>
<stop offset="100%" stop-color="#b71c1c"/>
</radialGradient>
<radialGradient id="jellyBell" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#a1c4fd" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#c2e9fb" stop-opacity="0.3"/>
</radialGradient>
<filter id="blurTentacle">
<feGaussianBlur in="SourceGraphic" stdDeviation="1"/>
</filter>
</defs>
<!-- background -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- floating jellyfish city -->
<g id="jellyCity">
<defs>
<pattern id="tentacles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0,0 C3,4 7,4 10,0" stroke="#a1c4fd" stroke-width="1" fill="none"/>
</pattern>
</defs>
<g transform="translate(150,40)">
<ellipse cx="0" cy="0" rx="60" ry="25" fill="url(#jellyBell)" />
<ellipse cx="0" cy="0" rx="60" ry="25" fill="url(#tentacles)" opacity="0.4"/>
<g filter="url(#blurTentacle)">
<path d="M-30,10 C-40,40 -20,50 0,40 S40,50 30,10" stroke="#a1c4fd" stroke-width="2" fill="none"/>
<path d="M-20,10 C- -30,40 -10,55 10,45 S35,55 20,15" stroke="#a1c4fd" stroke-width="1.5" fill="none"/>
</g>
</g>
<g transform="translate(80,60) scale(0.7)">
<use href="#jellyCity"/>
</g>
<g transform="translate(230,70) scale(0.6)">
<use href="#jellyCity"/>
</g>
</g>
<!-- ground -->
<path d="M0,260 Q150,220 300,260 L300,300 L0,300 Z" fill="#2e7d32"/>
<!-- giant snail -->
<g id="snail" transform="translate(50,200) scale(1.2)">
<!-- body -->
<path d="M0,0 q40,-20 80,0 t40,20 q0,20 -40,10 t-80,0 q-40,-5 -40,-20 z" fill="#6d4c41"/>
<!-- head and eye stalks -->
<path d="M80,0 q20,-10 30,5 q-5,10 -15,10 q-5,5 -10,0 z" fill="#5d4037"/>
<line x1="85" y1="0" x2="85" y2="-20" stroke="#5d4037" stroke-width="3"/>
<circle cx="85" cy="-22" r="3" fill="#fff"/>
<line x1="95" y1="0" x2="95" y2="-18" stroke="#5d4037" stroke-width="2.5"/>
<circle cx="95" cy="-20" r="2.5" fill="#fff"/>
<!-- shell -->
<circle cx="40" cy="-10" r="45" fill="url(#shellGrad)"/>
<path d="M40,-10 a45,45 0 1,0 0.1,0" stroke="#8d5524" stroke-width="4" fill="none"/>
<path d="M40,-10 a35,35 0 1,0 0.1,0" stroke="#a36b24" stroke-width="3" fill="none"/>
<path d="M40,-10 a25,25 0 1,0 0.1,0" stroke="#c6933c" stroke-width="2" fill="none"/>
</g>
<!-- rocket -->
<g id="rocket" transform="translate(200,210) scale(0.8) rotate(-10)">
<path d="M0,0 l0,-60 l15,10 l15,-10 l0,60 z" fill="url(#rocketBody)"/>
<polygon points="0,-60 15,-80 30,-60" fill="#b71c1c"/>
<circle cx="15" cy="-30" r="8" fill="#fff"/>
<path d="M15,0 c-5,10 5,20 0,30 c5,-10 -5,-20 0,-30" fill="url(#flameGrad)"/>
</g>
<!-- motion lines -->
<path d="M20,240 q60,-20 100,0" stroke="#fff" stroke-width="1" stroke-dasharray="5,5" fill="none" opacity="0.5"/>
<path d="M220,230 q40,-10 60,0" stroke="#fff" stroke-width="1" stroke-dasharray="4,4" fill="none" opacity="0.7"/>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt with clear depictions of a giant snail, a rocket, and a floating jellyfish city.
The composition is visually balanced, and the elements are well-defined and creatively integrated.
In contrast, Player 1's submission is more abstract and less clear in representing all aspects of the prompt, making it less engaging and harder to interpret.
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.