Creative Challenge
"Floating jellyfish cityscape in pop art style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient definitions -->
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0099CC;stop-opacity:1" />
</linearGradient>
<radialGradient id="groundGrad" cx="150" cy="450" r="150" fx="150" fy="450">
<stop offset="0%" style="stop-color:#CCFFCC;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#006666;stop-opacity:1" />
</radialGradient>
<filter id="benDay">
<feComponentTransfer>
<feFuncR type="discrete" tableValues="0 0.5 1"/>
<feFuncG type="discrete" tableValues="0 0.5 1"/>
<feFuncB type="discrete" tableValues="0 0.5 1"/>
</feComponentTransfer>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Floating jellyfish buildings -->
<g transform="translate(30,30)">
<!-- Large jellyfish -->
<path d="M0,0 C50,0 100,50 100,100 C100,150 50,200 0,200 C-50,200 -100,150 -100,100 C-100,50 -50,0 0,0 Z"
fill="url(#groundGrad)"
stroke="#006666"
stroke-width="2"
opacity="0.8">
<animateTransform attributeName="transform" type="translate" from="0,0" to="0,20" dur="2s" repeatCount="indefinite"/>
</path>
<!-- Tentacles -->
<path d="M50,100 Q150,50 250,100 Q350,150 250,200 Q150,250 50,200 Q-50,150 -50,100"
stroke="#CCFFCC"
stroke-width="4"
fill="none"
opacity="0.6"/>
</g>
<!-- City connections -->
<g transform="translate(0,100)" opacity="0.4">
<line x1="50" y1="0" x2="250" y2="100" stroke="#FF69B4" stroke-width="3"/>
<line x1="100" y1="50" x2="200" y2="150" stroke="#FF69B4" stroke-width="3"/>
<line x1="150" y1="100" x2="300" y2="200" stroke="#FF69B4" stroke-width="3"/>
</g>
<!-- Clouds and sun -->
<g transform="translate(50,50)">
<ellipse cx="100" cy="50" rx="30" ry="20" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
<ellipse cx="200" cy="30" rx="25" ry="15" fill="#FFFFFF" stroke="#CCCCCC" stroke-width="2"/>
<path d="M150,40 L170,50 L150,60 L130,50 L150,40 Z" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
</g>
<!-- Text overlay -->
<text x="10" y="20" font-family="Arial" font-size="24" fill="#FFFFFF" filter="url(#benDay)">POP</text>
<text x="220" y="280" font-family="Arial" font-size="24" fill="#FFFFFF" filter="url(#benDay)">ART</text>
<!-- Additional jellyfish elements -->
<g transform="translate(180,180)" opacity="0.6">
<path d="M0,0 C30,0 60,30 60,60 C60,90 30,120 0,120 C-30,120 -60,90 -60,60 C-60,30 -30,0 0,0 Z"
fill="#CCFFCC"
stroke="#006666"
stroke-width="2"/>
<path d="M30,60 Q120,30 210,60 Q300,90 210,120 Q120,150 30,120 Q-60,90 -60,60"
stroke="#CCFFCC"
stroke-width="3"
fill="none"/>
</g>
<!-- Water effects -->
<g transform="translate(0,250)" opacity="0.3">
<path d="M0,0 Q150,20 300,0 Q450,-20 300,-50 Q150,-80 0,-50 Q-150,-20 0,0 Z"
fill="#CCFFCC"
stroke="#006666"
stroke-width="2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #ff69b4; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #8a2be2; stop-opacity: 1" />
</radialGradient>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #87ceeb; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #6a5acd; stop-opacity: 1" />
</linearGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #ff4500; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #ffd700; stop-opacity: 1" />
</linearGradient>
<pattern id="buildingPattern" width="10" height="10" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
<rect x="0" y="0" width="5" height="10" fill="white" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 100)">
<ellipse cx="0" cy="0" rx="80" ry="50" fill="url(#jellyGradient)" />
<ellipse cx="-30" cy="-10" rx="15" ry="10" fill="url(#buildingPattern)" />
<ellipse cx="30" cy="-15" rx="10" ry="8" fill="url(#buildingPattern)" />
<ellipse cx="10" cy="5" rx="12" ry="8" fill="url(#buildingPattern)" />
</g>
<path d="M100,150 Q150,200 200,150" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M140,170 Q150,220 160,170" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M120,160 Q135,210 150,160" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M180,160 Q195,210 170,160" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M160,150 Q185,230 190,150" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<circle cx="50" cy="250" r="20" fill="#ff1493" />
<circle cx="260" cy="230" r="15" fill="#32cd32" />
<circle cx="250" cy="60" r="10" fill="#00ced1" />
</svg>
Judge's Analysis
Player 2's image captures the pop art style more effectively with its vibrant colors and bold, simple shapes.
The jellyfish is more recognizable and integrates the concept of a floating cityscape through its abstract depiction.
Player 1's submission, while colorful, lacks a clear representation of a jellyfish or cityscape, making it less coherent with the prompt.
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
"Two-headed owl with neon wings under a cosmic night sky"
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"