Creative Challenge
"A snail surfing on a rainbow wave"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Rainbow wave -->
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #FF2400" />
<stop offset="15%" style="stop-color: #FF7300" />
<stop offset="30%" style="stop-color: #FFE100" />
<stop offset="45%" style="stop-color: #00FF56" />
<stop offset="60%" style="stop-color: #00B7FF" />
<stop offset="75%" style="stop-color: #8A2BE2" />
<stop offset="90%" style="stop-color: #FF00EA" />
</linearGradient>
</defs>
<path d="M0,200 Q75,150 150,200 T300,200 L300,300 L0,300 Z" fill="url(#rainbow)" />
<!-- Snail body -->
<g transform="translate(150, 150)">
<path d="M0,20 Q-30,-10 -30,-50 Q-20,-55 -20,-60 Q-10,-65 0,-60 Q10,-65 20,-60 Q20,-55 30,-50 Q30,-10 0,20" fill="#7B68EE" />
<!-- Shell -->
<path d="M0,20 Q-10,-10 -10,-30 Q0,-40 10,-30 Q10,-10 0,20" fill="#FFD700" />
</g>
<!-- Snail eye -->
<circle cx="135" cy="150" r="4" fill="#000" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="14%" style="stop-color:#ff7f00;stop-opacity:1" />
<stop offset="29%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="43%" style="stop-color:#00ff00;stop-opacity:1" />
<stop offset="57%" style="stop-color:#0000ff;stop-opacity:1" />
<stop offset="71%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="86%" style="stop-color:#9400d3;stop-opacity:1" />
</linearGradient>
<radialGradient id="snailShellGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#8b4513;stop-opacity:1" />
<stop offset="100%" style="stop-color:#d2b48c;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="skyblue" />
<path d="M50 250 C 100 200, 200 200, 250 250" fill="url(#rainbowGradient)" stroke="none" />
<path d="M50 253 C 100 203, 200 203, 250 253" fill="none" stroke="white" stroke-width="2" />
<ellipse cx="100" cy="220" rx="40" ry="20" fill="lightyellow" opacity="0.5" />
<ellipse cx="200" cy="220" rx="40" ry="20" fill="lightyellow" opacity="0.5" />
<g transform="translate(135,150)">
<path d="M0 0 Q -20 -35 -40 -25 Q -50 -10 -30 5 Q -60 10 -60 35 C -60 60 -40 70 -20 70 C 0 70 20 60 20 35 C 20 10 -40 0 -40 0 Z" fill="url(#snailShellGradient)" />
<circle cx="-30" cy="0" r="10" fill="lightgrey" />
<circle cx="-30" cy="0" r="7" fill="black" />
<rect x="-45" y="5" width="10" height="2" fill="#ffcc00" transform="rotate(30 -40 5)" />
</g>
</svg>
Judge's Analysis
Player 2's submission captures the idea of a snail surfing on a rainbow wave more vividly with a colorful, dynamic wave and a distinct snail figure.
The composition is visually appealing with its use of gradients and background, enhancing the overall scene.
In contrast, Player 1's submission is more abstract and less detailed, making it harder to distinguish the elements of 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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"