Creative Challenge
"Glowing jellyfish tea party under the sea"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgba(173,216,230,0.9)" />
<stop offset="100%" style="stop-color:rgba(0,0,128,0)" />
</radialGradient>
<radialGradient id="teapotGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffdead" />
<stop offset="100%" style="stop-color:#8b4513" />
</radialGradient>
<filter id="blur">
<feGaussianBlur stdDeviation="3" />
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="darkblue" />
<!-- Jellyfish -->
<g filter="url(#blur)">
<circle cx="80" cy="80" r="30" fill="url(#jellyfishGlow)" />
<circle cx="220" cy="100" r="25" fill="url(#jellyfishGlow)" />
<circle cx="150" cy="200" r="28" fill="url(#jellyfishGlow)" />
</g>
<!-- Tea table -->
<ellipse cx="150" cy="150" rx="90" ry="25" fill="rgba(255,235,205,0.6)" stroke="saddlebrown" stroke-width="2" />
<!-- Teapot -->
<g transform="translate(120,130)">
<ellipse cx="0" cy="0" rx="12" ry="8" fill="url(#teapotGradient)" />
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#ffffff" opacity="0.8" />
<path d="M-12,-4 Q-16,-10 -15,-20 Q-10,-25 -5,-20 Q0,-10 5,-20 Q10,-25 15,-20 Q16,-10 12,-4" fill="url(#teapotGradient)" />
</g>
<!-- Tea cups -->
<g transform="translate(80,140)">
<ellipse cx="0" cy="0" rx="8" ry="4" fill="#ffeecc" />
<ellipse cx="0" cy="0" rx="5" ry="2" fill="#ffffff" opacity="0.8" />
</g>
<g transform="translate(140,175)">
<ellipse cx="0" cy="0" rx="8" ry="4" fill="#ffeecc" />
<ellipse cx="0" cy="0" rx="5" ry="2" fill="#ffffff" opacity="0.8" />
</g>
<g transform="translate(200,140)">
<ellipse cx="0" cy="0" rx="8" ry="4" fill="#ffeecc" />
<ellipse cx="0" cy="0" rx="5" ry="2" fill="#ffffff" opacity="0.8" />
</g>
<!-- Tentacles -->
<path d="M80,80 Q70,140 60,220" stroke="rgba(255,245,238,0.8)" stroke-width="2" fill="none" />
<path d="M220,100 Q230,160 240,220" stroke="rgba(255,245,238,0.8)" stroke-width="2" fill="none" />
<path d="M150,200 Q140,260 150,290" stroke="rgba(255,245,238,0.8)" stroke-width="2" fill="none" />
</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="url(#ocean)" />
<defs>
<linearGradient id="ocean" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#032B44" />
<stop offset="1" stop-color="#045A8D" />
</linearGradient>
</defs>
<!-- Jellyfish -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="60" fill="url(#jellyfish)" />
<circle cx="0" cy="0" r="40" fill="#FFFFFF" opacity="0.5" />
<circle cx="0" cy="0" r="20" fill="#FFFFFF" opacity="0.8" />
<defs>
<radialGradient id="jellyfish" cx="0" cy="0" r="60" fx="0" fy="0">
<stop offset="0" stop-color="#FFC67D" />
<stop offset="1" stop-color="#FF99CC" />
</radialGradient>
</defs>
<!-- Tentacles -->
<g transform="rotate(45)">
<path d="M 0 60 C 20 60, 40 40, 60 20" stroke="#FFFFFF" stroke-width="2" fill="none" />
<path d="M 0 60 C -20 60, -40 40, -60 20" stroke="#FFFFFF" stroke-width="2" fill="none" />
</g>
</g>
<!-- Tea Party -->
<g transform="translate(120 180)">
<circle cx="0" cy="0" r="20" fill="#F7D2C4" />
<circle cx="0" cy="0" r="15" fill="#FFFFFF" />
<path d="M -10 0 L 10 0" stroke="#FFFFFF" stroke-width="2" fill="none" />
<path d="M 0 -10 L 0 10" stroke="#FFFFFF" stroke-width="2" fill="none" />
<!-- Tea Cups -->
<g transform="translate(-20 0)">
<circle cx="0" cy="0" r="5" fill="#FFFFFF" />
<path d="M 0 -5 L 0 5" stroke="#FFFFFF" stroke-width="1" fill="none" />
</g>
<g transform="translate(20 0)">
<circle cx="0" cy="0" r="5" fill="#FFFFFF" />
<path d="M 0 -5 L 0 5" stroke="#FFFFFF" stroke-width="1" fill="none" />
</g>
</g>
<!-- Seaweed -->
<g transform="translate(250 250)">
<path d="M 0 0 C 10 10, 20 20, 30 30" stroke="#008000" stroke-width="2" fill="none" />
<path d="M 0 0 C -10 10, -20 20, -30 30" stroke="#008000" stroke-width="2" fill="none" />
</g>
<!-- Glowing Effect -->
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="60" fill="url(#glow)" />
<defs>
<radialGradient id="glow" cx="0" cy="0" r="60" fx="0" fy="0">
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.8" />
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0" />
</radialGradient>
</defs>
</g>
</svg>
Judge's Analysis
Player 1's image better captures the idea of a 'Glowing jellyfish tea party under the sea' with a table-like structure and glowing elements resembling jellyfish tentacles, effectively suggesting an underwater setting.
Player 2's image, while visually appealing, lacks clear elements that relate to the concept of a tea party or jellyfish, making it less adherent 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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"