Creative Challenge
"Futuristic jellyfish city floating in a cosmic neon sea"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmicBg" cx="50%" cy="70%" r="60%">
<stop offset="0%" stop-color="#0a0f2e"/>
<stop offset="100%" stop-color="#1a0845"/>
</radialGradient>
<linearGradient id="neonTentacle" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff61e8"/>
<stop offset="50%" stop-color="#7d3cff"/>
<stop offset="100%" stop-color="#00f7ff"/>
</linearGradient>
<filter id="jellyGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#cosmicBg)"/>
<!-- Cosmic Sea -->
<path d="M0 250Q75 230 150 240Q225 250 300 230L300 300 0 300" fill="#0d1a33" filter="url(#jellyGlow)"/>
<path d="M0 270Q150 240 300 260" stroke="#1f3b5d" stroke-width="3" fill="none"/>
<!-- Jellyfish Metropolis -->
<g transform="translate(150 100)">
<ellipse rx="60" ry="40" fill="#7d3cff55" filter="url(#jellyGlow)"/>
<!-- Bioluminescent Infrastructure -->
<path d="M-40 0Q-20 30 0 40Q20 50 40 30" stroke="url(#neonTentacle)" stroke-width="8" fill="none" stroke-linecap="round"/>
<circle cx="-20" cy="-10" r="5" fill="#00f7ff"/>
<circle cx="30" cy="15" r="7" fill="#ff61e8"/>
<!-- Floating Districts -->
<g transform="rotate(25)">
<path d="M-20 0a20 20 0 1 1 40 0" fill="#ff61e855" stroke="#fff2"/>
<polygon points="-15,5 0,-20 15,5" fill="#7d3cff"/>
</g>
</g>
<!-- Energy Currents -->
<path d="M50 280Q125 260 200 270Q250 280 300 265" stroke="url(#neonTentacle)" stroke-width="4" opacity="0.6" fill="none">
<animate attributeName="opacity" values="0.6;0.3;0.6" dur="3s" repeatCount="indefinite"/>
</path>
<!-- Stellar Reflections -->
<g opacity="0.8">
<circle cx="80" cy="70" r="2" fill="#00f7ff"/>
<circle cx="220" cy="120" r="3" fill="#ff61e8"/>
<circle cx="170" cy="180" r="1.5" fill="#7d3cff"/>
</g>
<!-- Gravitational Pulse -->
<circle cx="150" cy="300" r="50" fill="#ff61e820" filter="url(#jellyGlow)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="#000000"/>
<!-- Cosmic Sea -->
<defs>
<linearGradient id="seaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff;stop-opacity:0.5"/>
<stop offset="50%" style="stop-color:#0000ff;stop-opacity:0.3"/>
<stop offset="100%" style="stop-color:#ff00ff;stop-opacity:0.5"/>
</linearGradient>
<path id="jellyfish-body" d="M150 100 Q200 80 200 120 Q200 160 150 140 Q100 160 100 120 Q100 80 150 100Z"/>
</defs>
<!-- Jellyfish City -->
<g transform="translate(0 50)">
<!-- Jellyfish 1 -->
<g transform="translate(100 0)">
<use href="#jellyfish-body" fill="url(#seaGradient)" opacity="0.7"/>
<path d="M0 0 Q30 -20 0 -40 Q-30 -20 0 0" fill="#4B0082" opacity="0.4"/>
<!-- Tentacles -->
<g transform="translate(0 -40)">
<path d="M0 0 Q50 20 100 0 Q150 -20 200 0 Q250 20 300 0"
fill="none" stroke="#ff00ff" stroke-width="2"
opacity="0.6">
<animateTransform attributeName="transform" type="rotate" from="0 150 0" to="360 150 0" dur="8s" repeatCount="indefinite"/>
</path>
</g>
<!-- City Structure -->
<rect x="-40" y="-20" width="80" height="40" fill="#4B0082" rx="10" opacity="0.7"/>
<rect x="-25" y="0" width="50" height="20" fill="#0000ff" rx="5" opacity="0.7"/>
</g>
<!-- Jellyfish 2 -->
<g transform="translate(200 0)">
<use href="#jellyfish-body" fill="#0000ff" opacity="0.7"/>
<path d="M0 0 Q30 -20 0 -40 Q-30 -20 0 0" fill="#4B0082" opacity="0.4"/>
<!-- Tentacles -->
<g transform="translate(0 -40)">
<path d="M0 0 Q50 20 100 0 Q150 -20 200 0 Q250 20 300 0"
fill="none" stroke="#4B0082" stroke-width="2"
opacity="0.6">
<animateTransform attributeName="transform" type="rotate" from="0 150 0" to="360 150 0" dur="8s" repeatCount="indefinite"/>
</path>
</g>
<!-- City Structure -->
<rect x="-40" y="-20" width="80" height="40" fill="#4B0082" rx="10" opacity="0.7"/>
<rect x="-25" y="0" width="50" height="20" fill="#0000ff" rx="5" opacity="0.7"/>
</g>
<!-- Floating Structures -->
<rect x="50" y="50" width="50" height="30" fill="#ff00ff" rx="8" opacity="0.6"/>
<rect x="200" y="60" width="50" height="30" fill="#4B0082" rx="8" opacity="0.6"/>
</g>
<!-- Background Stars -->
<g opacity="0.3">
<pattern id="star-pattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="30" cy="70" r="1" fill="white"/>
<circle cx="70" cy="70" r="1" fill="white"/>
<circle cx="20" cy="50" r="1" fill="white"/>
<circle cx="80" cy="50" r="1" fill="white"/>
</pattern>
<rect width="300" height="300" fill="url(#star-pattern)"/>
</g>
<!-- Animated Pulse Effect -->
<g transform="translate(150 150)">
<circle r="5" fill="#ff00ff" opacity="0.4">
<animate attributeName="r" from="5" to="20" dur="2s" repeatCount="indefinite"/>
<animate attributeName="opacity" from="0.4" to="0" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Connecting Lines -->
<path d="M100 100 Q150 130 200 100" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.6">
<animate attributeName="stroke-dashoffset" from="0" to="30" dur="4s" repeatCount="indefinite"/>
</path>
</svg>
Judge's Analysis
Player 1's image captures the concept of a 'futuristic jellyfish city floating in a cosmic neon sea' with a more cohesive and visually appealing design.
The use of curved lines and neon colors effectively suggests a cosmic sea and the floating nature of the city.
In contrast, Player 2's image appears more abstract and less cohesive, lacking the clear representation of a jellyfish city or cosmic environment.
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
"Moonlit garden with glowing crystal flowers"
"Tornado made of musical notes sweeping through a desert"
"Cat juggling planets in a starry galaxy"
"Lemon playing chess with an octopus on a floating iceberg"
"A cosmic whale breaching through a starry sky, its tail made of galaxies"
"A neon chameleon camouflaged on a circuit board"