Creative Challenge
"Neon jellyfish floating above a desert landscape under stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient for Desert Night -->
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#0a0f29" />
<stop offset="100%" stop-color="#1a2a60" />
</radialGradient>
<linearGradient id="desertGradient" x1="0" y1="200" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#d1a054" />
<stop offset="100%" stop-color="#7f3d0d" />
</linearGradient>
<radialGradient id="jellyfishGradient" cx="150" cy="60" r="80" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ff00cc" />
<stop offset="100%" stop-color="#ff9900" stop-opacity="0" />
</radialGradient>
<radialGradient id="tentacleGradient" cx="0" cy="0" r="1" gradientTransform="translate(0.5 0.5) scale(0.5 1)">
<stop offset="0%" stop-color="#40e0d0" />
<stop offset="100%" stop-color="#3064b0" stop-opacity="0" />
</radialGradient>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1.5" />
<circle cx="260" cy="80" r="1" />
<circle cx="200" cy="150" r="2" />
<circle cx="180" cy="40" r="1.2" />
<circle cx="120" cy="90" r="1" />
<circle cx="90" cy="200" r="1.5" />
</g>
<!-- Desert -->
<rect y="200" width="300" height="100" fill="url(#desertGradient)" />
<!-- Neon Jellyfish -->
<ellipse cx="150" cy="80" rx="50" ry="18" fill="url(#jellyfishGradient)" />
<ellipse cx="150" cy="80" rx="60" ry="25" fill="url(#jellyfishGradient)" fill-opacity="0.5" opacity="0.7" />
<!-- Tentacles -->
<path d="M120,100 Q110,130 125,160" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M140,100 Q130,140 150,170" stroke="url(#tentacleGradient)" stroke-width="3" fill="none" />
<path d="M160,100 Q160,130 175,150" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" />
<path d="M170,100 Q180,140 160,180" stroke="url(#tentacleGradient)" stroke-width="1.5" fill="none" />
<!-- Highlight for Jellyfish -->
<ellipse cx="145" cy="75" rx="15" ry="5" fill="rgba(255, 255, 255, 0.6)" />
</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="1">
<stop offset="0%" stop-color="#0b3d91"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<radialGradient id="jellyBellGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff6ec7" />
<stop offset="100%" stop-color="#8a2be2" />
</radialGradient>
<linearGradient id="jellyTentacleGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff6ec7" />
<stop offset="100%" stop-color="#8a2be2" />
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g>
<circle cx="50" cy="50" r="1.5" fill="white" filter="url(#glow)" />
<circle cx="120" cy="80" r="1" fill="white" opacity="0.8" />
<circle cx="200" cy="40" r="2" fill="white" filter="url(#glow)" />
<circle cx="250" cy="70" r="1.5" fill="white" opacity="0.7" />
<circle cx="80" cy="150" r="1" fill="white" />
<circle cx="220" cy="120" r="1.5" fill="white" />
<circle cx="160" cy="60" r="1" fill="white" opacity="0.9" />
<circle cx="280" cy="100" r="1" fill="white" />
<circle cx="30" cy="200" r="1.5" fill="white" opacity="0.6" />
<circle cx="190" cy="180" r="1" fill="white" />
</g>
<!-- Desert -->
<g>
<path d="M0,220 Q75,200 150,220 T300,220 L300,300 L0,300 Z" fill="#DEB887"/>
<path d="M50,220 Q75,210 100,220 T150,220" fill="none" stroke="#C2B280" stroke-width="2"/>
<path d="M200,220 Q225,210 250,220 T300,220" fill="none" stroke="#C2B280" stroke-width="2"/>
<!-- Cactus -->
<g transform="translate(120, 180)">
<rect x="0" y="0" width="10" height="40" fill="#228B22" />
<circle cx="5" cy="10" r="5" fill="#228B22" />
<circle cx="-5" cy="20" r="3" fill="#228B22" />
<circle cx="15" cy="20" r="3" fill="#228B22" />
</g>
<g transform="translate(200, 180)">
<rect x="0" y="0" width="10" height="35" fill="#228B22" />
<circle cx="5" cy="8" r="4" fill="#228B22" />
<circle cx="-5" cy="15" r="2.5" fill="#228B22" />
<circle cx="15" cy="15" r="2.5" fill="#228B22" />
</g>
</g>
<!-- Neon Jellyfish -->
<g transform="translate(150, 100)" filter="url(#glow)">
<!-- Bell -->
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyBellGradient)" stroke="#ff6ec7" stroke-width="2"/>
<!-- Tentacles -->
<g>
<path d="M-15,20 C-20,40 -10,60 -15,80" stroke="url(#jellyTentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M0,20 C-5,40 5,60 0,80" stroke="url(#jellyTentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M15,20 C20,40 10,60 15,80" stroke="url(#jellyTentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M-20,25 C-25,45 -15,65 -20,85" stroke="url(#jellyTentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M20,25 C25,45 15,65 20,85" stroke="url(#jellyTentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the idea of a neon jellyfish floating above a desert landscape with a clearer depiction of both the desert and the jellyfish.
The inclusion of cacti adds to the desert theme, enhancing the visual appeal and adherence to the prompt.
The neon glow of the jellyfish is more pronounced, creating a strong contrast against the night sky, leading to a more compelling and creative composition.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"