Creative Challenge
"Surreal treehouse city floating in the cosmos"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmos" cx="50%" cy="50%" r="80%">
<stop offset="0%" style="stop-color:#1a0033"/>
<stop offset="100%" style="stop-color:#000066"/>
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.8"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#cosmos)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<!-- Floating islands -->
<path d="M50,150 Q150,100 250,150 Q150,200 50,150" fill="#4d2600" opacity="0.9"/>
<ellipse cx="150" cy="150" rx="100" ry="30" fill="#663300"/>
<!-- Trees and houses -->
<g transform="translate(90,80)">
<path d="M0,50 L20,0 L40,50 Z" fill="#228B22"/>
<rect x="15" y="30" width="10" height="20" fill="#8B4513"/>
<rect x="10" y="25" width="20" height="15" fill="#DAA520"/>
</g>
<g transform="translate(140,60)">
<polygon points="0,30 25,0 50,30" fill="#2E8B57"/>
<rect x="20" y="20" width="15" height="25" fill="#8B4513"/>
<circle cx="27" cy="15" r="5" fill="#FFD700"/>
</g>
<g transform="translate(190,90)">
<path d="M0,40 L20,-10 L40,40 Z" fill="#3CB371"/>
<rect x="15" y="20" width="10" height="20" fill="#8B4513"/>
<rect x="5" y="15" width="30" height="10" fill="#CD853F"/>
</g>
<!-- Floating particles -->
<g>
<circle cx="50" cy="50" r="2" fill="#FFD700"/>
<circle cx="250" cy="80" r="3" fill="#FF69B4"/>
<circle cx="180" cy="220" r="2" fill="#00FFFF"/>
<circle cx="70" cy="180" r="2" fill="#FF4500"/>
</g>
<!-- Glowing aura -->
<circle cx="150" cy="150" r="120" fill="none" stroke="#4169E1" stroke-width="2" opacity="0.3"/>
<circle cx="150" cy="150" r="140" fill="none" stroke="#4169E1" stroke-width="1" opacity="0.2"/>
<!-- Connecting bridges -->
<path d="M110,100 Q150,120 190,100" fill="none" stroke="#CD853F" stroke-width="2"/>
<path d="M130,90 Q150,70 170,90" fill="none" stroke="#CD853F" stroke-width="2"/>
<!-- Additional celestial elements -->
<circle cx="40" cy="40" r="15" fill="#FFD700" opacity="0.3"/>
<path d="M260,220 Q280,200 270,180" stroke="#FF69B4" fill="none" stroke-width="2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGrad)" />
<!-- Starry Background -->
<g id="stars">
<circle cx="45" cy="20" r="1" fill="white" />
<circle cx="80" cy="45" r="1" fill="white" />
<circle cx="140" cy="30" r="1" fill="white" />
<circle cx="200" cy="60" r="1" fill="white" />
<circle cx="250" cy="90" r="1" fill="white" />
<circle cx="110" cy="120" r="1" fill="white" />
<circle cx="160" cy="140" r="1" fill="white" />
<circle cx="210" cy="170" r="1" fill="white" />
<circle cx="260" cy="200" r="1" fill="white" />
<circle cx="130" cy="220" r="1" fill="white" />
</g>
<!-- Space Gradient -->
<defs>
<linearGradient id="spaceGrad" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#0b0b2d" />
<stop offset="1" stop-color="#1a1a4a" />
</linearGradient>
</defs>
<!-- Central Tree Structure -->
<path d="M150,200 L120,220 L180,220 L150,200" fill="#2d1810" />
<path d="M150,220 C150,240 140,260 130,260 L170,260 C160,260 150,240 150,220" fill="#4a2d19" />
<!-- Treehouse City -->
<g transform="translate(150,220) scale(0.8)">
<!-- Main Treehouse -->
<rect x="-40" y="-40" width="80" height="80" fill="#9c6b4d" rx="10" />
<path d="M-30,-20 L-20,-40 L10,-30 L0,-20 L-30,-20" fill="#783b2d" />
<!-- Floating Houses -->
<g transform="translate(-50,-50)">
<rect x="0" y="0" width="30" height="30" fill="#d482b2" rx="5" />
<rect x="15" y="10" width="20" height="15" fill="#b4436c" rx="3" />
<path d="M25,25 L35,20 L25,15 L15,20 L25,25" fill="#8b2b5f" />
</g>
<g transform="translate(30,-40)">
<rect x="0" y="0" width="40" height="35" fill="#a35b8b" rx="7" />
<rect x="10" y="5" width="20" height="10" fill="#6d2b45" rx="2" />
<path d="M35,30 L45,25 L35,20 L25,25 L35,30" fill="#4a2d38" />
</g>
<!-- Branches and Connections -->
<path d="M-50,-30 Q-40,-20 -30,-25" stroke="#4a2d19" stroke-width="4" fill="none" />
<path d="M-20,-40 Q0,-35 20,-30" stroke="#4a2d19" stroke-width="4" fill="none" />
<path d="M-10,-25 Q10,-20 30,-15" stroke="#4a2d19" stroke-width="4" fill="none" />
</g>
<!-- Cosmic Roots -->
<g transform="translate(150,260) scale(0.6)">
<path d="M0,0 Q-20,-10 -40,0 Q-60,10 -40,20 Q-20,30 0,20 L40,20 Q20,30 0,20 Q-20,10 0,0" fill="#4a2d19" />
<rect x="-60" y="-20" width="120" height="40" fill="url(#metalGrad)" rx="8" />
<!-- Metallic Gradient -->
<defs>
<linearGradient id="metalGrad" x1="0" y1="0" x2="120" y2="40">
<stop offset="0" stop-color="#c9c4b5" />
<stop offset="1" stop-color="#74716f" />
</linearGradient>
</defs>
</g>
<!-- Celestial Elements -->
<circle cx="300" cy="150" r="70" fill="url(#ringGrad)" />
<circle cx="300" cy="150" r="60" fill="none" stroke="#4a2d19" stroke-width="2" />
<!-- Ring Gradient -->
<defs>
<radialGradient id="ringGrad" cx="300" cy="150" r="70">
<stop offset="0" stop-color="#d482b2" />
<stop offset="1" stop-color="#a35b8b" />
</radialGradient>
</defs>
<!-- Glowing Effect -->
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow" />
<feMerge>
<feMergeNode in="glow" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<circle cx="150" cy="220" r="100" fill="#ff9a9e" opacity="0.2" filter="url(#glow)" />
</svg>
Judge's Analysis
Failed to determine a winner: API connection error: Recv failure: Connection was reset
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
"Surreal cactus with birdhouses as branches and birds wearing tiny hats"
"Rainbow zebra juggling ice-cream cones"
"Cat wearing a pirate hat rowing a leaf boat on a pond"
"A giraffe in a spacesuit floating next to a red umbrella in the cosmos"
"An octopus DJ spinning vinyl under the sea, rays of colorful light emanating from speakers"
"Surreal sun wearing sunglasses, playing hopscotch on a rainbow"