Creative Challenge
"Floating island with a teapot pouring stars into a treehouse"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(30, 144, 255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0, 191, 255);stop-opacity:1" />
</linearGradient>
<linearGradient id="islandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(34, 139, 34);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(85, 107, 47);stop-opacity:1" />
</linearGradient>
<linearGradient id="teapotGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,215,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,250,240);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,223,186);stop-opacity:0" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="url(#starGradient)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 220)">
<ellipse rx="100" ry="50" fill="url(#islandGradient)" stroke="darkgreen" stroke-width="2" />
<path d="M-90,5 Q0,40 90,5, C80,-3 50,-25 0,-15, Q-50,-25 -80,-8 Z" fill="url(#islandGradient)" stroke="darkgreen" stroke-width="2"/>
</g>
<g transform="translate(220, 50)">
<ellipse rx="18" ry="8" fill="gray" />
<path d="M-6,-2 Q0,-10 6,-2" fill="lightgray" />
<path d="M-18,0 A18,8 0 0 1 18,0 L13,-40 A18,6 0 0 0 -13,-40 Z" fill="url(#teapotGradient)" stroke="orange" stroke-width="2" />
</g>
<g transform="translate(190, 65)">
<path d="M0,0 C-5,10 -15,40 0,55" fill="none" stroke="url(#starPattern)" stroke-width="3" />
</g>
<g transform="translate(130, 170)">
<rect x="-20" y="-40" width="40" height="40" fill="#8B4513" stroke="#654321" stroke-width="2"/>
<polygon points="-30,-40 30,-40 0,-70" fill="#A0522D" stroke="#8B4513" stroke-width="2" />
<g>
<circle cx="-10" cy="-45" r="3" fill="lightyellow" />
</g>
<rect x="-35" y="0" width="10" height="30" fill="saddlebrown" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#00BFFF; stop-opacity:1"/>
</linearGradient>
<radialGradient id="islandGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#8B4513; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#228B22; stop-opacity:1"/>
</radialGradient>
<radialGradient id="treeHouseGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFD700; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FF8C00; stop-opacity:1"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="2.5" cy="2.5" r="1" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g>
<path d="M100,150 Q120,100 180,150 Q200,175 100,200 Q50,180 100,150 Z" fill="url(#islandGradient)"/>
<rect x="130" y="130" width="40" height="60" fill="url(#treeHouseGradient)" rx="5" ry="5"/>
<polygon points="130,130 150,110 170,130" fill="#D2691E"/>
<path d="M150,130 L140,180 L160,180 Z" fill="green" />
<text x="140" y="170" font-family="Arial" font-size="12" fill="brown">Treehouse</text>
<ellipse cx="160" cy="155" rx="10" ry="30" fill="saddlebrown"/>
<path d="M100,200 Q85,205 60,230" fill="none" stroke="green" stroke-width="3"/>
<path d="M240,70 Q220,90 235,120" fill="none" stroke="green" stroke-width="3"/>
<ellipse cx="250" cy="80" rx="10" ry="20" fill="green"/>
<g>
<path d="M210,70 L230,50 A20,20 0 0,1 240,70" fill="#B22222" />
<ellipse cx="230" cy="55" rx="5" ry="3" fill="#FFD700" />
</g>
<g>
<path d="M230,50 C250,25 270,30 250,60" fill="url(#starPattern)"/>
<line x1="220" y1="45" x2="230" y2="45" stroke="yellow" stroke-width="1"/>
<line x1="225" y1="40" x2="225" y2="50" stroke="yellow" stroke-width="1"/>
<line x1="235" y1="40" x2="235" y2="50" stroke="yellow" stroke-width="1"/>
<line x1="215" y1="45" x2="205" y2="45" stroke="yellow" stroke-width="1"/>
</g>
<rect x="100" y="90" width="10" height="40" fill="burlywood" />
<path d="M120,100 A10,10 0 0,1 110,110" fill="saddlebrown"/>
<line x1="110" y1="110" x2="125" y2="110" stroke="#DCDCDC" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 1's submission more clearly adheres to the prompt with a recognizable floating island and teapot-like object pouring into a structure.
The composition is simple but effectively communicates the concept.
Player 2's image is more abstract and lacks clarity, making it difficult to discern the elements specified in 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.
Similar Challenges
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"