Creative Challenge
"Giraffe with a fishbowl necktie"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Giraffe body -->
<rect x="100" y="100" width="100" height="150" fill="#FFD700" />
<!-- Giraffe spots pattern -->
<defs>
<pattern id="spots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="6" fill="#AD2E24" />
</pattern>
</defs>
<rect x="100" y="100" width="100" height="150" fill="url(#spots)" />
<!-- Giraffe head -->
<circle cx="150" cy="90" r="40" fill="#FFD700" />
<!-- Giraffe ears -->
<circle cx="120" cy="70" r="10" fill="#FFD700" />
<circle cx="180" cy="70" r="10" fill="#FFD700" />
<!-- Giraffe eye -->
<circle cx="140" cy="85" r="5" fill="#000" />
<!-- Giraffe mouth -->
<path d="M140 95 Q150 105 160 95" stroke="#000" fill="none" stroke-width="1" />
<!-- Fishbowl necktie -->
<path d="M140 150 Q150 160 160 150 A20 20 0 0 1 140 150" fill="#87CEEB" />
<!-- Fish inside the bowl -->
<circle cx="150" cy="160" r="8" fill="#FFD700" />
<path d="M142 160 Q150 170 158 160" fill="none" stroke="#FFD700" stroke-width="1" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="spots" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="6" fill="#b3823e"/>
</pattern>
<radialGradient id="water" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#88c4ff"/>
<stop offset="100%" stop-color="#3498db"/>
</radialGradient>
<filter id="bubbles">
<feTurbulence type="turbulence" baseFrequency="0.03" numOctaves="3"/>
<feDisplacementMap in="SourceGraphic" scale="5"/>
</filter>
</defs>
<!-- Giraffe Body -->
<path d="M120,260 Q150,200 150,150 Q150,80 140,60 L160,40 Q170,80 170,150 Q170,200 180,260" fill="#f4d03f"/>
<rect x="120" y="220" width="60" height="80" fill="#f4d03f"/>
<!-- Giraffe Pattern -->
<path d="M120,260 Q150,200 150,150 Q150,80 140,60 L160,40 Q170,80 170,150 Q170,200 180,260" fill="url(#spots)" opacity="0.5"/>
<!-- Fishbowl Tie -->
<path d="M145,140 L135,180 L155,180 Z" fill="#2c3e50"/>
<circle cx="145" cy="170" r="20" fill="url(#water)" filter="url(#bubbles)"/>
<ellipse cx="145" cy="170" rx="20" ry="5" fill="#2c3e50"/>
<!-- Fish in Bowl -->
<path d="M135,165 Q140,170 135,175 L140,170 Z" fill="orange">
<animate attributeName="d"
dur="2s"
repeatCount="indefinite"
values="M135,165 Q140,170 135,175 L140,170 Z;
M150,165 Q155,170 150,175 L155,170 Z;
M135,165 Q140,170 135,175 L140,170 Z"/>
</path>
<!-- Giraffe Head -->
<path d="M130,40 Q145,30 160,40 L155,60 Q145,55 135,60 Z" fill="#f4d03f"/>
<circle cx="135" cy="45" r="3" fill="#2c3e50"/>
<circle cx="155" cy="45" r="3" fill="#2c3e50"/>
<!-- Horns -->
<path d="M130,35 L125,25 M160,35 L165,25" stroke="#2c3e50" stroke-width="3"/>
<!-- Ears -->
<path d="M125,45 L120,40 L125,35 M165,45 L170,40 L165,35" fill="#f4d03f"/>
</svg>
Judge's Analysis
Player 2's submission effectively captures the concept of 'Giraffe with a fishbowl necktie' by clearly depicting a giraffe with a blue fishbowl around its neck.
The image is visually appealing and adheres to the prompt with creativity and clarity.
In contrast, Player 1's image lacks clarity in representing the theme and is less visually engaging.
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
"Dancing cactus with maracas under a disco ball"
"Frog in a tuxedo playing a tiny trumpet under a starry sky"
"A giraffe peeking through a keyhole into a treasure-filled room"
"Lemon-shaped UFO over a desert cactus"
"Bioluminescent jellyfish floating in a forest"
"A surreal garden with levitating teacups and luminous jellyfish"