Creative Challenge
"Jellyfish wearing a top hat floating through a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a0033" />
<stop offset="100%" stop-color="#000020" />
</radialGradient>
<radialGradient id="jellyGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff88ff" stop-opacity="0.6" />
<stop offset="100%" stop-color="#cc44cc" stop-opacity="0.3" />
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)" />
<!-- Stars -->
<g>
<circle cx="50" cy="40" r="1" fill="white" />
<circle cx="80" cy="60" r="1.5" fill="white" />
<circle cx="220" cy="30" r="1" fill="white" />
<circle cx="260" cy="80" r="1.2" fill="white" />
<circle cx="30" cy="150" r="1" fill="white" />
<circle cx="280" cy="200" r="1.3" fill="white" />
<circle cx="150" cy="250" r="1" fill="white" />
<circle cx="100" cy="220" r="1.5" fill="white" />
<circle cx="180" cy="160" r="1" fill="white" />
</g>
<!-- Jellyfish Body -->
<g transform="translate(150, 150)">
<path d="M-40 0 Q-40 -60 0 -60 Q40 -60 40 0 Q40 20 0 60 Q-40 20 -40 0"
fill="url(#jellyGlow)"
stroke="#ff99ff"
stroke-width="2" />
<!-- Tentacles -->
<g stroke="#ff99ff" fill="none" opacity="0.7">
<path d="M-30 0 Q-20 40 -35 80" stroke-width="2">
<animate attributeName="d"
dur="3s"
repeatCount="indefinite"
values="M-30 0 Q-20 40 -35 80;M-30 0 Q-25 40 -30 80;M-30 0 Q-20 40 -35 80" />
</path>
<path d="M-10 10 Q0 50 -15 90" stroke-width="2">
<animate attributeName="d"
dur="2.8s"
repeatCount="indefinite"
values="M-10 10 Q0 50 -15 90;M-10 10 Q-5 50 -10 90;M-10 10 Q0 50 -15 90" />
</path>
<path d="M10 10 Q20 50 5 90" stroke-width="2">
<animate attributeName="d"
dur="3.2s"
repeatCount="indefinite"
values="M10 10 Q20 50 5 90;M10 10 Q15 50 10 90;M10 10 Q20 50 5 90" />
</path>
<path d="M30 0 Q40 40 25 80" stroke-width="2">
<animate attributeName="d"
dur="2.9s"
repeatCount="indefinite"
values="M30 0 Q40 40 25 80;M30 0 Q35 40 30 80;M30 0 Q40 40 25 80" />
</path>
</g>
<!-- Top Hat -->
<g transform="translate(0, -70)">
<rect x="-25" y="-20" width="50" height="20" fill="#333" />
<rect x="-20" y="-40" width="40" height="20" fill="#333" />
<rect x="-25" y="-21" width="50" height="3" fill="#888" />
</g>
<!-- Eyes -->
<circle cx="-15" cy="-20" r="5" fill="#fff" opacity="0.8" />
<circle cx="15" cy="-20" r="5" fill="#fff" opacity="0.8" />
<circle cx="-15" cy="-20" r="2" fill="#000" />
<circle cx="15" cy="-20" r="2" fill="#000" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyBodyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgba(135,206,250, 0.8);" />
<stop offset="100%" style="stop-color:rgba(70,130,180,0.5);" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgba(135,206,250, 0.8);" />
<stop offset="100%" style="stop-color:rgba(135,206,250,0);" />
</linearGradient>
<radialGradient id="starrySkyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:midnightblue;" />
<stop offset="100%" style="stop-color:black;" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#starrySkyGradient)" />
<circle cx="150" cy="95" r="40" fill="url(#jellyBodyGradient)" />
<ellipse cx="150" cy="65" rx="35" ry="8" fill="black" />
<rect x="115" y="30" width="70" height="35" rx="8" ry="8" fill="black" />
<path d="M150 135 Q140 137.5 130 150 Q140 160 135 185" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M140 135 Q130 137.5 120 150 Q130 160 125 185" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M160 135 Q170 137.5 180 150 Q170 160 175 185" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<path d="M170 135 Q180 137.5 190 150 Q180 160 185 185" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" />
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="250" cy="75" r="2" fill="white" />
<circle cx="200" cy="150" r="2" fill="white" />
<circle cx="80" cy="200" r="2" fill="white" />
<circle cx="220" cy="230" r="2" fill="white" />
<circle cx="120" cy="270" r="2" fill="white" />
<circle cx="275" cy="100" r="2" fill="white" />
<circle cx="30" cy="250" r="2" fill="white" />
</svg>
Judge's Analysis
Player 2's image demonstrates a more cohesive color palette and a smoother integration of the jellyfish into the starry night theme.
The use of gradients adds depth, and the top hat is more visually connected to the jellyfish.
Player 1's submission, while adhering to the prompt, lacks the same level of sophistication in visual appeal and execution.
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
"Stilt-walking robot in a dessert cafe"
"Tree with clockwork gears for foliage against a full moon"
"An umbrella made of clouds, raining colorful candy drops"
"Juggling octopus wearing neon roller skates"
"Whale painting a starry night sky with its tail"
"Floating enchanted cactus with lunar eyes in a starlit desert"