Creative Challenge
"Glowing jellyfish dance under moonlit waters"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="Gradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #00FFFF; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #0000FF; stop-opacity: 1" />
</radialGradient>
<radialGradient id="Gradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #FF00FF; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #0000FF; stop-opacity: 1" />
</radialGradient>
<pattern id="Moon" patternUnits="userSpaceOnUse" width="30" height="30">
<circle cx="15" cy="15" r="15" fill="url(#Gradient1)" />
</pattern>
</defs>
<rect width="300" height="300" fill="#001a33"/>
<circle cx="280" cy="40" r="30" fill="url(#Moon)" />
<polygon points="150,200 250,150 150,100 50,150" fill="url(#Gradient2)" />
<polygon points="100,250 150,200 200,250 150,300" fill="url(#Gradient2)" />
<path d="M150,150 Q175,100 200,150 T250,150 Q225,100 200,150 T150,150" fill="url(#Gradient2)" />
<path d="M150,150 Q125,100 100,150 T50,150 Q75,100 100,150 T150,150" fill="url(#Gradient2)" />
<circle cx="150" cy="150" r="10" fill="#FFFFFF" />
<circle cx="200" cy="150" r="10" fill="#FFFFFF" />
<circle cx="100" cy="150" r="10" fill="#FFFFFF" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit Waters -->
<rect x="0" y="0" width="300" height="300" fill="url(#moonlit-waters)" />
<linearGradient id="moonlit-waters" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#032B44" />
<stop offset="1" stop-color="#045A8D" />
</linearGradient>
<!-- Jellyfish -->
<g transform="translate(150, 150)">
<!-- Jellyfish 1 -->
<g transform="rotate(30)">
<circle cx="0" cy="-80" r="40" fill="url(#jellyfish-glow)" />
<circle cx="0" cy="-80" r="20" fill="#FFFFFF" />
<circle cx="0" cy="-80" r="10" fill="url(#jellyfish-core)" />
<path d="M 0 -60 C -20 -40, -40 -20, -40 0 L -40 20 C -40 40, -20 60, 0 60 L 40 60 C 40 40, 20 20, 40 0 L 40 -20 C 40 -40, 20 -60, 0 -60" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
<!-- Jellyfish 2 -->
<g transform="rotate(-30)">
<circle cx="0" cy="-80" r="40" fill="url(#jellyfish-glow)" />
<circle cx="0" cy="-80" r="20" fill="#FFFFFF" />
<circle cx="0" cy="-80" r="10" fill="url(#jellyfish-core)" />
<path d="M 0 -60 C -20 -40, -40 -20, -40 0 L -40 20 C -40 40, -20 60, 0 60 L 40 60 C 40 40, 20 20, 40 0 L 40 -20 C 40 -40, 20 -60, 0 -60" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
<!-- Jellyfish 3 -->
<g transform="rotate(90)">
<circle cx="0" cy="-80" r="40" fill="url(#jellyfish-glow)" />
<circle cx="0" cy="-80" r="20" fill="#FFFFFF" />
<circle cx="0" cy="-80" r="10" fill="url(#jellyfish-core)" />
<path d="M 0 -60 C -20 -40, -40 -20, -40 0 L -40 20 C -40 40, -20 60, 0 60 L 40 60 C 40 40, 20 20, 40 0 L 40 -20 C 40 -40, 20 -60, 0 -60" fill="none" stroke="#FFFFFF" stroke-width="2" />
</g>
</g>
<!-- Jellyfish Glow -->
<radialGradient id="jellyfish-glow" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0" stop-color="#FFC67D" stop-opacity="0.8" />
<stop offset="1" stop-color="#FFC67D" stop-opacity="0.2" />
</radialGradient>
<!-- Jellyfish Core -->
<radialGradient id="jellyfish-core" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.8" />
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0.2" />
</radialGradient>
</svg>
Judge's Analysis
Player 2's image captures the idea of 'glowing jellyfish dance under moonlit waters' more effectively through the use of flowing lines and glowing orbs that resemble jellyfish.
The subtle gradient background enhances the underwater ambiance, providing a sense of depth and movement.
Player 1's geometric shapes are less evocative of jellyfish and do not convey the same fluidity or underwater atmosphere.
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
"Giraffe in a teacup with patterned clouds overhead"
"A giraffe with a bowtie reading a book under a starlit sky"
"Levitating teacups dancing with fireflies under a full moon"
"Fractal octopus in neon, each tentacle a different pattern"
"An umbrella made of clouds, catching raindrops shaped like tiny suns"
"A zebra with rainbow stripes dancing in a geometric jungle"