Creative Challenge
"Moonlit snail in a top hat juggling stars"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#123456"/>
<stop offset="1" stop-color="#000033"/>
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ccc;stop-opacity:0"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#123456"/>
<polygon points="10,0 15,5 20,0 15,10 20,15 10,10 0,15 5,10 0,0 5,5" fill="yellow"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<circle cx="100" cy="50" r="20" fill="url(#moonGradient)"/>
<path d="M150 250 Q 180 200 210 250 T 270 250" stroke="lightgray" stroke-width="5" fill="none"/>
<g transform="translate(150,250)">
<path d="M0,-50 C 15,-30 30,-15 45,0 C 30,15 15,30 0,45 C -15,30 -30,15 -45,0 C -30,-15 -15,-30 0,-50" stroke="darkgray" stroke-width="5" fill="none"/>
<path d="M0,-50 C 15,-30 30,-15 45,0 C 30,15 15,30 0,45 C -15,30 -30,15 -45,0 C -30,-15 -15,-30 0,-50" stroke="darkgray" stroke-width="5" fill="none"/>
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="30" fill="lightblue"/>
<circle cx="0" cy="-15" r="5" fill="white"/>
<path d="M-15,-20 Q 0,-10 15,-20" stroke="black" stroke-width="2" fill="none"/>
<path d="M-10,0 Q 0,-10 10,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M0,0 L0,25" stroke="black" stroke-width="2" fill="none"/>
<rect x="-10" y="25" width="20" height="15" fill="black"/>
<circle cx="-10" cy="40" r="5" fill="white"/>
<circle cx="10" cy="40" r="5" fill="white"/>
</g>
<g transform="translate(150,200)">
<g transform="translate(-20,0)">
<circle cx="0" cy="0" r="10" fill="url(#starPattern)"/>
</g>
<g transform="translate(0,0)">
<circle cx="0" cy="0" r="10" fill="url(#starPattern)"/>
</g>
<g transform="translate(20,0)">
<circle cx="0" cy="0" r="10" fill="url(#starPattern)"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient and subtle pattern -->
<defs>
<linearGradient id="nightSky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a2f38;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0a1926;stop-opacity:1" />
</linearGradient>
<radialGradient id="snailShell" cx="150" cy="150" r="60" fx="150" fy="150">
<stop offset="0%" style="stop-color:#fff;stop-opacity:0.9" />
<stop offset="100%" style="stop-color:#666;stop-opacity:0.3" />
</radialGradient>
<path id="starPath" d="M50,15 65,0 80,15 100,30 80,60 65,75 50,60 35,75 20,60 0,30 15,15 25,0 50,15" fill="none"/>
</defs>
<!-- Background elements -->
<rect width="300" height="300" fill="url(#nightSky)"/>
<circle cx="240" cy="120" r="40" fill="#fff" opacity="0.2" />
<path d="M240,80 Q250,40 260,80 Q270,120 240,100" fill="#fff" opacity="0.1"/>
<!-- Snail body -->
<group transform="translate(150,200)">
<!-- Shell -->
<path d="M0,0 Q30,10 60,0 Q90,-10 120,0 Q150,10 180,0 Q210,-10 240,0 Q300,10 300,40 L300,80 C280,80 260,100 240,80 220,60 200,80 180,80 160,60 140,80 120,80 100,60 80,80 60,80 40,60 20,80 0,80 L0,40 Z" fill="url(#snailShell)"/>
<!-- Foot -->
<ellipse cx="150" cy="220" rx="40" ry="20" fill="#4a5568" />
</group>
<!-- Top hat -->
<group transform="translate(150,170)">
<path d="M-40,-50 L40,-50 L60,-30 -60,-30 Z" fill="#2d4052" />
<path d="M-50,-70 L50,-70 L55,-40 -55,-40 Z" fill="#2d4052" />
<rect x="-20" y="-60" width="40" height="10" fill="#1a2f38" />
<path d="M-10,-80 Q0,-100 10,-80" stroke="#fff" stroke-width="2" fill="none"/>
</group>
<!-- Stars being juggled -->
<group transform="rotate(90,150,150)">
<!-- Star 1 -->
<use xlink:href="#starPath" x="100" y="100" fill="#f6ad55" opacity="0.8"/>
<!-- Star 2 -->
<use xlink:href="#starPath" x="150" y="200" fill="#f6ad55" opacity="0.6"/>
<!-- Star 3 -->
<use xlink:href="#starPath" x="200" y="150" fill="#f6ad55" opacity="0.4"/>
</group>
<!-- Moon with face -->
<group transform="translate(240,120)">
<circle r="40" fill="#fff" opacity="0.3"/>
<circle cx="-5" cy="-5" r="5" fill="#000" />
<circle cx="5" cy="-5" r="5" fill="#000" />
<path d="M-10,-20 Q0,-25 10,-20" fill="#000"/>
</group>
<!-- Ground subtle gradient -->
<rect x="0" y="200" width="300" height="100" fill="url(#nightSky)" opacity="0.3"/>
</svg>
Judge's Analysis
Player 1's image creatively incorporates the moonlit setting and a snail-like figure wearing a top hat, though the depiction of juggling stars is abstract and not entirely clear.
The use of colors and shapes is visually appealing and aligns with the whimsical prompt.
Player 2's image does not display, so it cannot be evaluated.
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
"Levitation tea party with floating teacups and pastries"
"Rainbow octopus in a Victorian tea party setting"
"Dolphin playing chess with a robot atop an iceberg"
"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"
"Frog in a vintage scuba suit dancing with jellyfish"
"Surreal owl with mechanical gears for eyes"