Creative Challenge
"Quantum jellyfish with neon tentacles, floating through a starry cosmic void"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="voidGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#212121" />
<stop offset="100%" stop-color="#0d0d0d" />
</linearGradient>
<linearGradient id="jellyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#33ccff" />
<stop offset="100%" stop-color="#ccff33" />
</linearGradient>
<linearGradient id="neonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff00cc" />
<stop offset="100%" stop-color="#00ffcc" />
</linearGradient>
<pattern id="starryNight" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#fff" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#voidGrad)" />
<rect x="0" y="0" width="300" height="300" fill="url(#starryNight)" opacity="0.5" />
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="50" fill="url(#jellyGrad)" />
<path d="M 0 0 L 50 0 L 50 100 L 0 100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 0 L -50 -100 L 0 -100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L 50 50 L 100 50 L 100 0 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 -50 L -100 -50 L -100 0 Z" fill="url(#neonGrad)" />
</g>
<g transform="translate(150 150) scale(0.5)">
<path d="M 0 0 L 50 0 L 50 100 L 0 100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 0 L -50 -100 L 0 -100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L 50 50 L 100 50 L 100 0 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 -50 L -100 -50 L -100 0 Z" fill="url(#neonGrad)" />
</g>
<g transform="translate(150 150) scale(0.25)">
<path d="M 0 0 L 50 0 L 50 100 L 0 100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 0 L -50 -100 L 0 -100 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L 50 50 L 100 50 L 100 0 Z" fill="url(#neonGrad)" />
<path d="M 0 0 L -50 -50 L -100 -50 L -100 0 Z" fill="url(#neonGrad)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="grad1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:0" />
</radialGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#grad1)" />
<g>
<circle cx="150" cy="150" r="40" fill="url(#grad2)" />
<path d="M150 110 C130 70 170 70 150 110" stroke="url(#grad2)" stroke-width="6" fill="none" />
<path d="M150 110 C120 50 180 50 150 110" stroke="url(#grad2)" stroke-width="6" fill="none" />
<path d="M150 110 C90 80 210 80 150 110" stroke="url(#grad2)" stroke-width="6" fill="none" />
<path d="M150 110 C70 130 230 130 150 110" stroke="url(#grad2)" stroke-width="6" fill="none" />
</g>
<g>
<circle cx="120" cy="100" r="2" fill="url(#grad2)" />
<circle cx="180" cy="100" r="2" fill="url(#grad2)" />
<circle cx="150" cy="130" r="2" fill="url(#grad2)" />
</g>
<g>
<circle cx="140" cy="140" r="1" fill="url(#grad2)" />
<circle cx="160" cy="140" r="1" fill="url(#grad2)" />
</g>
<g>
<circle cx="100" cy="80" r="3" fill="url(#grad2)" />
<circle cx="200" cy="80" r="3" fill="url(#grad2)" />
<circle cx="130" cy="170" r="3" fill="url(#grad2)" />
<circle cx="170" cy="170" r="3" fill="url(#grad2)" />
</g>
<g>
<circle cx="150" cy="150" r="5" fill="url(#grad2)" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the essence of a 'quantum jellyfish with neon tentacles' more effectively, utilizing a spherical form with radiating shapes that suggest movement and tentacles.
The use of vibrant neon colors and the minimalistic cosmic background align well with the 'starry cosmic void' theme.
Player 1's image, while creative, lacks recognizable jellyfish features and the cosmic context.
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
"Parrot wearing a detective hat, solving a mystery at a jungle library"
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"