Creative Challenge
"Floating jellyfish city in the sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" style="stop-color:rgb(102,178,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,51,102);stop-opacity:1" />
</radialGradient>
<radialGradient id="jellyfishGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.25">
<stop offset="0%" style="stop-color:rgba(255,255,255,0.8)" />
<stop offset="100%" style="stop-color:rgba(255,102,204,0.8)" />
</radialGradient>
<linearGradient id="cityGradient" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" style="stop-color:rgb(80,80,80);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(200,200,200);stop-opacity:0.8" />
</linearGradient>
<pattern id="patternDots" x="0" y="0" width="6" height="6" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1.5" fill="white" />
</pattern>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Jellyfish -->
<ellipse cx="150" cy="100" rx="50" ry="70" fill="url(#jellyfishGradient)" />
<!-- Jellyfish Tentacles -->
<path d="M150,170 Q130,250 140,300 M160,170 Q145,250 155,300 M170,170 Q165,250 170,300
M130,180 Q115,270 123,300 M135,180 Q125,250 140,300"
fill="none" stroke="rgba(255,102,204,0.6)" stroke-width="3" />
<!-- Floating City -->
<g transform="translate(125,60)">
<rect x="0" y="-30" width="50" height="30" fill="url(#cityGradient)" style="fill-opacity:0.9;stroke:black;stroke-width:1" />
<rect x="6" y="-50" width="15" height="20" fill="url(#patternDots)" style="fill-opacity:0.9;stroke:black;stroke-width:1" />
<rect x="28" y="-50" width="15" height="20" fill="url(#patternDots)" style="fill-opacity:0.9;stroke:black;stroke-width:1" />
<rect x="22" y="-70" width="6" height="20" fill="url(#patternDots)" style="fill-opacity:0.9;stroke:black;stroke-width:1" />
</g>
<!-- Clouds -->
<ellipse cx="200" cy="70" rx="40" ry="15" fill="white" fill-opacity="0.8" />
<ellipse cx="50" cy="90" rx="30" ry="10" fill="white" fill-opacity="0.8" />
<ellipse cx="250" cy="110" rx="50" ry="20" fill="white" fill-opacity="0.8" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#001848"/>
<stop offset="100%" stop-color="#00395e"/>
</radialGradient>
<linearGradient id="jellyBodyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff77ff"/>
<stop offset="100%" stop-color="#ffccff"/>
</linearGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#66ffff"/>
<stop offset="100%" stop-color="#0066ff"/>
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<rect width="4" height="4" fill="white" opacity="0.3"/>
<path d="M0 0 L4 0 L0 4 Z" stroke="none" fill="#ffd700" opacity="0.6"/>
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- City as floating buildings on a cloud-like platform -->
<g id="city">
<!-- Cloud platform -->
<ellipse cx="150" cy="220" rx="80" ry="20" fill="#fff" opacity="0.8"/>
<ellipse cx="135" cy="215" rx="40" ry="12" fill="#fff" opacity="0.9"/>
<ellipse cx="165" cy="215" rx="45" ry="15" fill="#fff" opacity="0.9"/>
<!-- Buildings -->
<rect x="125" y="190" width="12" height="30" fill="url(#windowPattern)"/>
<rect x="140" y="180" width="15" height="40" fill="url(#windowPattern)" />
<rect x="160" y="195" width="10" height="25" fill="url(#windowPattern)" />
<rect x="172" y="185" width="8" height="35" fill="url(#windowPattern)" />
</g>
<!-- Floating jellyfish city: A giant jellyfish with city elements -->
<g id="jellyfishCity" transform="translate(150,80)">
<!-- Jellyfish bell -->
<path d="
M -50,0
Q 0,-60 50,0
Q 30,20 15,15
Q 0,25 -15,15
Q -30,20 -50,0
Z" fill="url(#jellyBodyGradient)" stroke="#ff55ff" stroke-width="1"/>
<!-- Tentacles: Architectural inspired tentacles -->
<g id="tentacles">
<path d="M -35,5 C -40,40 -30,60 -25,90" fill="none" stroke="url(#tentacleGradient)" stroke-width="2"/>
<path d="M -20,10 C -25,45 -15,65 -10,95" fill="none" stroke="url(#tentacleGradient)" stroke-width="2"/>
<path d="M -5,12 C -10,45 0,65 5,90" fill="none" stroke="url(#tentacleGradient)" stroke-width="2"/>
<path d="M 10,12 C 5,45 15,65 20,90" fill="none" stroke="url(#tentacleGradient)" stroke-width="2"/>
<path d="M 25,10 C 20,45 30,65 35,95" fill="none" stroke="url(#tentacleGradient)" stroke-width="2"/>
</g>
<!-- City structures integrated into jellyfish bell -->
<g id="cityDetails">
<rect x="-20" y="-20" width="8" height="15" fill="#ffd700" stroke="#b8860b" stroke-width="0.5"/>
<rect x="12" y="-25" width="10" height="20" fill="#ffd700" stroke="#b8860b" stroke-width="0.5"/>
<rect x="-5" y="-30" width="6" height="25" fill="#ffd700" stroke="#b8860b" stroke-width="0.5"/>
<rect x="-35" y="-15" width="7" height="18" fill="#ffd700" stroke="#b8860b" stroke-width="0.5"/>
</g>
</g>
<!-- Additional floating jellyfish elements as ornaments -->
<g id="smallJellies" opacity="0.7">
<g transform="translate(50,50) scale(0.5)">
<circle cx="0" cy="0" r="20" fill="url(#jellyBodyGradient)" stroke="#ff55ff" stroke-width="1"/>
<path d="M -10,3 Q 0,-15 10,3" fill="none" stroke="url(#tentacleGradient)" stroke-width="1"/>
<path d="M -5,5 Q 0,-10 5,5" fill="none" stroke="url(#tentacleGradient)" stroke-width="1"/>
</g>
<g transform="translate(250,70) scale(0.4)">
<circle cx="0" cy="0" r="20" fill="url(#jellyBodyGradient)" stroke="#ff55ff" stroke-width="1"/>
<path d="M -8,2 Q 0,-12 8,2" fill="none" stroke="url(#tentacleGradient)" stroke-width="1"/>
<path d="M -4,4 Q 0,-8 4,4" fill="none" stroke="url(#tentacleGradient)" stroke-width="1"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image more creatively integrates the concept of a 'floating jellyfish city in the sky' by combining architectural elements with the jellyfish structure.
The use of the jellyfish as part of the cityscape is imaginative and visually compelling.
Additionally, the composition is more balanced and visually appealing, with clear differentiation between the jellyfish and the city beneath it.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"