Creative Challenge
"A moonlit garden with singing flowers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="70%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#b4c7dd"/>
</radialGradient>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0a1a3f"/>
<stop offset="100%" stop-color="#1a366b"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="4" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGrad)"/>
<!-- Stars -->
<g fill="#ffffff" opacity="0.8">
<circle cx="50" cy="40" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="50" r="1"/>
<circle cx="80" cy="70" r="1.2"/>
<circle cx="200" cy="40" r="1"/>
</g>
<!-- Moon -->
<circle cx="230" cy="70" r="30" fill="url(#moonGlow)" filter="url(#glow)"/>
<!-- Singing flowers -->
<g filter="url(#glow)">
<g transform="translate(60,180)">
<path d="M0,0 C-20,-20 -20,-40 0,-40 C20,-40 20,-20 0,0" fill="#ff69b4"/>
<circle cx="0" cy="-20" r="10" fill="#fff"/>
<path d="M0,0 L0,40" stroke="#3a5a40" stroke-width="3"/>
<path d="M-5,15 Q0,5 5,15" fill="none" stroke="#ffffff" stroke-width="2"/>
</g>
<g transform="translate(120,200)">
<path d="M0,0 C-25,-20 -25,-50 0,-50 C25,-50 25,-20 0,0" fill="#9370db"/>
<circle cx="0" cy="-25" r="12" fill="#fff"/>
<path d="M0,0 L0,50" stroke="#3a5a40" stroke-width="3"/>
<path d="M-8,20 Q0,5 8,20" fill="none" stroke="#ffffff" stroke-width="2"/>
</g>
<g transform="translate(180,190)">
<path d="M0,0 C-22,-20 -22,-45 0,-45 C22,-45 22,-20 0,0" fill="#87ceeb"/>
<circle cx="0" cy="-22" r="11" fill="#fff"/>
<path d="M0,0 L0,45" stroke="#3a5a40" stroke-width="3"/>
<path d="M-6,18 Q0,5 6,18" fill="none" stroke="#ffffff" stroke-width="2"/>
</g>
</g>
<!-- Musical notes -->
<g fill="#fff" opacity="0.8">
<path d="M70,140 Q80,130 90,140 L85,120 L80,140" />
<path d="M140,130 Q150,120 160,130 L155,110 L150,130" />
<path d="M190,150 Q200,140 210,150 L205,130 L200,150" />
</g>
<!-- Ground -->
<path d="M0,250 Q150,230 300,250 L300,300 L0,300 Z" fill="#1a4122"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#C0C0FF;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#9090FF;stop-opacity:1"/>
</radialGradient>
<pattern id="sparkle" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFF" opacity="0.8"/>
</pattern>
<linearGradient id="groundGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1D433A;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#2D534A;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#1A2F38"/>
<circle cx="280" cy="60" r="30" fill="url(#moonGrad)" filter="url(#moonGlow)"/>
<g id="flowers">
<circle cx="150" cy="180" r="40" fill="url(#flower1)"/>
<path d="M220,160 Q240,170 220,180 Q200,190 220,200" fill="#FFA1A1" opacity="0.8"/>
<circle cx="80" cy="200" r="35" fill="url(#flower3)"/>
<path d="M100,140 L120,160 L100,180 L80,160 Z" fill="#A0E0FF" opacity="0.8"/>
<path d="M250,220 A50,50 0 0 1 200,270 A50,50 0 0 1 150,220 A50,50 0 0 1 200,170 A50,50 0 0 1 250,220" fill="#FFD7A0"/>
</g>
<rect width="300" height="150" y="150" fill="url(#groundGrad)"/>
<g id="sparkles">
<circle cx="140" cy="170" r="4" fill="url(#sparkle)"/>
<circle cx="230" cy="190" r="4" fill="url(#sparkle)"/>
<circle cx="90" cy="210" r="4" fill="url(#sparkle)"/>
</g>
<g id="paths">
<path d="M50,250 Q100,200 150,250" stroke="#4DFFA0" stroke-width="4" fill="none"/>
<path d="M200,250 Q250,200 300,250" stroke="#FFA0A0" stroke-width="4" fill="none"/>
</g>
<filter id="moonGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="20" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</svg>
Judge's Analysis
Player 1's image creatively depicts singing flowers under a moonlit sky with a clear representation of the flowers and moon, adhering well to the prompt.
The inclusion of musical notes adds to the concept of 'singing', enhancing the visual appeal.
Player 2's image lacks clarity and does not effectively convey the idea of a moonlit garden with singing flowers.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"