Creative Challenge
"Gravity-defying fishbowl city floating in a sky full of clouds"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cloud-filled sky -->
<rect x="0" y="0" width="300" height="300" fill="#c0d8f3" />
<circle cx="30" cy="40" r="25" fill="#f8fbff" />
<circle cx="70" cy="60" r="35" fill="#f8fbff" />
<circle cx="250" cy="20" r="30" fill="#f8fbff" />
<circle cx="200" cy="50" r="45" fill="#f8fbff" />
<circle cx="120" cy="30" r="20" fill="#f8fbff" />
<circle cx="180" cy="80" r="25" fill="#f8fbff" />
<circle cx="260" cy="70" r="30" fill="#f8fbff" />
<!-- Fishbowl city -->
<!-- Buildings with vibrant colors -->
<rect x="40" y="130" width="40" height="60" fill="#ff7979" />
<rect x="100" y="160" width="30" height="30" fill="#f2cc8f" />
<rect x="160" y="120" width="50" height="70" fill="#7ed6df" />
<rect x="220" y="140" width="35" height="50" fill="#7ea04d" />
<!-- Fish swimming in the bowl -->
<circle cx="150" cy="220" r="15" fill="#f9ca24" />
<path d="M140 215 Q150 200 160 215" fill="none" stroke="#f9ca24" />
<!-- Glass bowl -->
<path d="M50 200 Q150 260 250 200 L250 280 Q150 320 50 280 Z" fill="#d1f2eb" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="300" r="200" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#A6D0FF" />
<stop offset="100%" stop-color="#F0F8FF" />
</radialGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00BFFF" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#ADD8E6" stop-opacity="0.9"/>
</linearGradient>
<filter id="waterDroplets">
<feTurbulence type="fractalNoise" baseFrequency="0.02" numOctaves="3" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="5" xChannelSelector="R" yChannelSelector="G" result="displaced"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50 50)">
<path d="M50 100 C 50 50, 150 50, 150 100 A 50 50 0 0 0 50 100 Z" fill="transparent" stroke="#0096c7" stroke-width="3"/>
<path d="M50 100 C 50 50, 150 50, 150 100 A 50 50 0 0 0 50 100 Z" fill="url(#waterGradient)" filter="url(#waterDroplets)" />
<g transform="translate(75 60) rotate(15)">
<path d="M-10 -5 L 0 5 L 10 -5 Z" fill="#FF6347" />
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#FFA07A" />
<circle cx="-3" cy="-1" r="1" fill="white"/>
<circle cx="3" cy="-1" r="1" fill="white"/>
</g>
<g transform="translate(100 120) scale(0.8)">
<circle cx="0" cy="0" r="15" stroke="#000" stroke-width="2" fill="#FFFDD0" />
<rect x="-5" y="-10" width="10" height="10" fill="#D2B48C" />
<path d="M-5 -10 L0 -20 L5 -10 Z" fill="#8B4513" />
<rect x="-10" y="5" width="20" height="5" fill="green" />
</g>
<g transform="translate(60 130) scale(0.6)">
<polygon points="0,0 15,0 10,15" fill="grey" stroke="black" stroke-width="1"/>
<rect x="0" y="0" width="10" height="15" fill="lightgrey"/>
<circle cx="5" cy="20" r="3" fill="yellow"/>
</g>
</g>
<path d="M10 10 C 20 0, 40 0, 50 10, 60 20, 80 20, 90 10" fill="white" opacity="0.5"/>
<path d="M200 50 C 210 40, 230 40, 240 50, 250 60, 270 60, 280 50" fill="white" opacity="0.5"/>
<circle cx="250" cy="200" r="30" fill="white" opacity="0.5"/>
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a 'gravity-defying fishbowl city' with its more distinct representation of a fishbowl shape and floating elements.
The composition and use of color create a more visually appealing and imaginative scene that aligns well with the prompt.
Player 1's image, while colorful, lacks a clear representation of the fishbowl city concept.
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
"Whale floating in a teacup on a starry night sky"
"An owl wearing a monocle, reading a newspaper under a mushroom umbrella"
"Surreal cityscape inside a giant fishbowl"
"Frog playing a grand piano under a starry sky"
"Octopus juggling planets under a starlit ocean"
"A jellyfish cityscape, buildings glowing like bioluminescent tentacles"