Creative Challenge
"Glow-in-the-dark jellyfish orchestra under a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGlow" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#0B1642"/>
<stop offset="100%" stop-color="#000520"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="30" r="1" fill="white" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="20" r="1.5" fill="white" opacity="0.6">
<animate attributeName="opacity" values="0.6;0.1;0.6" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="250" cy="40" r="1" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="4s" repeatCount="indefinite"/>
</circle>
<!-- More stars scattered around -->
<circle cx="80" cy="60" r="1" fill="white"/>
<circle cx="200" cy="80" r="1" fill="white"/>
<circle cx="280" cy="120" r="1" fill="white"/>
</g>
<!-- Jellyfish Orchestra -->
<g id="orchestra">
<!-- Conductor Jellyfish -->
<g transform="translate(150,100)" filter="url(#glow)">
<path d="M0,0 Q-20,-20 -40,0 Q-20,30 0,40 Q20,30 40,0 Q20,-20 0,0"
fill="#84f7ff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.4;0.8" dur="2s" repeatCount="indefinite"/>
</path>
<line x1="0" y1="20" x2="20" y2="40" stroke="#84f7ff" stroke-width="2">
<animate attributeName="transform" attributeType="XML"
type="rotate" from="0 0 20" to="30 0 20" dur="1s"
repeatCount="indefinite"/>
</line>
</g>
<!-- Orchestra Members -->
<g transform="translate(80,150)" filter="url(#glow)">
<path d="M0,0 Q-15,-15 -30,0 Q-15,20 0,30 Q15,20 30,0 Q15,-15 0,0"
fill="#ff84f7" opacity="0.6">
<animate attributeName="transform" values="translate(0,0);translate(0,-10);translate(0,0)"
dur="3s" repeatCount="indefinite"/>
</path>
</g>
<g transform="translate(220,160)" filter="url(#glow)">
<path d="M0,0 Q-15,-15 -30,0 Q-15,20 0,30 Q15,20 30,0 Q15,-15 0,0"
fill="#f784ff" opacity="0.7">
<animate attributeName="transform" values="translate(0,0);translate(0,-5);translate(0,0)"
dur="2s" repeatCount="indefinite"/>
</path>
</g>
<!-- Musical Notes -->
<g fill="#ffffff" opacity="0.6" filter="url(#glow)">
<path d="M140,130 Q145,125 150,130 L155,140" stroke="#ffffff" fill="none">
<animate attributeName="opacity" values="0.6;0;0.6" dur="2s" repeatCount="indefinite"/>
</path>
<circle cx="155" cy="140" r="3">
<animate attributeName="opacity" values="0.6;0;0.6" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
</g>
<!-- Bioluminescent Trails -->
<g stroke="#84f7ff" stroke-width="1" opacity="0.3">
<path d="M80,180 Q90,200 100,190" filter="url(#glow)">
<animate attributeName="d"
values="M80,180 Q90,200 100,190;M80,185 Q90,195 100,185;M80,180 Q90,200 100,190"
dur="3s" repeatCount="indefinite"/>
</path>
<path d="M220,190 Q230,210 240,200" filter="url(#glow)">
<animate attributeName="d"
values="M220,190 Q230,210 240,200;M220,195 Q230,205 240,195;M220,190 Q230,210 240,200"
dur="4s" repeatCount="indefinite"/>
</path>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="bg" cx="150" cy="150" r="150">
<stop offset="0%" stop-color="#001220"/>
<stop offset="100%" stop-color="#03001e"/>
</radialGradient>
<rect width="300" height="300" fill="url(#bg)"/>
<g fill="#fff" opacity=".2">
<circle cx="50" cy="40" r="2"/>
<circle cx="100" cy="20" r="1.5"/>
<circle cx="180" cy="70" r="2.5"/>
<circle cx="210" cy="30" r="1"/>
<circle cx="250" cy="90" r="3"/>
<circle cx="280" cy="50" r="1.8"/>
<circle cx="70" cy="120" r=".8"/>
<circle cx="130" cy="80" r="1.2"/>
<circle cx="150" cy="150" r="1.5"/>
<circle cx="200" cy="185" r="2"/>
<circle cx="230" cy="135" r=".7"/>
</g>
<defs>
<radialGradient id="jellyGlow1" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#80ffea" stop-opacity="0.8"/>
<stop offset="50%" stop-color="#a0e9ff" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#4e54c8" stop-opacity="0"/>
</radialGradient>
<radialGradient id="jellyGlow2" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#d9f7be" stop-opacity="0.8"/>
<stop offset="60%" stop-color="#ffee80" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffae42" stop-opacity="0"/>
</radialGradient>
<radialGradient id="jellyGlow3" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f8b195" stop-opacity="0.8"/>
<stop offset="55%" stop-color="#f67280" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#c06c84" stop-opacity="0"/>
</radialGradient>
</defs>
<g transform="translate(40 160)">
<path d="M 0,0 C 20,-20 40,-5 60,0 S 100,-20 120,0" stroke="#e0e5ec" stroke-width="2" fill="none"/>
<ellipse cx="60" cy="0" rx="40" ry="30" fill="url(#jellyGlow1)" opacity=".8" filter="blur(3)"/>
<ellipse cx="60" cy="0" rx="30" ry="20" fill="url(#jellyGlow1)" opacity=".9"/>
<g transform="translate(55 -10)">
<path d="M 0,0 C 10,15 10,25 0,35" stroke="#e0e5ec" stroke-width="1.5" fill="none"/>
<path d="M 10,0 C 20,15 20,25 10,35" stroke="#e0e5ec" stroke-width="1.5" fill="none"/>
</g>
</g>
<g transform="translate(130 180)">
<ellipse cx="50" cy="0" rx="30" ry="20" fill="url(#jellyGlow2)" opacity=".8" filter="blur(3)"/>
<ellipse cx="50" cy="0" rx="20" ry="15" fill="url(#jellyGlow2)" opacity=".9"/>
<path d="M 20,0 C 35,-10 65,-10 80,0 S 110,-20 110,0" stroke="#e0e5ec" stroke-width="1.8" fill="none"/>
<g transform="translate(50 15)">
<path d="M 0,0 C 10,10 10,20 0,25" stroke="#e0e5ec" stroke-width="1" fill="none"/>
<path d="M=-5,0 C 5,10 5,20 -5,25" stroke="#e0e5ec" stroke-width="1" fill="none"/> </g>
</g>
<g transform="translate(220 200)">
<ellipse cx="30" cy="0" rx="25" ry="15" fill="url(#jellyGlow3)" opacity=".8" filter="blur(3)"/>
<ellipse cx="30" cy="0" rx="15" ry="10" fill="url(#jellyGlow3)" opacity=".9"/> <path d="M 0,0 Q 30,-20 60,0" stroke="#e0e5ec" stroke-width="1.5" fill="none"/>
<g transform="translate(20 10)">
<path d="M 0,0 Q 15,10 30,0" stroke="#e0e5ec" stroke-width="1.2" fill="none"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission effectively captures the theme of 'Glow-in-the-dark jellyfish orchestra under a starry night sky' with a more realistic depiction of jellyfish and a dynamic composition.
The use of color and glow gives a sense of depth and movement, enhancing the visual appeal.
While Player 1's image is creative, it appears more abstract and less detailed in representing jellyfish, which slightly detracts from adherence to 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
"Floating garden on a giant turtle's shell under a colorful starry sky"
"Two-headed flamingo on a crescent moon"
"Floating teapot pouring stars into a moonlit lake"
"Fire-breathing dragon knitting a scarf"
"A giraffe in a spacesuit floating through a candy-colored nebula"
"A cactus wearing a top hat and monocle under a disco ball in the desert"