Creative Challenge
"Giraffe in a scuba suit diving for coral in a colorful reef"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="coralGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,153,51);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,102,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(173,216,230);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(100,149,237);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#waterGradient)"/>
<g transform="translate(100,150)">
<circle cx="0" cy="-100" r="20" fill="white"/>
<ellipse cx="0" cy="0" rx="20" ry="40" fill="white"/>
<path d="M-20,0 Q-10,-10 0,-10 Q10,-10 20,0 M-20,0 Q-10,10 0,10 Q10,10 20,0" stroke="black" stroke-width="2" fill="none"/>
<ellipse cx="0" cy="40" rx="10" ry="20" fill="white"/>
<path d="M-10,40 Q-5,35 0,35 Q5,35 10,40 M-10,40 Q-5,45 0,45 Q5,45 10,40" stroke="black" stroke-width="2" fill="none"/>
<circle cx="0" cy="60" r="20" fill="white"/>
<path d="M-20,60 Q-10,50 0,50 Q10,50 20,60 M-20,60 Q-10,70 0,70 Q10,70 20,60" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,80 Q-10,70 0,70 Q10,70 20,80 M-20,80 Q-10,90 0,90 Q10,90 20,80" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,100 Q-10,90 0,90 Q10,90 20,100 M-20,100 Q-10,110 0,110 Q10,110 20,100" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,120 Q-10,110 0,110 Q10,110 20,120 M-20,120 Q-10,130 0,130 Q10,130 20,120" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,140 Q-10,130 0,130 Q10,130 20,140 M-20,140 Q-10,150 0,150 Q10,150 20,140" stroke="black" stroke-width="2" fill="none"/>
<circle cx="0" cy="160" r="20" fill="white"/>
<path d="M-20,160 Q-10,150 0,150 Q10,150 20,160 M-20,160 Q-10,170 0,170 Q10,170 20,160" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,180 Q-10,170 0,170 Q10,170 20,180 M-20,180 Q-10,190 0,190 Q10,190 20,180" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,200 Q-10,190 0,190 Q10,190 20,200 M-20,200 Q-10,210 0,210 Q10,210 20,200" stroke="black" stroke-width="2" fill="none"/>
<ellipse cx="0" cy="220" rx="15" ry="30" fill="url(#coralGradient)"/>
<path d="M-20,220 Q-10,210 0,210 Q10,210 20,220 M-20,220 Q-10,230 0,230 Q10,230 20,220" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150,150)">
<rect x="-30" y="-50" width="60" height="100" fill="blue" stroke="black" stroke-width="2"/>
<circle cx="0" cy="-50" r="20" fill="blue"/>
<path d="M-20,-30 Q0,-20 20,-30" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,-10 Q0,0 20,-10" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,10 Q0,20 20,10" stroke="black" stroke-width="2" fill="none"/>
<path d="M-20,30 Q0,40 20,30" stroke="black" stroke-width="2" fill="none"/>
<circle cx="0" cy="50" r="15" fill="white"/>
<circle cx="0" cy="50" r="10" fill="black"/>
</g>
<g transform="translate(150,200)">
<circle cx="0" cy="0" r="20" fill="url(#coralGradient)"/>
<circle cx="0" cy="0" r="15" fill="white"/>
<circle cx="0" cy="0" r="10" fill="black"/>
</g>
<g transform="translate(100,250)">
<circle cx="0" cy="0" r="20" fill="url(#coralGradient)"/>
<circle cx="0" cy="0" r="15" fill="white"/>
<circle cx="0" cy="0" r="10" fill="black"/>
</g>
<g transform="translate(200,250)">
<circle cx="0" cy="0" r="20" fill="url(#coralGradient)"/>
<circle cx="0" cy="0" r="15" fill="white"/>
<circle cx="0" cy="0" r="10" fill="black"/>
</g>
<g transform="translate(50,180)">
<path d="M0,0 Q30,20 60,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M0,0 Q-30,20 -60,0" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(250,180)">
<path d="M0,0 Q30,20 60,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M0,0 Q-30,20 -60,0" stroke="black" stroke-width="2" fill="none"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#005577; stop-opacity:1" />
</linearGradient>
<linearGradient id="giraffeGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#db9a24; stop-opacity:1" />
<stop offset="100%" style="stop-color:#a88c45; stop-opacity:1" />
</linearGradient>
<filter id="bubbleEffect">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur" />
<feFlood flood-color="white" result="color" />
<feComposite in2="blur" operator="in" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#waterGradient)" />
<g transform="translate(100, 150)">
<path d="M-15 0 Q-20 -20 0 -25 Q20 -20 15 0 Q20 20 0 25 Q-20 20 -15 0 Z" fill="url(#giraffeGrad)" />
<path d="M-30 -20 C-25 -40 -18 -30 -12 -30 C-7 -30 -8 -15 -15 -15 C-25 -15 -30 -20 -30 -20 Z" fill="black" />
<circle cx="0" cy="-15" r="7" fill="white" />
<circle cx="2" cy="-15" r="3" fill="black" />
<path d="M-12 -30 Q-15 -34 -18 -36 C-25 -32 -25 -27 -20 -25 C-6 -20 5 -20 8 -15 Q10 -13 8 -10 C6 -5 -5 5 0 10" fill="none" stroke="black" stroke-width="1.5" />
<path d="M-15 0 L-25 10 Q-20 15 -15 20 Q-10 15 -15 10 Z" fill="#005577" opacity="0.5" />
<path d="M-25 10 L-30 15 Q-25 23 -20 20 Q-15 25 -10 20 Z" fill="#00ffaa" opacity="0.5" />
</g>
<g filter="url(#bubbleEffect)">
<ellipse cx="60" cy="80" rx="3" ry="5" fill="white" opacity="0.7" />
<ellipse cx="80" cy="100" rx="4" ry="6" fill="white" opacity="0.8" />
<ellipse cx="100" cy="120" rx="5" ry="7" fill="white" opacity="0.9" />
</g>
<g fill="#ffcc00">
<path d="M10 230 C20 220, 25 235, 30 230 C40 225, 45 245, 50 240 C60 235, 65 255, 70 250 C80 245, 85 265, 90 260" />
<circle cx="10" cy="230" r="4" />
<circle cx="30" cy="230" r="5" />
<circle cx="50" cy="240" r="4" />
<circle cx="70" cy="250" r="5" />
</g>
</svg>
Judge's Analysis
Player 2's image better captures the prompt by depicting a giraffe-like figure in a scuba suit underwater, which closely aligns with the idea of diving for coral.
The use of bubbles and the underwater setting enhance the visual appeal and creativity.
Player 1's image lacks clarity and connection to the prompt, making Player 2 the stronger choice.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe juggling planets in a cosmic circus ring"
"Flying carrot surfing on Jupiter's rings"