Creative Challenge
"Neon jellyfish city floating in a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="100%" stop-color="#16213e"/>
</radialGradient>
<radialGradient id="jellyGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ff6ec7"/>
<stop offset="100%" stop-color="#d62976"/>
</radialGradient>
<radialGradient id="jellyGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#6a82fb"/>
<stop offset="100%" stop-color="#fc5c7d"/>
</radialGradient>
<radialGradient id="glowGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="1" cy="1" r="1" fill="#ffffff" />
<circle cx="5" cy="5" r="0.5" fill="#ffffff" />
<circle cx="8" cy="2" r="0.3" fill="#ffffff" />
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.2" />
<!-- Jellyfish 1 -->
<g transform="translate(80, 150)" filter="url(#glow)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#jellyGradient1)" />
<path d="M-15,30 C-10,40 -10,50 0,50 C10,50 10,40 15,30" stroke="#ff6ec7" stroke-width="2" fill="none"/>
<path d="M-10,35 C-5,45 -5,55 0,55 C5,55 5,45 10,35" stroke="#ff6ec7" stroke-width="2" fill="none"/>
</g>
<!-- Jellyfish 2 -->
<g transform="translate(220, 120)" filter="url(#glow)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="url(#jellyGradient2)" />
<path d="M-20,35 C-15,45 -15,55 0,55 C15,55 15,45 20,35" stroke="#6a82fb" stroke-width="2" fill="none"/>
<path d="M-15,40 C-10,50 -10,60 0,60 C10,60 10,50 15,40" stroke="#6a82fb" stroke-width="2" fill="none"/>
</g>
<!-- Jellyfish City Buildings -->
<g>
<g transform="translate(150, 250)">
<rect x="-10" y="-60" width="20" height="60" fill="#ffffff" opacity="0.3"/>
<circle cx="0" cy="-70" r="15" fill="#ffffff" opacity="0.5"/>
</g>
<g transform="translate(100, 260)">
<rect x="-8" y="-50" width="16" height="50" fill="#ffffff" opacity="0.3"/>
<circle cx="0" cy="-60" r="12" fill="#ffffff" opacity="0.5"/>
</g>
<g transform="translate(200, 240)">
<rect x="-12" y="-55" width="24" height="55" fill="#ffffff" opacity="0.3"/>
<circle cx="0" cy="-65" r="18" fill="#ffffff" opacity="0.5"/>
</g>
</g>
<!-- Additional Stars -->
<circle cx="50" cy="50" r="1.5" fill="#ffffff" />
<circle cx="250" cy="80" r="1" fill="#ffffff" />
<circle cx="30" cy="200" r="0.7" fill="#ffffff" />
<circle cx="270" cy="220" r="1.2" fill="#ffffff" />
<circle cx="180" cy="30" r="0.5" fill="#ffffff" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#02032a;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#051337;stop-opacity:1"/>
</linearGradient>
<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:#ff1493;stop-opacity:1"/>
</radialGradient>
<pattern id="cityPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#00f7ff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,150)">
<path d="M0,0 Q50,50 100,0 Q50,-50 0,0" fill="url(#jellyGradient)" transform="scale(1.5)"/>
<path d="M0,0 Q-50,30 -100,0 Q-50,-30 0,0" fill="#ff69b4" transform="scale(1.2)"/>
<g transform="translate(0,70)">
<rect width="30" height="40" fill="url(#cityPattern)" transform="rotate(45)"/>
<rect x="10" width="30" height="40" fill="#00f7ff" transform="rotate(-45)"/>
<rect x="-20" width="30" height="40" fill="#00ff88" transform="rotate(30)"/>
</g>
<g transform="translate(50,50)">
<circle r="20" fill="#ff69b4">
<animate attributeName="opacity" from="1" to="0" dur="1s" repeatCount="indefinite"/>
</circle>
<circle r="15" fill="#ff1493"/>
</g>
<g transform="translate(-50,-30)">
<path d="M0,0 Q-30,20 -60,0 Q-30,-20 0,0" stroke="#00f7ff" stroke-width="2" fill="none"/>
<path d="M0,0 Q30,20 60,0 Q30,-20 0,0" stroke="#00ff88" stroke-width="2" fill="none"/>
</g>
</g>
<g>
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="200" cy="100" r="1.5" fill="#fff"/>
<circle cx="280" cy="200" r="1" fill="#fff"/>
<circle cx="100" cy="250" r="1.5" fill="#fff"/>
<circle cx="250" cy="150" r="1" fill="#fff"/>
</g>
<g transform="translate(100,100)">
<rect width="100" height="100" fill="url(#cityPattern)"/>
<rect x="30" y="30" width="40" height="40" fill="#00f7ff"/>
<rect x="60" y="20" width="20" height="30" fill="#00ff88"/>
</g>
<g transform="translate(180,120)">
<circle r="20" fill="#ff69b4"/>
<circle r="15" fill="#ff1493"/>
<circle r="10" fill="#ff69b4"/>
</g>
<g transform="translate(80,180)">
<path d="M0,0 Q-20,30 -40,0 Q-20,-30 0,0" stroke="#00f7ff" stroke-width="2" fill="none"/>
<path d="M0,0 Q20,30 40,0 Q20,-30 0,0" stroke="#00ff88" stroke-width="2" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of 'neon jellyfish city floating in a starry sky' with its use of glowing jellyfish shapes and a starry background, adhering closely to the prompt.
The composition is clear and visually appealing, with a strong sense of depth and luminescence.
Player 2's image, while colorful and creative, lacks the clarity and thematic connection to jellyfish or a city in the sky, making Player 1's submission more aligned 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
"Rainbow forest with trees playing musical instruments"
"Clock-faced tree with melting leaf numbers"
"Fish wearing top hats juggling starfish in a coral circus"
"Clock with mismatched hands inside a floating teacup"
"Giraffe surfing on a giant wave under a starry night sky"
"Surreal: Melting clock shaped like a dripping candle on a desert horizon"