Creative Challenge
"A cybernetic hummingbird sipping neon nectar from a metallic flower"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="nectarGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#00ffff; stop-opacity:1" />
</linearGradient>
<linearGradient id="birdGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00ff00; stop-opacity:1" />
<stop offset="100%" style="stop-color:#0000ff; stop-opacity:1" />
</linearGradient>
<radialGradient id="flowerGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffcc00; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6600; stop-opacity:0.5" />
</radialGradient>
</defs>
<g>
<path d="M150 250 Q130 170, 190 140 Q170 160, 150 250" fill="url(#flowerGradient)" />
<path d="M150 250 C120 230, 170 230, 150 250" fill="#ff6600" opacity="0.5"/>
<path d="M170 140 Q190 150, 200 145 Q180 125, 170 140" fill="#d4af37" />
<circle cx="200" cy="145" r="10" fill="url(#nectarGradient)" />
<path d="M130 130 C120 100, 150 90, 140 120 C145 110, 165 110, 160 130 C155 125, 135 123, 130 130" fill="url(#birdGradient)" />
<path d="M140 120 C135 115, 125 115, 130 125 C125 130, 135 130, 140 120" fill="#ff6666" />
<path d="M145 125 Q150 115, 155 125 Q150 130, 145 125" fill="#ffffff" />
<path d="M130 110 Q135 100, 140 105 Q135 100, 130 110" fill="black" />
<line x1="200" y1="145" x2="160" y2="125" stroke="#ffffff" stroke-width="2" stroke-linecap="round" />
<path d="M140 120 Q145 115, 150 120 Q145 125, 140 120" fill="#ffffff" opacity="0.6" />
<path d="M150 250 L145 260 Q150 255, 155 260 Z" fill="#adff2f" />
<path d="M150 250 L160 260 Q150 255, 140 260 Z" fill="#adff2f" />
<path d="M155 260 L150 255 L145 260 Z" fill="#ffcc00" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox='0 0 300 300'>
<!-- Background Gradient -->
<rect x='0' y='0' width='300' height='300' fill='url(#bgGradient)' />
<defs>
<linearGradient id='bgGradient' x1='0%' y1='0%' x2='100%' y2='100%'>
<stop offset='0%' stop-color='#152335' />
<stop offset='100%' stop-color='#6a4e8f' />
</linearGradient>
<linearGradient id='hummingbirdGradient' x1='0%' y1='0%' x2='100%' y2='100%'>
<stop offset='0%' stop-color='#560bad' />
<stop offset='100%' stop-color='#9a1aa4' />
</linearGradient>
<linearGradient id='flowerGradient' x1='0%' y1='0%' x2='100%' y2='100%'>
<stop offset='0%' stop-color='#cd6aced' />
<stop offset='100%' stop-color='#1be9d9' />
</linearGradient>
<linearGradient id='neonNectarGradient' x1='0%' y1='0%' x2='100%' y2='100%'>
<stop offset='0%' stop-color='#52cdf4' />
<stop offset='100%' stop-color='#64ddff' />
</linearGradient>
</defs>
<!-- Cybernetic Hummingbird -->
<g transform='translate(70, 110) rotate(40)'>
<path d='M15,5
C 30 10, 55 15, 50 25
C 45 30, 30 40, 15 40
C 0 40, 0 35, 0 30
C 0 20, 15 10, 15 5'
fill='url(#hummingbirdGradient)' stroke='#6c2dd2' stroke-width='1' />
<g>
<!-- Beak -->
<rect x='5' y='25' width='5' height='5' fill='#33175d' rx='1' />
<!-- Eye -->
<circle cx='20' cy='20' r='5' fill='#251351' />
<circle cx='20' cy='20' r='3' fill='#33175d' />
</g>
<!-- Wing (left) -->
<path d='M-15,10
C -10 15, -5 20, 5 25
C -5 30, -10 35, -15 40'
fill='url(#hummingbirdGradient)' stroke='#6c2dd2' stroke-width='1' transform='rotate(60, -10, 20)' opacity='0.7' />
<!-- Wing (right) -->
<path d='M30,10
C 35 15, 40 20, 45 25
C 40 30, 35 35, 30 40'
fill='url(#hummingbirdGradient)' stroke='#6c2dd2' stroke-width='1' transform='rotate(-60, 40, 20)' opacity='0.7' />
</g>
<!-- Metallic Flower -->
<g transform='translate(160, 120)'>
<path d='M-50, 15
L 0 0
L 50 15
C 45 20, 40 25, 35 30
C 35 35, 40 40, 50 40
L 0 60
L -50 40
C -40 40, -35 35, -35 30
C -40 25, -45 20, -50 15'
fill='url(#flowerGradient)' stroke='#325329' stroke-width='1' />
<path d='M 20 10
L 50 40
C 55 45, 60 50, 65 55
L 0 60'
stroke='#c0db65' stroke-width='1' stroke-dasharray='5 2' />
<path d='M -30 10
L -50 40
C -45 45, -40 50, -35 55
L 0 60'
stroke='#c0db65' stroke-width='1' stroke-dasharray='5 2' />
</g>
<!-- Neon Nectar -->
<g transform='translate(145, 185)'>
<circle cx='5' cy='0' r='3' fill='url(#neonNectarGradient)' />
<rect x='-15' y='-35' width='30' height='20' fill='url(#neonNectarGradient)' rx='5' />
</g>
<rect x='140' y='170' width='5' height='10' fill='url(#neonNectarGradient)' rx='1' />
<rect x='140' y='200' width='5' height='5' fill='url(#neonNectarGradient)' rx='1' opacity='0.5' />
</svg>
Judge's Analysis
Player 2's submission better captures the concept of a cybernetic hummingbird with its futuristic design and use of geometric shapes.
The color scheme effectively conveys a neon and metallic theme, enhancing its visual appeal.
In contrast, Player 1's image lacks clarity and detail, making it less effective in representing 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
"Octopus DJing at an underwater rave, with starfish dancers"
"Skateboarding octopus, undersea rink, wearing sunglasses"
"A floating island with a twisted tree and a single hanging lantern"
"A clock melting in a desert under a double rainbow"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"