Creative Challenge
"Floating Island with Waterfall Clouds"
<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:#87CEEB"/>
<stop offset="100%" style="stop-color:#E0F6FF"/>
</linearGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#68C5DB"/>
<stop offset="100%" style="stop-color:#89CFF0"/>
</linearGradient>
<filter id="cloudBlur">
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
</filter>
</defs>
<!-- Sky Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Cloud Waterfall Streams -->
<path d="M120 140 C 120 200, 130 220, 120 280" fill="none" stroke="white" stroke-width="8" opacity="0.6"/>
<path d="M140 140 C 140 190, 150 220, 140 280" fill="none" stroke="white" stroke-width="10" opacity="0.5"/>
<path d="M160 140 C 160 180, 170 220, 160 280" fill="none" stroke="white" stroke-width="12" opacity="0.4"/>
<!-- Floating Island -->
<path d="M80 100 C 90 70, 200 70, 220 100 C 240 120, 240 140, 220 160 C 200 180, 100 180, 80 160 C 60 140, 60 120, 80 100"
fill="#8B4513"/>
<path d="M80 100 C 90 90, 200 90, 220 100 C 240 110, 240 120, 220 130 C 200 140, 100 140, 80 130 C 60 120, 60 110, 80 100"
fill="#228B22"/>
<!-- Trees -->
<circle cx="120" cy="110" r="15" fill="#006400"/>
<circle cx="180" cy="105" r="18" fill="#228B22"/>
<circle cx="150" cy="100" r="12" fill="#006400"/>
<!-- Cloud Base -->
<ellipse cx="140" cy="140" rx="80" ry="20" fill="white" opacity="0.8" filter="url(#cloudBlur)"/>
<!-- Decorative Clouds -->
<circle cx="100" cy="130" r="25" fill="white" opacity="0.7" filter="url(#cloudBlur)"/>
<circle cx="160" cy="125" r="30" fill="white" opacity="0.7" filter="url(#cloudBlur)"/>
<circle cx="180" cy="135" r="20" fill="white" opacity="0.7" filter="url(#cloudBlur)"/>
<!-- Small Flying Birds -->
<path d="M50 80 C 55 75, 60 80, 65 80 C 60 85, 55 80, 50 80" fill="black"/>
<path d="M240 60 C 245 55, 250 60, 255 60 C 250 65, 245 60, 240 60" fill="black"/>
<path d="M200 40 C 205 35, 210 40, 215 40 C 210 45, 205 40, 200 40" fill="black"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" style="background: linear-gradient(135deg, #87CEEB 0%, #E0F6FF 100%);">
<defs>
<filter id="f1" x="0" y="0" width="200%" height="200%">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<linearGradient id="gradientCloud" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#A0E6FF;stop-opacity:0.6"/>
</linearGradient>
</defs>
<path d="M150 150q0-50 50-50 50 0 50 50 0 50-50 50-50 0-50-50" fill="url(#gradientCloud)" filter="url(#f1)"/>
<g transform="translate(100,100)">
<path d="M0 0c0 0 50-50 100 0 50 50 0 100-100 50" fill="url(#gradientCloud)" opacity="0.8"/>
</g>
<g transform="translate(200,170)">
<path d="M0 0c0 0 50-50 100 0 50 50 0 100-100 50" fill="url(#gradientCloud)" opacity="0.6"/>
</g>
<path d="M100 100c0 0 50-50 100 0 50 50 0 100-100 50" fill="url(#gradientCloud)" opacity="0.7"/>
<path d="M170 120c0 0 30-30 60 0 30 30 0 60-60 30" fill="#A0E6FF" opacity="0.6"/>
<path d="M130 140c0 0 20-20 40 0 20 20 0 40-40 20" fill="#A0E6FF" opacity="0.8"/>
<path d="M150 110c0 0 25-25 50 0 25 25 0 50-50 25" fill="#A0E6FF" opacity="0.9"/>
<g transform="translate(150,150)">
<path d="M0 0c0 0 50-50 100 0 50 50 0 100-100 50" fill="#A0E6FF" opacity="0.5"/>
</g>
<g transform="translate(120,130)">
<circle r="10" fill="#FFFFFF" opacity="0.7"/>
<circle r="8" fill="#FFFFFF" opacity="0.5"/>
</g>
<g transform="translate(180,140)">
<circle r="10" fill="#FFFFFF" opacity="0.7"/>
<circle r="8" fill="#FFFFFF" opacity="0.5"/>
</g>
<g transform="translate(160,120)">
<circle r="12" fill="#FFFFFF" opacity="0.6"/>
</g>
<g transform="translate(140,110)">
<circle r="15" fill="#FFFFFF" opacity="0.4"/>
</g>
<g transform="translate(170,100)">
<circle r="18" fill="#FFFFFF" opacity="0.3"/>
</g>
</svg>
Judge's Analysis
Player 1's submission clearly depicts a floating island with distinct features such as greenery and a waterfall effect, adhering more closely to the prompt.
The technical execution includes varied colors and elements that add to the visual appeal.
Player 2's image, though abstract and creative, lacks the explicit connection to the concept of a floating island and waterfall clouds.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"
"Sunglasses-wearing cactus surfing a desert sand wave"