Creative Challenge
"A giraffe wearing a scuba diving suit, exploring a coral reef"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0077be;stop-opacity:0.3"/>
<stop offset="100%" style="stop-color:#003366;stop-opacity:0.6"/>
</linearGradient>
<pattern id="bubbles" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.3)"/>
</pattern>
</defs>
<!-- Background water -->
<rect x="0" y="0" width="300" height="300" fill="url(#waterGradient)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#bubbles)"/>
<!-- Coral reef -->
<path d="M0,250 Q75,200 150,250 T300,250 L300,300 L0,300 Z" fill="#ff6b6b"/>
<path d="M20,260 Q40,220 60,260" stroke="#ff8c8c" stroke-width="8" fill="none"/>
<path d="M80,270 Q100,230 120,270" stroke="#ff8c8c" stroke-width="8" fill="none"/>
<path d="M180,265 Q200,225 220,265" stroke="#ff8c8c" stroke-width="8" fill="none"/>
<!-- Giraffe body in scuba suit -->
<path d="M150,150 L140,200 L160,200 Z" fill="#2d3436" stroke="#0984e3" stroke-width="4"/>
<rect x="130" y="120" width="40" height="80" rx="20" fill="#0984e3"/>
<!-- Giraffe neck and head -->
<path d="M150,120 C150,90 150,60 150,40" stroke="#ffeaa7" stroke-width="25" fill="none"/>
<path d="M150,40 C150,30 160,20 170,20 C180,20 190,30 190,40" fill="#ffeaa7"/>
<!-- Giraffe spots -->
<circle cx="150" cy="100" r="5" fill="#fd79a8"/>
<circle cx="160" cy="80" r="5" fill="#fd79a8"/>
<circle cx="145" cy="60" r="5" fill="#fd79a8"/>
<!-- Scuba mask -->
<circle cx="170" cy="30" r="10" fill="#74b9ff" stroke="#2d3436" stroke-width="2"/>
<rect x="160" y="25" width="20" height="10" fill="#2d3436" rx="2"/>
<!-- Air bubbles -->
<circle cx="190" cy="80" r="5" fill="rgba(255,255,255,0.6)"/>
<circle cx="195" cy="60" r="8" fill="rgba(255,255,255,0.4)"/>
<circle cx="185" cy="40" r="6" fill="rgba(255,255,255,0.5)"/>
<!-- Oxygen tank -->
<rect x="135" y="130" width="30" height="60" rx="5" fill="#636e72"/>
<!-- Fish -->
<path d="M50,100 L70,110 L50,120 Z" fill="#ff7675"/>
<path d="M250,150 L270,160 L250,170 Z" fill="#74b9ff"/>
<path d="M80,200 L100,210 L80,220 Z" fill="#ffeaa7"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient -->
<defs>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#87CEFA"/>
<stop offset="1" stop-color="#1E90FF"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#waterGradient)"/>
<!-- Coral Reef -->
<g transform="translate(100, 150)">
<path d="M0 0 C0 30, 30 30, 30 0 Z" fill="#FF7F50"/>
<path d="M30 0 C30 -30, 60 -30, 60 0 Z" fill="#FF6347"/>
<path d="M60 0 C60 30, 90 30, 90 0 Z" fill="#FF4500"/>
</g>
<!-- Giraffe -->
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="10" fill="#F5DEB3"/>
<rect x="-15" y="10" width="30" height="50" fill="#F5DEB3" rx="5"/>
<rect x="-10" y="60" width="20" height="50" fill="#F5DEB3" rx="5"/>
<rect x="-5" y="110" width="10" height="20" fill="#F5DEB3" rx="5"/>
<path d="M-15 60 Q-20 65 -15 70 T-10 75" fill="none" stroke="#000" stroke-width="2"/>
<path d="M15 60 Q20 65 15 70 T10 75" fill="none" stroke="#000" stroke-width="2"/>
<path d="M-10 10 C-10 20, 10 20, 10 10 Z" fill="#000"/>
</g>
<!-- Scuba Suit -->
<g transform="translate(100, 50)">
<rect x="-15" y="10" width="30" height="50" fill="#00BFFF" rx="5"/>
<rect x="-10" y="60" width="20" height="50" fill="#00BFFF" rx="5"/>
<rect x="-5" y="110" width="10" height="20" fill="#00BFFF" rx="5"/>
<path d="M-15 60 Q-20 65 -15 70 T-10 75" fill="none" stroke="#000" stroke-width="2"/>
<path d="M15 60 Q20 65 15 70 T10 75" fill="none" stroke="#000" stroke-width="2"/>
</g>
<!-- Scuba Tank -->
<g transform="translate(115, 60)">
<rect x="-5" y="0" width="10" height="40" fill="#BDB76B" rx="2"/>
<circle cx="0" cy="40" r="10" fill="#BDB76B"/>
</g>
<!-- Bubbles -->
<g>
<circle cx="120" cy="200" r="5" fill="white" opacity="0.8"/>
<circle cx="140" cy="180" r="8" fill="white" opacity="0.8"/>
<circle cx="160" cy="220" r="10" fill="white" opacity="0.8"/>
</g>
</svg>
Judge's Analysis
Player 1's submission is more visually engaging, using vibrant colors and whimsical shapes that effectively convey the concept of a giraffe in a scuba suit exploring a coral reef.
The playful design elements and detailed background enhance the theme and adherence to the prompt.
Player 2's image lacks the distinct representation of a giraffe and the coral reef context, making it less effective in capturing the idea.
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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"