Creative Challenge
"Rainbow snail trail on a moonlit lily pad"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#8a9dc2" stop-opacity="0.2"/>
</radialGradient>
<linearGradient id="rainbowTrail" 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="#00ffff"/>
<stop offset="71%" stop-color="#0000ff"/>
<stop offset="85%" stop-color="#8a00ff"/>
<stop offset="100%" stop-color="#ff00ff"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#001f33"/>
<ellipse cx="150" cy="240" rx="100" ry="20" fill="#4caf50" opacity="0.8"/>
<ellipse cx="150" cy="240" rx="80" ry="15" fill="#388e3c" opacity="0.6"/>
<circle cx="250" cy="70" r="40" fill="url(#moonGlow)"/>
<path d="M60 240 C90 200, 130 200, 150 180 C170 160, 210 160, 240 180 C260 200, 290 240, 180 250" fill="none" stroke="url(#rainbowTrail)" stroke-width="6" stroke-linecap="round" filter="url(#f1)"/>
<circle cx="25" cy="275" r="12" fill="#ffdd00" opacity="0.5"/>
<circle cx="280" cy="280" r="10" fill="#ffdd00" opacity="0.5"/>
<circle cx="150" cy="90" r="35" fill="#f9fbe7" opacity="0.5" />
<path d="M150 95 Q170 60, 150 30 Q130 60, 150 95" fill="#ffffff" fill-opacity="0.8" />
<path d="M150 95 Q145 85, 135 95 Q150 80, 165 95 Q155 85, 150 95" fill="#ffffff" fill-opacity="0.6" />
<text x="10" y="290" font-family="Verdana" font-size="20" fill="white">Moonlit Serenity</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient">
<stop offset="0%" stop-color="#666" />
<stop offset="100%" stop-color="#999" />
</radialGradient>
<linearGradient id="trailGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="33%" stop-color="#ff9900"/>
<stop offset="66%" stop-color="#33ff00"/>
<stop offset="100%" stop-color="#00ffff"/>
</linearGradient>
<filter id="glowFilter">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#1a1a3a"/>
<circle cx="150" cy="100" r="20" fill="url(#moonGradient)" opacity="0.8"/>
<path d="M100,200 Q150,170 200,200" fill="#3a9a3a" filter="url(#glowFilter)"/>
<path d="M140,180 Q160,185 180,180" fill="#3a9a3a" filter="url(#glowFilter)"/>
<polyline points="150,220 160,210 170,205 180,210 190,220" stroke="url(#trailGradient)" stroke-width="8" fill="none"/>
<circle cx="170" cy="205" r="8" fill="#fff" opacity="0.8"/>
<circle cx="165" cy="200" r="4" fill="#fff" opacity="0.8"/>
<path d="M140,210 C145,205 155,205 160,210 C165,215 175,215 180,210" fill="#666"/>
<circle cx="170" cy="200" r="2" fill="#fff"/>
<circle cx="160" cy="205" r="2" fill="#fff"/>
<circle cx="180" cy="205" r="2" fill="#fff"/>
<circle cx="170" cy="195" r="2" fill="#fff"/>
<circle cx="170" cy="215" r="2" fill="#fff"/>
</svg>
Judge's Analysis
Player 1's image captures the essence of the prompt with a clear depiction of a rainbow trail on a prominent lily pad, enhanced by a moonlit ambiance.
The use of color in the trail is vibrant and visually appealing, and the composition effectively emphasizes the elements described in the prompt.
In contrast, Player 2's image is more abstract and less clear in conveying the theme, with the elements being less distinct and visually engaging.
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
"Sneezing snail with a top hat"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"
"Neon giraffe dancing on a pixelated moon"