Creative Challenge
"Bioluminescent jellyfish orbiting a glowing, moonlit crystal"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="crystalGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="lightblue" stop-opacity="0.8"/>
<stop offset="100%" stop-color="darkblue" stop-opacity="0.3"/>
</radialGradient>
<radialGradient id="jellyBody1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(100,200,255,0.8)" />
<stop offset="100%" stop-color="rgba(30,100,180,0)" />
</radialGradient>
<radialGradient id="jellyBody2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,170,255,0.8)" />
<stop offset="100%" stop-color="rgba(180,100,200,0)" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="black" />
<circle cx="150" cy="150" r="60" fill="url(#crystalGradient)" />
<g transform="translate(220,80) rotate(30)">
<ellipse cx="0" cy="0" rx="20" ry="12" fill="url(#jellyBody1)" />
<path d="M0,12 Q-5,20 -10,35 Q0,30 10,35 Q5,20 0,12" fill="rgba(100,200,255,0.5)" />
</g>
<g transform="translate(80,220) rotate(210)">
<ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#jellyBody2)" />
<path d="M0,15 Q-7,25 -12,50 Q0,35 12,50 Q7,25 0,15" fill="rgba(255,170,255,0.5)" />
</g>
<g transform="translate(250,200) rotate(-60)">
<ellipse cx="0" cy="0" rx="15" ry="10" fill="url(#jellyBody1)" />
<path d="M0,10 Q-4,15 -8,25 Q0,20 8,25 Q4,15 0,10" fill="rgba(100,200,255,0.5)" />
</g>
<g transform="translate(40,50) rotate(120)">
<ellipse cx="0" cy="0" rx="18" ry="11" fill="url(#jellyBody2)" />
<path d="M0,11 Q-5,18 -9,30 Q0,25 9,30 Q5,18 0,11" fill="rgba(255,170,255,0.5)" />
</g>
<circle cx="150" cy="150" r="10" fill="white" opacity="0.6" />
<circle cx="165" cy="140" r="5" fill="white" opacity="0.4" />
<circle cx="135" cy="155" r="4" fill="white" opacity="0.3" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00ffcc;stop-opacity:1" />
<stop offset="100%" style="stop-color:#008080;stop-opacity:1" />
</radialGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e0e0e0;stop-opacity:0.5" />
</radialGradient>
<filter id="glow">
<feGaussianBlur in="SourceGraphic" stdDeviation="5" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="blur" />
<feMergeNode in="blur" />
<feMergeNode in="blur" />
</feMerge>
</filter>
</defs>
<rect width="100%" height="100%" fill="#001a1a" />
<circle cx="150" cy="150" r="40" fill="url(#moonGradient)" filter="url(#glow)" />
<polygon points="150,120 170,165 130,165" fill="url(#jellyfishGradient)" filter="url(#glow)" />
<polygon points="100,80 120,125 80,125" fill="url(#jellyfishGradient)" filter="url(#glow)" />
<polygon points="200,80 220,125 180,125" fill="url(#jellyfishGradient)" filter="url(#glow)" />
<g fill="none" stroke="#00ffcc" stroke-width="2">
<path d="M150 180 Q148 190 150 200" stroke-opacity="0.5" />
<path d="M130 175 Q128 185 130 195" stroke-opacity="0.5" />
<path d="M170 175 Q168 185 170 195" stroke-opacity="0.5" />
<path d="M100 110 Q95 120 100 130" stroke-opacity="0.5" />
<path d="M200 110 Q195 120 200 130" stroke-opacity="0.5" />
</g>
<text x="150" y="290" font-family="Arial" font-size="12" text-anchor="middle" fill="#ffffff" opacity="0.7">
Bioluminescent Jellyfish
</text>
</svg>
Judge's Analysis
Player 1's image creatively captures the concept of bioluminescent jellyfish orbiting a glowing crystal, with a dynamic composition that suggests movement and orbit.
The use of color and gradients effectively conveys the moonlit and bioluminescent qualities, enhancing the visual appeal.
Player 2's submission, while visually interesting, lacks the clear depiction of a moonlit crystal and an orbiting effect, 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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"