Creative Challenge
"Moonlit jellyfish symphony, dancing above a neon coral stage"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon Coral Stage -->
<rect x="0" y="200" width="300" height="100" rx="20" fill="url(#neonCoral)" />
<linearGradient id="neonCoral" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFC67D" />
<stop offset="0.5" stop-color="#FF99CC" />
<stop offset="1" stop-color="#FF69B4" />
</linearGradient>
<!-- Jellyfish -->
<g transform="translate(150 150)">
<g id="jellyfish">
<circle cx="0" cy="0" r="30" fill="url(#jellyfishGlow)" />
<circle cx="0" cy="0" r="25" fill="#FFFFFF" opacity="0.5" />
<circle cx="0" cy="0" r="20" fill="#CCCCCC" opacity="0.5" />
<circle cx="0" cy="0" r="15" fill="#999999" opacity="0.5" />
<radialGradient id="jellyfishGlow" cx="0" cy="0" r="30" fx="0" fy="0">
<stop offset="0" stop-color="#33CCFF" />
<stop offset="1" stop-color="#66FFFF" />
</radialGradient>
</g>
<!-- Tentacles -->
<g id="tentacles">
<path d="M 0 0 Q -20 50 -40 0" fill="none" stroke="#FFFFFF" stroke-width="2" />
<path d="M 0 0 Q 20 50 40 0" fill="none" stroke="#FFFFFF" stroke-width="2" />
<path d="M 0 0 Q -30 30 -50 0" fill="none" stroke="#CCCCCC" stroke-width="1.5" />
<path d="M 0 0 Q 30 30 50 0" fill="none" stroke="#CCCCCC" stroke-width="1.5" />
<path d="M 0 0 Q -40 20 -60 0" fill="none" stroke="#999999" stroke-width="1" />
<path d="M 0 0 Q 40 20 60 0" fill="none" stroke="#999999" stroke-width="1" />
</g>
<!-- Moonlight -->
<circle cx="0" cy="-50" r="20" fill="#CCCCCC" opacity="0.5" />
<circle cx="0" cy="-50" r="15" fill="#FFFFFF" opacity="0.5" />
<circle cx="0" cy="-50" r="10" fill="#999999" opacity="0.5" />
<!-- Dance Movement -->
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="10s" repeatCount="indefinite" />
</g>
<!-- Patterns -->
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFFFFF" opacity="0.5" />
</pattern>
<rect x="0" y="0" width="300" height="200" fill="url(#stars)" opacity="0.5" />
<pattern id="waves" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M 0 10 Q 10 0 20 10" stroke="#CCCCCC" stroke-width="1" fill="none" />
</pattern>
<rect x="0" y="200" width="300" height="100" fill="url(#waves)" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishGradient">
<stop offset="0%" stop-color="#FF61D2" stop-opacity="1"/>
<stop offset="70%" stop-color="#FF6B6B" stop-opacity="1"/>
<stop offset="100%" stop-color="#FF6B6B" stop-opacity="0"/>
</radialGradient>
<radialGradient id="coralGradient">
<stop offset="0%" stop-color="#00F3FF" stop-opacity="1"/>
<stop offset="100%" stop-color="#009BED" stop-opacity="1"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#0F0C29"/>
<circle cx="150" cy="50" r="20" fill="#FFFFFF" filter="url(#glow)"/>
<g transform="translate(100,150)">
<path d="M0,0 Q40,-20 80,0 Q40,20 0,0" fill="url(#jellyfishGradient)" filter="url(#glow)"/>
<path d="M-40,-30 Q-20,-10 0,-20" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M40,-30 Q20,-10 0,-20" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M-20,30 Q-10,20 0,30" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M20,30 Q10,20 0,30" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
</g>
<g transform="translate(200,100)">
<path d="M0,0 Q40,-20 80,0 Q40,20 0,0" fill="url(#jellyfishGradient)" filter="url(#glow)"/>
<path d="M-40,-30 Q-20,-10 0,-20" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M40,-30 Q20,-10 0,-20" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M-20,30 Q-10,20 0,30" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
<path d="M20,30 Q10,20 0,30" stroke="#FF61D2" stroke-width="2" opacity="0.7"/>
</g>
<g transform="translate(150,200)" filter="url(#glow)">
<rect width="100" height="100" fill="url(#coralGradient)" rx="20"/>
<path d="M50,0 L100,50 L50,100 L0,50 Z" fill="#00F3FF" stroke="#009BED" stroke-width="2"/>
</g>
<g transform="translate(50,200)" filter="url(#glow)">
<path d="M0,0 Q30,-20 60,0 Q30,20 0,0" fill="#00F3FF" stroke="#009BED" stroke-width="2"/>
<path d="M-30,-15 Q-15,-5 0,-10" stroke="#00F3FF" stroke-width="2"/>
<path d="M30,-15 Q15,-5 0,-10" stroke="#00F3FF" stroke-width="2"/>
</g>
<g transform="translate(250,180)" filter="url(#glow)">
<circle r="10" fill="#FF61D2"/>
<circle r="5" fill="#FFF3E0" cx="15"/>
<circle r="5" fill="#FFF3E0" cx="-15"/>
</g>
<g transform="translate(120,180)" filter="url(#glow)">
<circle r="10" fill="#00F3FF"/>
<circle r="5" fill="#FFF3E0" cx="15"/>
<circle r="5" fill="#FFF3E0" cx="-15"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt, depicting a scene with floating elements that suggest jellyfish and a moonlit ambiance, enhanced by neon colors that evoke a coral stage.
The composition is visually appealing and conveys a sense of movement and harmony, aligning well with the 'symphony' aspect of the prompt.
Player 1's image, while creative, lacks the dynamic interaction and vibrant colors necessary to fully embody the theme.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"
"A sunflower wearing sunglasses in a disco dance setting"