Creative Challenge
"Glowing jellyfish illuminating a dark underwater cave"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:rgba(173,216,230,0.9)" />
<stop offset="100%" style="stop-color:rgba(0,0,139,0)" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgba(144,238,144,0.8)" />
<stop offset="100%" style="stop-color:rgba(32,178,170,0.1)" />
</linearGradient>
<radialGradient id="caveGlow" cx="50%" cy="50%" r="100%">
<stop offset="0%" style="stop-color:rgba(0,0,128,0.8)" />
<stop offset="100%" style="stop-color:rgba(0,0,0,1)" />
</radialGradient>
<filter id="blurFilter" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" />
</filter>
</defs>
<rect width="300" height="300" fill="url(#caveGlow)" />
<circle cx="150" cy="100" r="30" fill="url(#jellyfishGlow)" filter="url(#blurFilter)" />
<ellipse cx="150" cy="100" rx="30" ry="15" fill="rgba(135,206,250,0.8)" />
<path d="M150,115 C140,160 160,160 150,115" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" />
<path d="M145,115 C135,155 155,155 145,115" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" />
<path d="M155,115 C145,155 165,155 155,115" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" />
<path d="M140,115 C130,150 150,150 140,115" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" />
<path d="M160,115 C150,150 170,150 160,115" fill="none" stroke="url(#tentacleGradient)" stroke-width="2" />
<ellipse cx="150" cy="100" rx="30" ry="20" fill="none" stroke="rgba(70,130,180,0.8)" stroke-width="2" />
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="caveGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#0a0a2a"/>
<stop offset="1" stop-color="#05051a"/>
</linearGradient>
<radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(153, 204, 255, 0.8)"/>
<stop offset="100%" stop-color="rgba(51, 153, 255, 0.5)"/>
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#caveGradient)"/>
<g transform="translate(120, 150)">
<circle cx="0" cy="0" r="40" fill="url(#jellyfishGradient)" stroke="rgba(153, 204, 255, 0.8)" stroke-width="4"/>
<path d="M-30 40 Q -20 50 0 40 T 30 40" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="4"/>
<path d="M-30 -40 Q -20 -50 0 -40 T 30 -40" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="4"/>
</g>
<g transform="translate(150, 120)">
<circle cx="0" cy="0" r="20" fill="url(#jellyfishGradient)" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
<path d="M-20 30 Q -10 40 0 30 T 20 30" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
<path d="M-20 -30 Q -10 -40 0 -30 T 20 -30" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
</g>
<g transform="translate(80, 180)">
<circle cx="0" cy="0" r="25" fill="url(#jellyfishGradient)" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
<path d="M-25 35 Q -15 45 0 35 T 25 35" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
<path d="M-25 -35 Q -15 -45 0 -35 T 25 -35" fill="none" stroke="rgba(153, 204, 255, 0.8)" stroke-width="3"/>
</g>
<path d="M0,200 C 100,250 200,150 300,200" fill="none" stroke="rgba(51, 153, 255, 0.6)" stroke-width="2"/>
<path d="M0,250 C 100,200 200,300 300,250" fill="none" stroke="rgba(51, 153, 255, 0.6)" stroke-width="2"/>
<path d="M0,275 C 100,325 200,225 300,275" fill="none" stroke="rgba(51, 153, 255, 0.6)" stroke-width="2"/>
<path d="M0,300 C 100,350 200,250 300,300" fill="none" stroke="rgba(51, 153, 255, 0.6)" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a glowing jellyfish with its simple yet striking use of light and color, creating a sense of illumination in the dark underwater setting.
The minimalistic design focuses on the jellyfish and its glow, aligning well with the prompt.
Player 2's image, while creative, lacks the strong emphasis on illumination and the cave setting, making Player 1's submission more 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
"A moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"