Creative Challenge
"A floating teacup pouring stars into a galaxy spiral."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#1a0033;stop-opacity:1" />
<stop offset="30%" style="stop-color:#4a0080;stop-opacity:1" />
<stop offset="60%" style="stop-color:#8000ff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#000011;stop-opacity:1" />
</radialGradient>
<linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.9" />
<stop offset="50%" style="stop-color:#e6f3ff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#b3d9ff;stop-opacity:0.7" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="70%" style="stop-color:#ffff80;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#ff8000;stop-opacity:0.3" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="starGlow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#galaxyGradient)"/>
<!-- Galaxy Spiral -->
<g transform="translate(150,200)">
<path d="M 0,0 Q 20,-10 40,-5 Q 60,5 75,25 Q 85,50 70,75 Q 45,95 10,85 Q -25,70 -35,40 Q -30,5 -10,-15 Q 15,-25 35,-15 Q 50,-5 55,15 Q 55,35 40,45 Q 20,50 5,40 Q -5,25 0,10"
fill="none"
stroke="url(#galaxyGradient)"
stroke-width="8"
opacity="0.6"
filter="url(#glow)"/>
<!-- Galaxy arms with particles -->
<circle cx="0" cy="0" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="15" cy="-8" r="1.5" fill="#ffff80" opacity="0.7"/>
<circle cx="35" cy="-3" r="1" fill="#ff8080" opacity="0.6"/>
<circle cx="50" cy="10" r="1.5" fill="#80ff80" opacity="0.7"/>
<circle cx="60" cy="30" r="1" fill="#8080ff" opacity="0.6"/>
<circle cx="55" cy="50" r="1.5" fill="#ff80ff" opacity="0.7"/>
<circle cx="35" cy="65" r="1" fill="#ffff80" opacity="0.6"/>
<circle cx="10" cy="70" r="1.5" fill="#80ffff" opacity="0.7"/>
<circle cx="-15" cy="60" r="1" fill="#ff8080" opacity="0.6"/>
<circle cx="-25" cy="35" r="1.5" fill="#80ff80" opacity="0.7"/>
<circle cx="-20" cy="10" r="1" fill="#8080ff" opacity="0.6"/>
</g>
<!-- Floating Teacup -->
<g transform="translate(80,60) rotate(-15)">
<!-- Cup shadow/base -->
<ellipse cx="25" cy="45" rx="20" ry="3" fill="#000033" opacity="0.3"/>
<!-- Cup body -->
<path d="M 10,20 Q 10,45 25,45 Q 40,45 40,20 L 38,15 Q 38,10 25,10 Q 12,10 12,15 Z"
fill="url(#teacupGradient)"
stroke="#b3d9ff"
stroke-width="1"
filter="url(#glow)"/>
<!-- Cup handle -->
<path d="M 40,25 Q 50,25 50,35 Q 50,40 45,40"
fill="none"
stroke="url(#teacupGradient)"
stroke-width="3"
filter="url(#glow)"/>
<!-- Saucer -->
<ellipse cx="25" cy="47" rx="25" ry="4" fill="url(#teacupGradient)" opacity="0.8"/>
<ellipse cx="25" cy="46" rx="22" ry="3" fill="#ffffff" opacity="0.5"/>
</g>
<!-- Pouring Stars Stream -->
<g>
<!-- Main star stream -->
<path d="M 95,80 Q 110,120 125,160 Q 140,180 150,200"
fill="none"
stroke="url(#starGradient)"
stroke-width="4"
opacity="0.7"
filter="url(#starGlow)"/>
<!-- Individual stars being poured -->
<g filter="url(#starGlow)">
<!-- Star 1 -->
<g transform="translate(100,90)">
<path d="M 0,-4 L 1,0 L 4,0 L 1.5,2 L 2,6 L 0,3 L -2,6 L -1.5,2 L -4,0 L -1,0 Z"
fill="url(#starGradient)"/>
</g>
<!-- Star 2 -->
<g transform="translate(108,110)">
<path d="M 0,-3 L 0.8,0 L 3,0 L 1.2,1.5 L 1.5,4.5 L 0,2.3 L -1.5,4.5 L -1.2,1.5 L -3,0 L -0.8,0 Z"
fill="url(#starGradient)"/>
</g>
<!-- Star 3 -->
<g transform="translate(118,135)">
<path d="M 0,-5 L 1.2,0 L 5,0 L 2,3 L 2.5,8 L 0,4 L -2.5,8 L -2,3 L -5,0 L -1.2,0 Z"
fill="url(#starGradient)"/>
</g>
<!-- Star 4 -->
<g transform="translate(130,155)">
<path d="M 0,-3.5 L 1,0 L 3.5,0 L 1.4,2 L 1.8,5.5 L 0,3 L -1.8,5.5 L -1.4,2 L -3.5,0 L -1,0 Z"
fill="url(#starGradient)"/>
</g>
<!-- Star 5 -->
<g transform="translate(142,175)">
<path d="M 0,-4 L 1.1,0 L 4,0 L 1.6,2.5 L 2,7 L 0,3.5 L -2,7 L -1.6,2.5 L -4,0 L -1.1,0 Z"
fill="url(#starGradient)"/>
</g>
<!-- Star 6 (entering galaxy) -->
<g transform="translate(148,190)">
<path d="M 0,-3 L 0.9,0 L 3,0 L 1.3,1.8 L 1.6,5 L 0,2.5 L -1.6,5 L -1.3,1.8 L -3,0 L -0.9,0 Z"
fill="url(#starGradient)" opacity="0.8"/>
</g>
</g>
<!-- Magical sparkles around the stream -->
<circle cx="95" cy="85" r="1" fill="#ffffff" opacity="0.9">
<animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="115" cy="125" r="0.8" fill="#ffff80" opacity="0.8">
<animate attributeName="opacity" values="0.2;0.9;0.2" dur="1.5s" repeatCount="indefinite"/>
</circle>
<circle cx="135" cy="165" r="1.2" fill="#ff80ff" opacity="0.7">
<animate attributeName="opacity" values="0.4;1;0.4" dur="2.5s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Additional cosmic dust -->
<g opacity="0.6">
<circle cx="50" cy="150" r="0.5" fill="#80ffff"/>
<circle cx="200" cy="100" r="0.8" fill="#ffff80"/>
<circle cx="250" cy="180" r="0.6" fill="#ff8080"/>
<circle cx="30" cy="250" r="0.7" fill="#80ff80"/>
<circle cx="270" cy="50" r="0.5" fill="#8080ff"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1a1a1a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000033;stop-opacity:1" />
</radialGradient>
<linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
<stop offset="100%" style="stop-color:#A0522D;stop-opacity:1" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<path d="M150,50 Q200,100 150,150 Q100,200 150,250 Q200,200 250,150 Q200,100 150,50" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" />
<ellipse cx="150" cy="150" rx="100" ry="50" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" transform="rotate(45, 150, 150)" />
<path d="M150,50 Q200,100 150,150 Q100,200 150,250 Q200,200 250,150 Q200,100 150,50" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" transform="rotate(90, 150, 150)" />
<ellipse cx="150" cy="150" rx="100" ry="50" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" transform="rotate(135, 150, 150)" />
<path d="M100,100 Q150,150 200,100 Q150,50 100,100" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" />
<path d="M100,200 Q150,250 200,200 Q150,150 100,200" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" />
<path d="M50,150 Q100,200 150,150 Q200,100 250,150 Q200,200 150,250 Q100,200 50,150" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" />
<circle cx="150" cy="150" r="5" fill="url(#starGradient)" />
<circle cx="200" cy="100" r="3" fill="url(#starGradient)" />
<circle cx="100" cy="200" r="3" fill="url(#starGradient)" />
<circle cx="250" cy="150" r="3" fill="url(#starGradient)" />
<circle cx="50" cy="150" r="3" fill="url(#starGradient)" />
<path d="M120,50 Q150,100 180,50 Q150,0 120,50" fill="url(#teacupGradient)" />
<path d="M120,50 Q150,100 180,50 Q150,50 120,50" fill="#FFFFFF" fill-opacity="0.2" />
<path d="M120,50 Q150,100 180,50 Q150,50 120,50" fill="none" stroke="#8B4513" stroke-width="2" />
<path d="M150,50 L150,100" stroke="#8B4513" stroke-width="2" />
<path d="M150,100 Q200,150 150,200 Q100,250 150,300 Q200,250 250,200 Q200,150 150,100" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.3" />
<circle cx="150" cy="50" r="10" fill="url(#starGradient)" />
<circle cx="150" cy="100" r="7" fill="url(#starGradient)" />
<circle cx="200" cy="150" r="5" fill="url(#starGradient)" />
<circle cx="100" cy="250" r="5" fill="url(#starGradient)" />
<circle cx="250" cy="200" r="5" fill="url(#starGradient)" />
<circle cx="50" cy="100" r="5" fill="url(#starGradient)" />
</svg>
Judge's Analysis
Player 1's submission aligns more closely with the prompt, clearly depicting a floating teacup pouring star-like elements into a glowing galaxy spiral.
The composition is vibrant and visually appealing, with smooth gradients and a strong thematic connection.
Player 2's abstract approach is creative but lacks the explicit representation of a teacup and galaxy, making it less effective in adhering to the prompt.
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.