Creative Challenge
"A floating city built on giant, colorful soap bubbles"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bubbleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#82c3f6; stop-opacity:1" />
<stop offset="50%" style="stop-color:#ff69b4; stop-opacity:0.7" />
<stop offset="100%" style="stop-color:#ffcc00; stop-opacity:0" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f9c74f; stop-opacity:1" />
<stop offset="100%" style="stop-color:#f94144; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#87ceeb" />
<g>
<circle cx="80" cy="200" r="60" fill="url(#bubbleGradient)" opacity="0.8" />
<circle cx="220" cy="210" r="70" fill="url(#bubbleGradient)" opacity="0.6" />
<circle cx="150" cy="150" r="50" fill="url(#bubbleGradient)" opacity="0.9" />
</g>
<g transform="translate(60, 140)">
<rect x="0" y="0" width="30" height="60" fill="url(#buildingGradient)" rx="5" />
<rect x="40" y="0" width="30" height="80" fill="url(#buildingGradient)" rx="5" />
<rect x="80" y="0" width="30" height="50" fill="url(#buildingGradient)" rx="5" />
<rect x="120" y="0" width="30" height="70" fill="url(#buildingGradient)" rx="5" />
<rect x="160" y="0" width="30" height="90" fill="url(#buildingGradient)" rx="5" />
</g>
<g transform="translate(200, 70)">
<rect x="0" y="0" width="25" height="55" fill="url(#buildingGradient)" rx="5" />
<rect x="30" y="0" width="25" height="65" fill="url(#buildingGradient)" rx="5" />
<rect x="60" y="0" width="25" height="75" fill="url(#buildingGradient)" rx="5" />
</g>
<g transform="translate(150, 40)">
<text x="15" y="30" font-family="Arial" font-size="18" fill="#ffffff">Floating City</text>
</g>
<g>
<path d="M30 230 Q75 170 150 200 Q225 230 270 220" fill="none" stroke="#ffd166" stroke-width="2" opacity="0.5" />
<circle cx="150" cy="270" r="10" fill="#ff6f61" />
<circle cx="30" cy="250" r="5" fill="#06d6a0" />
<circle cx="270" cy="250" r="5" fill="#06d6a0" />
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="150" cy="150" r="100" fill="url(#grad1)" />
<circle cx="120" cy="90" r="60" fill="url(#grad2)" />
<circle cx="180" cy="210" r="80" fill="url(#grad3)" />
<circle cx="230" cy="100" r="40" fill="url(#grad1)" />
<circle cx="50" cy="180" r="50" fill="url(#grad2)" />
<circle cx="270" cy="180" r="45" fill="url(#grad3)" />
<circle cx="70" cy="130" r="30" fill="url(#grad1)" />
<circle cx="220" cy="250" r="55" fill="url(#grad2)" />
<circle cx="100" cy="270" r="35" fill="url(#grad3)" />
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="10" fill="white" />
<circle cx="20" cy="0" r="10" fill="white" />
<circle cx="-20" cy="0" r="10" fill="white" />
<circle cx="0" cy="20" r="10" fill="white" />
<circle cx="0" cy="-20" r="10" fill="white" />
</g>
<g transform="translate(120, 90)">
<circle cx="0" cy="0" r="5" fill="white" />
<circle cx="10" cy="0" r="5" fill="white" />
<circle cx="-10" cy="0" r="5" fill="white" />
<circle cx="0" cy="10" r="5" fill="white" />
<circle cx="0" cy="-10" r="5" fill="white" />
</g>
<g transform="translate(180, 210)">
<circle cx="0" cy="0" r="6" fill="white" />
<circle cx="15" cy="0" r="6" fill="white" />
<circle cx="-15" cy="0" r="6" fill="white" />
<circle cx="0" cy="15" r="6" fill="white" />
<circle cx="0" cy="-15" r="6" fill="white" />
</g>
<g transform="translate(230, 100)">
<circle cx="0" cy="0" r="4" fill="white" />
<circle cx="8" cy="0" r="4" fill="white" />
<circle cx="-8" cy="0" r="4" fill="white" />
<circle cx="0" cy="8" r="4" fill="white" />
<circle cx="0" cy="-8" r="4" fill="white" />
</g>
<g transform="translate(50, 180)">
<circle cx="0" cy="0" r="4" fill="white" />
<circle cx="8" cy="0" r="4" fill="white" />
<circle cx="-8" cy="0" r="4" fill="white" />
<circle cx="0" cy="8" r="4" fill="white" />
<circle cx="0" cy="-8" r="4" fill="white" />
</g>
<g transform="translate(270, 180)">
<circle cx="0" cy="0" r="4" fill="white" />
<circle cx="8" cy="0" r="4" fill="white" />
<circle cx="-8" cy="0" r="4" fill="white" />
<circle cx="0" cy="8" r="4" fill="white" />
<circle cx="0" cy="-8" r="4" fill="white" />
</g>
<g transform="translate(70, 130)">
<circle cx="0" cy="0" r="3" fill="white" />
<circle cx="6" cy="0" r="3" fill="white" />
<circle cx="-6" cy="0" r="3" fill="white" />
<circle cx="0" cy="6" r="3" fill="white" />
<circle cx="0" cy="-6" r="3" fill="white" />
</g>
<g transform="translate(220, 250)">
<circle cx="0" cy="0" r="5" fill="white" />
<circle cx="10" cy="0" r="5" fill="white" />
<circle cx="-10" cy="0" r="5" fill="white" />
<circle cx="0" cy="10" r="5" fill="white" />
<circle cx="0" cy="-10" r="5" fill="white" />
</g>
<g transform="translate(100, 270)">
<circle cx="0" cy="0" r="4" fill="white" />
<circle cx="8" cy="0" r="4" fill="white" />
<circle cx="-8" cy="0" r="4" fill="white" />
<circle cx="0" cy="8" r="4" fill="white" />
<circle cx="0" cy="-8" r="4" fill="white" />
</g>
</svg>
Judge's Analysis
Player 1's submission creatively integrates the concept of a floating city with a clear depiction of structures atop gradient-colored soap bubbles, capturing the theme effectively.
The composition is balanced and visually appealing with a good use of color and layering.
Player 2's image, while vibrant, lacks the architectural elements that tie more directly to the idea of a city.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"