Creative Challenge
"A floating teacup pouring galaxies into an oversized spoon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1b003b"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="cupGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#dae8fc"/>
</linearGradient>
<radialGradient id="spoonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#c0c0c0"/>
</radialGradient>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF69B4" stop-opacity="1"/>
<stop offset="50%" stop-color="#8A2BE2" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#000080" stop-opacity="0"/>
</radialGradient>
<filter id="softBlur">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" />
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Oversized Spoon -->
<g id="spoon">
<ellipse cx="150" cy="240" rx="100" ry="30" fill="url(#spoonGradient)" stroke="#888" stroke-width="2"/>
<path d="M250,240 C270,200 275,210 250,245 L240,245 C265,210 260,200 240,240 Z" fill="url(#spoonGradient)" stroke="#888" stroke-width="2"/>
</g>
<!-- Galaxy Stream -->
<g id="galaxyStream">
<g transform="translate(218,120)">
<circle cx="0" cy="0" r="6" fill="url(#galaxyGradient)" opacity="0.9" filter="url(#softBlur)"/>
<circle cx="4" cy="-2" r="1.5" fill="white" opacity="0.8"/>
<circle cx="-3" cy="2" r="1.2" fill="white" opacity="0.8"/>
</g>
<g transform="translate(230,135)">
<circle cx="0" cy="0" r="5" fill="url(#galaxyGradient)" opacity="0.85" filter="url(#softBlur)"/>
<circle cx="3" cy="-1" r="1.2" fill="white" opacity="0.8"/>
<circle cx="-2" cy="2" r="1" fill="white" opacity="0.8"/>
</g>
<g transform="translate(245,150)">
<circle cx="0" cy="0" r="7" fill="url(#galaxyGradient)" opacity="0.9" filter="url(#softBlur)"/>
<circle cx="5" cy="-2" r="1.5" fill="white" opacity="0.8"/>
<circle cx="-3" cy="3" r="1.2" fill="white" opacity="0.8"/>
</g>
<g transform="translate(255,165)">
<circle cx="0" cy="0" r="6" fill="url(#galaxyGradient)" opacity="0.85" filter="url(#softBlur)"/>
<circle cx="4" cy="0" r="1.2" fill="white" opacity="0.8"/>
<circle cx="-2" cy="2" r="1" fill="white" opacity="0.8"/>
</g>
<g transform="translate(245,180)">
<circle cx="0" cy="0" r="7" fill="url(#galaxyGradient)" opacity="0.9" filter="url(#softBlur)"/>
<circle cx="3" cy="-2" r="1.5" fill="white" opacity="0.8"/>
<circle cx="-3" cy="2" r="1.2" fill="white" opacity="0.8"/>
</g>
</g>
<!-- Floating Teacup -->
<g id="teacup">
<ellipse cx="150" cy="135" rx="70" ry="8" fill="black" opacity="0.1"/>
<path d="M80,120 C80,80 220,80 220,120 L220,140 C150,150 90,150 80,140 Z" fill="url(#cupGradient)" stroke="#ccc" stroke-width="1"/>
<path d="M220,125 C240,130 240,150 220,155 L210,145 C225,140 225,135 210,130 Z" fill="url(#cupGradient)" stroke="#ccc" stroke-width="1"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cupGrad" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#d0eafc"/>
</radialGradient>
<linearGradient id="spoonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ccc"/>
<stop offset="50%" stop-color="#eee"/>
<stop offset="100%" stop-color="#bbb"/>
</linearGradient>
<linearGradient id="streamGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6ef5"/>
<stop offset="50%" stop-color="#6eebff"/>
<stop offset="100%" stop-color="#c56eff"/>
</linearGradient>
<radialGradient id="galaxyGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff" stop-opacity="1"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
<filter id="blurGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#0b0123"/>
<!-- Floating Teacup -->
<g transform="translate(60,40) scale(1)">
<!-- Saucer -->
<ellipse cx="50" cy="80" rx="60" ry="12" fill="#edf5ff" opacity="0.8"/>
<!-- Cup body -->
<path d="M15,80 Q10,30 50,30 Q90,30 85,80 Z" fill="url(#cupGrad)" stroke="#aaccee" stroke-width="2"/>
<!-- Cup rim gradient highlight -->
<ellipse cx="50" cy="30" rx="40" ry="8" fill="rgba(255,255,255,0.5)"/>
<!-- Handle -->
<path d="M85,45 C110,50 110,70 85,75" fill="none" stroke="#aaccee" stroke-width="6"/>
</g>
<!-- Galaxy Stream -->
<path id="stream" d="M100,80 C140,140 180,120 220,200" fill="none" stroke="url(#streamGrad)" stroke-width="8" stroke-linecap="round"/>
<!-- Stars along the stream -->
<g>
<circle cx="120" cy="105" r="2.5" fill="#fff"/>
<circle cx="135" cy="130" r="1.8" fill="#ffe4f5"/>
<circle cx="160" cy="115" r="2.2" fill="#d0faff"/>
<circle cx="180" cy="150" r="2" fill="#fffdcc"/>
<circle cx="200" cy="180" r="1.5" fill="#fff"/>
</g>
<!-- Oversized Spoon -->
<g transform="translate(180,190) rotate(30)">
<!-- Bowl of spoon -->
<ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#spoonGrad)" stroke="#888" stroke-width="1"/>
<!-- Spoon handle -->
<rect x="-5" y="0" width="10" height="120" fill="url(#spoonGrad)" stroke="#888" stroke-width="1"/>
</g>
<!-- Galaxies in spoon -->
<g transform="translate(210,220)">
<circle cx="-10" cy="-5" r="8" fill="#ff6ef5" filter="url(#blurGlow)"/>
<circle cx="5" cy="2" r="6" fill="#6eebff" filter="url(#blurGlow)"/>
<circle cx="0" cy="12" r="5" fill="#c56eff" filter="url(#blurGlow)"/>
<circle cx="12" cy="8" r="4" fill="#fff" filter="url(#blurGlow)"/>
</g>
<!-- Additional Stars around -->
<g>
<circle cx="50" cy="20" r="1.5" fill="#fff"/>
<circle cx="80" cy="50" r="1" fill="#ffd"/>
<circle cx="200" cy="40" r="2" fill="#aaffff"/>
<circle cx="250" cy="100" r="1" fill="#ffb6c1"/>
<circle cx="160" cy="20" r="1.2" fill="#fff"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger creativity and adherence to the prompt by clearly depicting a floating teacup pouring a stream that resembles galaxies into an oversized spoon.
The use of a colorful gradient and added celestial elements enhances the visual appeal and conceptual clarity.
Player 1's submission is simpler and less detailed, lacking the dynamic representation of galaxies and a clear connection between the teacup and the spoon.
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
"A giraffe riding a skateboard under a crescent moon."
"A flying turtle carrying a tiny city on its shell through a starry night sky."
"An alien watering plants on the moon under a glowing Earth."