Creative Challenge
"Ethereal jellyfish orbiting a luminous crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#FFF" stop-opacity="0.7"/>
<stop offset="50%" stop-color="#E6F7FF" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#CCEEFF" stop-opacity="0"/>
</radialGradient>
<linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF99CC" stop-opacity="0.8"/>
<stop offset="50%" stop-color="#FF6699" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#FF3366" stop-opacity="0.7"/>
</linearGradient>
<filter id="jellyfishGlow">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path d="M150 150A100 100 0 0 1 244.95 219.02A80 80 0 0 0 150 50A80 80 0 0 0 55.05 219.02A100 100 0 0 1 150 150Z" fill="#FFFFE0" filter="url(#jellyfishGlow)" />
<circle cx="150" cy="150" r="70" fill="url(#moonGlow)"/>
<g transform="translate(70, 100) rotate(20)" filter="url(#jellyfishGlow)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#jellyfishGradient)" />
<path d="M-10 -30 C -15 -45, -5 -45, 0 -30 M0 -30 C 5 -45, 15 -45, 10 -30" stroke="#FFCCFF" stroke-width="2"/>
<path d="M0 -35 C 2 -50, -2 -50, 0 -60" stroke="#FFCCFF" stroke-width="2"/>
</g>
<g transform="translate(220, 200) rotate(-30)" filter="url(#jellyfishGlow)">
<ellipse cx="0" cy="0" rx="15" ry="25" fill="url(#jellyfishGradient)" />
<path d="M-7 -25 C -10 -35, -4 -35, 0 -25 M0 -25 C 4 -35, 10 -35, 7 -25" stroke="#FFCCFF" stroke-width="1.5"/>
<path d="M0 -30 C 1.5 -40, -1.5 -40, 0 -45" stroke="#FFCCFF" stroke-width="1.5"/>
</g>
<g transform="translate(100, 240) rotate(10)" filter="url(#jellyfishGlow)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="url(#jellyfishGradient)" />
<path d="M-13,-35 C -18 -50, -8 -50, 0 -35 M0 -35 C 8 -50, 18 -50, 13 -35" stroke="#FFCCFF" stroke-width="2.5"/>
<path d="M0 -40 C 2.5 -55, -2.5 -55, 0 -65" stroke="#FFCCFF" stroke-width="2.5"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#0D1B2A" />
<stop offset="100%" stop-color="#1B263B" />
</radialGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF9C4"/>
<stop offset="100%" stop-color="#FFECB3"/>
</radialGradient>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="rgba(255,105,180,0.8)" />
<stop offset="100%" stop-color="rgba(138,43,226,0.4)" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Luminous Crescent Moon -->
<g filter="url(#glow)">
<circle cx="200" cy="100" r="40" fill="url(#moonGradient)" />
<circle cx="213" cy="95" r="40" fill="url(#bgGradient)" />
</g>
<!-- Ethereal Jellyfish -->
<g transform="translate(80, 200)" filter="url(#glow)">
<!-- Jellyfish Medusa -->
<ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#jellyGradient)" />
<!-- Tentacles -->
<path d="M -15 8 C -20 30, -30 50, -10 70" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 0 10 C -5 35, 5 55, 0 75" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 15 8 C 20 30, 30 50, 10 70" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M -10 12 C -15 40, -5 60, -10 80" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 10 12 C 15 40, 5 60, 10 80" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
</g>
<!-- Another Jellyfish orbiting -->
<g transform="translate(150, 220)" filter="url(#glow)">
<ellipse cx="0" cy="0" rx="20" ry="12" fill="url(#jellyGradient)" />
<path d="M -12 6 C -18 20, -25 35, -5 50" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 0 7 C -2 22, 4 37, 0 52" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 12 6 C 18 20, 25 35, 5 50" stroke="url(#jellyGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
</g>
<!-- Orbital path (metaphorical representation) -->
<path d="M 210 110 A 100 100 0 0 1 90 210" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="2" stroke-dasharray="5,5"/>
</svg>
Judge's Analysis
Player 2's image more effectively captures the theme of ethereal jellyfish orbiting a crescent moon, with a clear depiction of both elements in a harmonious and visually appealing composition.
The use of color and the ethereal glow around the jellyfish enhances the otherworldly feel, while the crescent moon is distinct and luminous.
Player 1's submission lacks clarity in the representation of jellyfish and the moon, making it less 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
"An umbrella blooming like a flower in the rain"
"Surreal flamingo with a clock for a head, standing on a melting iceberg"
"Futuristic city skyline reflected in a floating bubble"
"Giraffe juggling planets, surrealism style"
"Floating jellyfish city in cyberpunk style"
"A penguin DJ spinning vinyl records on an iceberg dance floor"