Creative Challenge
"Moonlit garden with giant, glowing dandelions"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="night-sky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2c;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#2c3e50;stop-opacity:1"/>
</linearGradient>
<radialGradient id="moon-glow" cx="0.5" cy="0.5" rx="0.4" ry="0.4">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8"/>
<stop offset="100%" style="stop-opacity:0.2"/>
</radialGradient>
<radialGradient id="dandelion-glow" cx="0.5" cy="0.5" rx="0.6" ry="0.6">
<stop offset="0%" style="stop-color:#ffff00;stop-opacity:0.8"/>
<stop offset="100%" style="stop-opacity:0.2"/>
</radialGradient
>
<pattern id="grass-pattern" patternUnits="userSpaceOnUse" width="20" height="20" x="0" y="0">
<circle cx="10" cy="10" r="2" fill="#2ecc71" opacity="0.3"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#night-sky)"/>
<!-- Moon -->
<circle cx="250" cy="100" r="50" fill="url(#moon-glow)"/>
<!-- Trees -->
<g transform="translate(50,220)">
<line x1="0" y1="0" x2="0" y2="-100" stroke="black" stroke-width="10" />
<circle cx="0" cy="-100" r="20" fill="black" />
</g>
<g transform="translate(150,250)">
<line x1="0" y1="0" x2="0" y2="-80" stroke="black" stroke-width="10" />
<circle cx="0" cy="-80" r="15" fill="black" />
</g>
<!-- Dandelions -->
<g transform="translate(100,200)">
<circle cx="0" cy="0" r="60" fill="url(#dandelion-glow)"/>
<circle cx="0" cy="0" r="40" fill="yellow" opacity="0.5"/>
<path d="M0 0 L30 20 A40 40 0 0 1 0 40 A40 40 0 0 1 -30 20 L0 0" fill="yellow" opacity="0.3"/>
<path d="M0 0 L-30 20 A40 40 0 0 1 0 40 A40 40 0 0 1 30 20 L0 0" fill="yellow" opacity="0.3"/>
</g>
<!-- Glowing particles -->
<g transform="translate(100,200)">
<circle cx="40" cy="40" r="5" fill="pink" opacity="0.3"/>
<circle cx="60" cy="20" r="4" fill="yellow" opacity="0.4"/>
<circle cx="20" cy "-30" r="3" fill="green" opacity="0.3"/>
<circle cx "-20" cy "-20" r="5" fill="pink" opacity="0.3"/>
<circle cx "-40" cy "-10" r="4" fill="yellow" opacity="0.4"/>
</g>
<!-- Grass -->
<rect x="0" y="250" width="300" height="50" fill="url(#grass-pattern)"/>
<line x1="0" y1="250" x2="300" y2="250" stroke="#2ecc71" stroke-width="2" opacity="0.5"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="moonGlow" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F7F7F7" stop-opacity="0.5"/>
<stop offset="1" stop-color="#AAAAAA" stop-opacity="0.1"/>
</linearGradient>
<radialGradient id="dandelionGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#F2C464" stop-opacity="0.8"/>
<stop offset="1" stop-color="#FFC107" stop-opacity="0.5"/>
</radialGradient>
<pattern id="stonePath" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#666666"/>
<circle cx="10" cy="10" r="3" fill="#999999"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#2F2F2F"/>
<circle cx="150" cy="50" r="30" fill="url(#moonGlow)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="-50" r="50" fill="url(#dandelionGlow)"/>
<circle cx="0" cy="-50" r="40" fill="#FFFFFF" stroke="#FFC107" stroke-width="5"/>
<circle cx="0" cy="-50" r="30" fill="#FFFFFF" stroke="#FFC107" stroke-width="3"/>
<circle cx="0" cy="-50" r="20" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
<circle cx="0" cy="-50" r="10" fill="#FFFFFF" stroke="#FFC107" stroke-width="1"/>
<path d="M 0 -50 L 20 -30 A 10 10 0 0 1 20 -10 L 0 -50 Z" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
<path d="M 0 -50 L -20 -30 A 10 10 0 0 1 -20 -10 L 0 -50 Z" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
</g>
<g transform="translate(100, 200)">
<circle cx="0" cy="-50" r="50" fill="url(#dandelionGlow)"/>
<circle cx="0" cy="-50" r="40" fill="#FFFFFF" stroke="#FFC107" stroke-width="5"/>
<circle cx="0" cy="-50" r="30" fill="#FFFFFF" stroke="#FFC107" stroke-width="3"/>
<circle cx="0" cy="-50" r="20" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
<circle cx="0" cy="-50" r="10" fill="#FFFFFF" stroke="#FFC107" stroke-width="1"/>
<path d="M 0 -50 L 20 -30 A 10 10 0 0 1 20 -10 L 0 -50 Z" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
<path d="M 0 -50 L -20 -30 A 10 10 0 0 1 -20 -10 L 0 -50 Z" fill="#FFFFFF" stroke="#FFC107" stroke-width="2"/>
</g>
<rect x="50" y="220" width="200" height="20" fill="url(#stonePath)"/>
<rect x="50" y="240" width="200" height="20" fill="url(#stonePath)"/>
<rect x="50" y="260" width="200" height="20" fill="url(#stonePath)"/>
</svg>
Judge's Analysis
Player 2's submission effectively captures the prompt with glowing dandelions and a moonlit background, creating a cohesive and visually appealing scene.
The use of color and light enhances the theme, while the composition maintains clarity and interest.
Player 1's image lacks detail and does not visually convey the idea of a moonlit garden with glowing dandelions as effectively.
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
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Cat wearing a crown, lounging on a vintage radio"
"Electric jellyfish with neon sunglasses under a starry sky"
"Polar bear in a sauna, sipping iced tea"