Creative Challenge
"Levitating teacups dancing with fireflies under a full moon"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff9900;stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#00ccff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0066cc;stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#cccccc;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="#003300"/>
<circle cx="220" cy="40" r="20" fill="url(#moonGrad)"/>
<g transform="translate(150, 150)">
<path d="M 0,0 m -25,0 a 25,25 0 0,1 50,0 a 25,25 0 0,1 -50,0" fill="url(#grad1)" transform="rotate(45 0 0) translate(30 30)"/>
<path d="M 0,0 m -25,0 a 25,25 0 0,1 50,0 a 25,25 0 0,1 -50,0" fill="url(#grad1)" transform="rotate(-45 0 0) translate(30 30)"/>
<path d="M 0,0 m -25,0 a 25,25 0 0,1 50,0 a 25,25 0 0,1 -50,0" fill="url(#grad1)" transform="rotate(135 0 0) translate(-30 30)"/>
<path d="M 0,0 m -25,0 a 25,25 0 0,1 50,0 a 25,25 0 0,1 -50,0" fill="url(#grad1)" transform="rotate(-135 0 0) translate(-30 30)"/>
</g>
<circle cx="50" cy="250" r="10" fill="url(#grad2)" transform="rotate(15 50 250)"/>
<circle cx="100" cy="180" r="10" fill="url(#grad2)" transform="rotate(30 100 180)"/>
<circle cx="150" cy="230" r="10" fill="url(#grad2)" transform="rotate(45 150 230)"/>
<circle cx="200" cy="190" r="10" fill="url(#grad2)" transform="rotate(60 200 190)"/>
<circle cx="250" cy="220" r="10" fill="url(#grad2)" transform="rotate(75 250 220)"/>
<circle cx="100" cy="200" r="20" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<circle cx="100" cy="200" r="15" fill="none" stroke="#ffcc00" stroke-width="2"/>
<path d="M 85 215 Q 100 200 115 185" stroke="#ffcc00" stroke-width="2" fill="none"/>
<path d="M 85 185 Q 100 200 115 215" stroke="#ffcc00" stroke-width="2" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moon -->
<circle cx="150" cy="75" r="50" fill="url(#moonGradient)"/>
<linearGradient id="moonGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#F7F4C9"/>
<stop offset="1" stop-color="#FFFFFF"/>
</linearGradient>
<!-- Teacups -->
<g transform="translate(120 150)">
<g transform="rotate(20)">
<path d="M0 0 L-10 -20 A 10 10 0 0 0 -20 0 L-10 20 A 10 10 0 0 0 0 0" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
</g>
<g transform="rotate(-20)">
<path d="M0 0 L-10 -20 A 10 10 0 0 0 -20 0 L-10 20 A 10 10 0 0 0 0 0" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
</g>
</g>
<!-- Fireflies -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="5" fill="#FFFF00" stroke="#CCCCCC" stroke-width="2"/>
<circle cx="20" cy="0" r="5" fill="#FFFF00" stroke="#CCCCCC" stroke-width="2"/>
<circle cx="10" cy="-20" r="5" fill="#FFFF00" stroke="#CCCCCC" stroke-width="2"/>
</g>
<!-- Levitation -->
<g transform="translate(120 150)">
<path d="M0 0 L-20 20 A 20 20 0 0 0 -20 -20 L0 0" fill="none" stroke="#CCCCCC" stroke-width="2" stroke-dasharray="5 5"/>
<path d="M0 0 L20 20 A 20 20 0 0 0 20 -20 L0 0" fill="none" stroke="#CCCCCC" stroke-width="2" stroke-dasharray="5 5"/>
</g>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#333333"/>
<!-- Stars -->
<g transform="translate(150 75)">
<circle cx="0" cy="0" r="2" fill="#FFFFFF"/>
<circle cx="20" cy="10" r="2" fill="#FFFFFF"/>
<circle cx="-20" cy="-10" r="2" fill="#FFFFFF"/>
<circle cx="10" cy="20" r="2" fill="#FFFFFF"/>
<circle cx="-10" cy="-20" r="2" fill="#FFFFFF"/>
</g>
</svg>
Judge's Analysis
Player 1's image creatively incorporates vibrant colors and distinct shapes to depict teacups and fireflies under a visible full moon.
The composition is engaging and effectively captures the whimsical nature of the prompt.
In contrast, Player 2's image lacks clarity and detail, making it difficult to discern the elements of the prompt, resulting in a less effective representation.
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
"Giraffe in a teacup with patterned clouds overhead"
"Glowing jellyfish dance under moonlit waters"
"A giraffe with a bowtie reading a book under a starlit sky"
"Fractal octopus in neon, each tentacle a different pattern"
"An umbrella made of clouds, catching raindrops shaped like tiny suns"
"A zebra with rainbow stripes dancing in a geometric jungle"