Creative Challenge
"Transparent jellyfish floating in a neon cityscape. Pop Art style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="neonBlue">
<stop offset="0" stop-color="#00f3ff"/>
<stop offset="1" stop-color="#0094ff"/>
</linearGradient>
<linearGradient id="neonPink">
<stop offset="0" stop-color="#ff00ff"/>
<stop offset="1" stop-color="#ff69ff"/>
</linearGradient>
<linearGradient id="neonGreen">
<stop offset="0" stop-color="#39ff14"/>
<stop offset="1" stop-color="#39b500"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#0a0a1a"/>
<!-- City buildings -->
<g transform="translate(50,50)">
<rect width="40" height="120" fill="url(#neonBlue)"/>
<rect x="50" width="40" height="150" fill="url(#neonPink)"/>
<rect x="100" width="40" height="100" fill="url(#neonGreen)"/>
<rect x="150" width="40" height="130" fill="url(#neonBlue)"/>
<rect x="200" width="40" height="90" fill="url(#neonPink)"/>
<rect x="250" width="40" height="110" fill="url(#neonGreen)"/>
</g>
<!-- Jellyfish body -->
<path d="M150,100 Q170,70 200,100 Q230,130 200,160 Q170,190 150,160 Q130,130 150,100"
fill="rgba(255,255,255,0.1)" stroke="white" stroke-width="2"/>
<!-- Jellyfish tentacles -->
<path d="M150,100 L140,50 L160,40" fill="none" stroke="white" stroke-width="1"/>
<path d="M150,100 L130,60 L170,60" fill="none" stroke="white" stroke-width="1"/>
<path d="M150,100 L120,70 L180,70" fill="none" stroke="white" stroke-width="1"/>
<!-- Glowing city lights -->
<g transform="translate(50,50)" opacity="0.8">
<circle cx="20" cy="140" r="8" fill="url(#neonBlue)"/>
<circle cx="70" cy="120" r="6" fill="url(#neonPink)"/>
<circle cx="120" cy="110" r="7" fill="url(#neonGreen)"/>
<circle cx="170" cy="130" r="5" fill="url(#neonBlue)"/>
<circle cx="220" cy="100" r="9" fill="url(#neonPink)"/>
</g>
<!-- Jellyfish glow -->
<circle cx="150" cy="100" r="80" fill="none" stroke="white" stroke-width="2" opacity="0.2"/>
<!-- Background stars -->
<g opacity="0.3">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="100" cy="70" r="1" fill="white"/>
<circle cx="150" cy="40" r="1" fill="white"/>
<circle cx="200" cy="60" r="1" fill="white"/>
<circle cx="250" cy="80" r="1" fill="white"/>
</g>
<!-- Floating elements -->
<g transform="translate(100,100)" opacity="0.5">
<circle cx="0" cy="0" r="40" fill="url(#neonPink)"/>
<circle cx="50" cy="0" r="30" fill="url(#neonGreen)"/>
<circle cx="100" cy="0" r="20" fill="url(#neonBlue)"/>
</g>
<!-- Jellyfish movement lines -->
<path d="M150,100 C160,120 170,140 180,160" stroke="white" stroke-width="1" fill="none"/>
<path d="M150,100 C140,120 130,140 120,160" stroke="white" stroke-width="1" fill="none"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon Cityscape -->
<rect x="0" y="0" width="300" height="300" fill="url(#cityGradient)"/>
<defs>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#6600CC"/>
<stop offset="50%" stop-color="#33CC00"/>
<stop offset="100%" stop-color="#FF9900"/>
</linearGradient>
</defs>
<!-- Buildings -->
<rect x="40" y="120" width="60" height="120" fill="#FF69B4" rx="10"/>
<rect x="120" y="100" width="80" height="140" fill="#66D9EF" rx="15"/>
<rect x="220" y="140" width="60" height="100" fill="#FFC67D" rx="10"/>
<rect x="160" y="160" width="40" height="80" fill="#8BC34A" rx="10"/>
<!-- Jellyfish -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="40" fill="url(#jellyGradient)"/>
<circle cx="0" cy="0" r="30" fill="none" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="0" cy="0" r="20" fill="none" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="0" cy="0" r="10" fill="none" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="0" cy="0" r="5" fill="#FFFFFF"/>
<g transform="rotate(30)">
<circle cx="0" cy="-40" r="10" fill="#FFFFFF" opacity="0.5"/>
<circle cx="0" cy="-30" r="10" fill="#FFFFFF" opacity="0.7"/>
<circle cx="0" cy="-20" r="10" fill="#FFFFFF" opacity="0.9"/>
</g>
<g transform="rotate(-30)">
<circle cx="0" cy="-40" r="10" fill="#FFFFFF" opacity="0.5"/>
<circle cx="0" cy="-30" r="10" fill="#FFFFFF" opacity="0.7"/>
<circle cx="0" cy="-20" r="10" fill="#FFFFFF" opacity="0.9"/>
</g>
<defs>
<radialGradient id="jellyGradient" cx="0" cy="0" r="40" fx="0" fy="0">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#FFFFFF" stop-opacity="0.1"/>
</radialGradient>
</defs>
</g>
<!-- Glowing Effect -->
<filter id="glow">
<feGaussianBlur in="SourceGraphic" stdDeviation="5"/>
<feComponentTransfer>
<feFuncA type="linear" slope="2"/>
</feComponentTransfer>
</filter>
<use xlink:href="#jellyfish" filter="url(#glow)"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of transparent jellyfish floating in a neon cityscape with its use of vibrant colors and abstract shapes, adhering well to the Pop Art style.
The composition is visually appealing and technically sound, showcasing creativity in integrating the jellyfish and cityscape elements.
Player 2's image could not be evaluated due to an error loading the SVG.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"