Creative Challenge
"A jellyfish floating inside a lightbulb, glowing softly in the dark"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="glowGradient" cx="150" cy="150" r="140" fx="150" fy="150">
<stop offset="0%" style="stop-color:rgba(144,224,239,1);stop-opacity:0.9" />
<stop offset="60%" style="stop-color:rgba(144,224,239,0.5);stop-opacity:0.7" />
<stop offset="100%" style="stop-color:rgba(0,0,0,0.1);stop-opacity:0" />
</radialGradient>
<linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(102,178,255);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(0,51,102);stop-opacity:0.2" />
</linearGradient>
<linearGradient id="bulbGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(230,230,230);stop-opacity:0.9" />
<stop offset="100%" style="stop-color:rgb(160,160,160);stop-opacity:0.5" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="black" />
<circle cx="150" cy="150" r="140" fill="url(#glowGradient)" />
<ellipse cx="150" cy="130" rx="60" ry="90" fill="url(#bulbGradient)" stroke="gray" stroke-width="2" />
<path d="M150,50 Q130,60 150,70 Q170,60 150,50 Z" fill="url(#jellyfishGradient)" />
<path d="M150,70 Q140,100 120,130 Q150,120 170,130 Q160,100 150,70 Z" fill="url(#jellyfishGradient)" />
<path d="M140,130 Q130,180 110,200 Q125,180 140,230 Q145,200 160,230 Q170,180 175,200 Q150,180 160,130 Z" stroke="rgba(144,224,239,0.8)" stroke-width="3" fill="none" />
<rect x="142" y="220" width="16" height="30" fill="url(#bulbGradient)" stroke="gray" stroke-width="1" />
<ellipse cx="150" cy="250" rx="8" ry="4" fill="url(#bulbGradient)" />
<text x="145" y="295" fill="rgba(255,255,255,0.7)" font-size="12" font-family="Arial">Creative Energy</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2f3436" />
<!-- Lightbulb -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="120" fill="#fff" fill-opacity="0.1" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="110" fill="none" stroke="#fff" stroke-width="2" />
<path d="M 0 -120 L -10 -130 L 10 -130 Z" fill="#fff" />
</g>
<!-- Jellyfish -->
<g transform="translate(150 150) scale(0.8)">
<circle cx="0" cy="0" r="40" fill="#ffe5b4" fill-opacity="0.5" stroke="#ffe5b4" stroke-width="2" />
<path d="M 0 -40 C -20 -60, 20 -60, 0 -40" fill="#ffe5b4" stroke="#ffe5b4" stroke-width="2" />
<path d="M -35 -20 C -50 -30, -20 -50, -35 -20" fill="#ffc107" stroke="#ffc107" stroke-width="2" />
<path d="M 35 -20 C 50 -30, 20 -50, 35 -20" fill="#ffc107" stroke="#ffc107" stroke-width="2" />
</g>
<!-- Light Effect -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="100" fill="none" stroke="#ffeb3b" stroke-width="2" stroke-dasharray="5, 5" />
<circle cx="0" cy="0" r="90" fill="none" stroke="#ffeb3b" stroke-width="2" stroke-dasharray="5, 5" />
<circle cx="0" cy="0" r="80" fill="none" stroke="#ffeb3b" stroke-width="2" stroke-dasharray="5, 5" />
<radialGradient id="glow" cx="0" cy="0" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#fc0" stop-opacity="1" />
<stop offset="1" stop-color="#fc0" stop-opacity="0" />
</radialGradient>
<circle cx="0" cy="0" r="150" fill="url(#glow)" />
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the concept of a jellyfish glowing inside a lightbulb with its vibrant yellow color and circular, radiating design, suggesting light and movement.
The technical quality and visual appeal are strong, with a clear focus on the glowing effect.
Player 1's submission lacks the vividness and clarity needed to convey the prompt fully.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"