Creative Challenge
"Floating jellyfish city in the clouds"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cloudy Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#cloud-gradient)" rx="20" />
<linearGradient id="cloud-gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#f7f7f7" stop-opacity="0.5" />
<stop offset="1" stop-color="#ffffff" stop-opacity="0.2" />
</linearGradient>
<!-- Jellyfish City -->
<g transform="translate(150, 120)">
<!-- Central Dome -->
<ellipse cx="0" cy="0" rx="40" ry="30" fill="#33ccff" />
<ellipse cx="0" cy="0" rx="35" ry="25" fill="url(#jelly-gradient)" />
<linearGradient id="jelly-gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#66ffff" />
<stop offset="1" stop-color="#33ccff" />
</linearGradient>
<!-- Tentacles -->
<g transform="rotate(45)">
<path d="M 0, -20 C 10, -30 20, -40 30, -50" stroke="#66ffff" stroke-width="5" fill="none" />
<path d="M 0, -20 C -10, -30 -20, -40 -30, -50" stroke="#66ffff" stroke-width="5" fill="none" />
</g>
<g transform="rotate(-45)">
<path d="M 0, -20 C 10, -30 20, -40 30, -50" stroke="#66ffff" stroke-width="5" fill="none" />
<path d="M 0, -20 C -10, -30 -20, -40 -30, -50" stroke="#66ffff" stroke-width="5" fill="none" />
</g>
<!-- Buildings -->
<g transform="translate(-40, -20)">
<rect x="0" y="0" width="20" height="30" fill="#ffcc00" rx="5" />
<rect x="10" y="10" width="20" height="30" fill="#ffcc00" rx="5" />
<rect x="20" y="20" width="20" height="30" fill="#ffcc00" rx="5" />
</g>
<g transform="translate(40, -20)">
<rect x="0" y="0" width="20" height="30" fill="#ffcc00" rx="5" />
<rect x="10" y="10" width="20" height="30" fill="#ffcc00" rx="5" />
<rect x="20" y="20" width="20" height="30" fill="#ffcc00" rx="5" />
</g>
<!-- Cloud Accents -->
<circle cx="-20" cy="-20" r="5" fill="#ffffff" />
<circle cx="20" cy="-20" r="5" fill="#ffffff" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Clouds in the sky -->
<circle cx="100" cy="70" r="40" fill="#f0f0f0" />
<circle cx="150" cy="60" r="30" fill="#f5f5f5" />
<circle cx="200" cy="80" r="45" fill="#e0e0e0" />
<!-- Floating jellyfish -->
<!-- Jellyfish body -->
<circle cx="80" cy="180" r="30" fill="#ffcc00" />
<circle cx="140" cy="200" r="25" fill="#ff9966" />
<circle cx="200" cy="190" r="28" fill="#ff6699" />
<!-- Jellyfish tentacles -->
<path d="M75,210 Q85,230 90,250" fill="none" stroke="#ffcc00" stroke-width="2" />
<path d="M135,220 Q140,240 145,260" fill="none" stroke="#ff9966" stroke-width="2" />
<path d="M195,210 Q210,230 220,250" fill="none" stroke="#ff6699" stroke-width="2" />
<!-- Connection strings -->
<path d="M95,180 Q120,130 155,70" fill="none" stroke="#000" stroke-width="1" stroke-dasharray="5" />
<path d="M155,180 Q165,140 180,90" fill="none" stroke="#000" stroke-width="1" stroke-dasharray="5" />
<path d="M215,180 Q210,140 205,90" fill="none" stroke="#000" stroke-width="1" stroke-dasharray="5" />
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a 'floating jellyfish city in the clouds' with a more dynamic composition and clearer depiction of jellyfish forms.
The use of different colors and shapes adds to the visual appeal, suggesting a vibrant cityscape.
In contrast, Player 1's image lacks the complexity and clarity needed to convey the prompt effectively.
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
"An octopus riding a unicycle on a rainbow"
"Glowing jellyfish in a sunset sky"
"Juggling octopus under starry sky"
"Socks hanging like holiday stockings on a giant cactus"
"Melting clock dripping over a sunflower"
"A mythical creature juggling planets under a neon night sky"