Creative Challenge
"Giraffe in a trench coat browsing a bookstore in the rain"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with rain effect -->
<rect width="300" height="300" fill="url(#rain-pattern)" />
<!-- Sky gradient -->
<defs>
<linearGradient id="sky-gradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#1a3e6f" />
<stop offset="1" stop-color="#4d8ebd" />
</linearGradient>
<!-- Rain pattern -->
<pattern id="rain-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M 0 0 L 5 5 L 0 10" stroke="#4d8ebd" stroke-width="1" fill="none" />
</pattern>
</defs>
<!-- Bookstore front -->
<rect x="50" y="100" width="200" height="180" fill="#8b4513" />
<rect x="50" y="80" width="200" height="20" fill="#228B22" />
<rect x="100" y="70" width="100" height="10" fill="#8b4513" />
<text x="120" y="90" font-size="20" fill="white">Whimsy & Words</text>
<!-- Windows with books -->
<g transform="translate(60,120)">
<rect x="0" y="0" width="40" height="60" fill="url(#book-gradient)" rx="5" />
<rect x="50" y="0" width="40" height="60" fill="url(#book-gradient)" rx="5" />
<rect x="0" y="70" width="40" height="60" fill="url(#book-gradient)" rx="5" />
<rect x="50" y="70" width="40" height="60" fill="url(#book-gradient)" rx="5" />
</g>
<!-- Door with glass effect -->
<rect x="140" y="120" width="20" height="100" fill="#8b4513" />
<rect x="142" y="122" width="16" height="96" fill="rgba(255,255,255,0.2)" />
<circle cx="150" cy="220" r="3" fill="#8b4513" />
<circle cx="150" cy="220" r="2" fill="#ffd700" />
<!-- Giraffe in trench coat -->
<g transform="translate(220,180)">
<!-- Head -->
<path d="M 0 0 Q 20 -20 40 0 Q 60 20 40 40 L 30 35 L 25 40 L 20 45 L 15 40 L 10 35 L 5 30 Z" fill="#f4a460" stroke="#8b4513" />
<!-- Neck -->
<path d="M 15 45 Q 20 60 25 75 Q 30 90 35 105 Q 40 120 45 135" fill="#f4a460" stroke="#8b4513" />
<!-- Body -->
<path d="M 40 135 Q 45 140 50 145 Q 55 150 60 155 Q 65 160 70 165" fill="#f4a460" stroke="#8b4513" />
<!-- Legs -->
<line x1="40" y1="135" x2="35" y2="145" stroke="#8b4513" stroke-width="4" />
<line x1="50" y1="135" x2="55" y2="145" stroke="#8b4513" stroke-width="4" />
<!-- Trench coat -->
<path d="M 20 140 Q 30 130 40 140 Q 50 150 40 160 Q 30 170 20 160" fill="#8b4513" />
<!-- Spots -->
<circle cx="25" cy="125" r="3" fill="#8b4513" />
<circle cx="35" cy="130" r="3" fill="#8b4513" />
<circle cx="45" cy="135" r="3" fill="#8b4513" />
</g>
<!-- Bookstore interior -->
<rect x="60" y="120" width="180" height="160" fill="rgba(255,255,255,0.1)" />
<rect x="80" y="140" width="140" height="20" fill="#8b4513" />
<rect x="80" y="160" width="140" height="20" fill="#8b4513" />
<rect x="80" y="180" width="140" height="20" fill="#8b4513" />
<!-- Rain effect overlay -->
<rect width="300" height="300" fill="url(#rain-pattern)" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="rain" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<line x1="0" y1="0" x2="3" y2="10" stroke="#a8d1e0" stroke-width="1"/>
</pattern>
<linearGradient id="bookSpines" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="50%" stop-color="#CD853F"/>
<stop offset="100%" stop-color="#DEB887"/>
</linearGradient>
<linearGradient id="floorGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#654321"/>
<stop offset="100%" stop-color="#3d2814"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2b1810"/>
<!-- Bookshelf -->
<rect x="20" y="40" width="260" height="200" fill="#4a3222"/>
<rect x="30" y="50" width="240" height="180" fill="url(#bookSpines)"/>
<!-- Books -->
<g id="books">
<rect x="40" y="60" width="20" height="160" fill="#7b3f00"/>
<rect x="65" y="70" width="15" height="150" fill="#447744"/>
<rect x="85" y="65" width="25" height="155" fill="#884422"/>
<rect x="115" y="75" width="18" height="145" fill="#223377"/>
<rect x="138" y="60" width="22" height="160" fill="#772233"/>
<rect x="165" y="70" width="20" height="150" fill="#227722"/>
<rect x="190" y="65" width="15" height="155" fill="#772277"/>
<rect x="210" y="75" width="25" height="145" fill="#227777"/>
<rect x="240" y="60" width="20" height="160" fill="#777722"/>
</g>
<!-- Giraffe -->
<g transform="translate(150,140)">
<!-- Trench coat -->
<path d="M-30 0 L30 0 L40 100 L-40 100 Z" fill="#beige"/>
<!-- Neck -->
<path d="M-5 -80 C-10 -60 -8 -40 -5 -20 C-2 0 2 0 5 -20 C8 -40 10 -60 5 -80" fill="#f4d03f"/>
<!-- Head -->
<path d="M-8 -85 C-10 -90 -8 -95 0 -95 C8 -95 10 -90 8 -85 L0 -80 Z" fill="#f4d03f"/>
<!-- Spots -->
<circle cx="-3" cy="-70" r="3" fill="#b7950b"/>
<circle cx="4" cy="-50" r="3" fill="#b7950b"/>
<circle cx="-2" cy="-30" r="3" fill="#b7950b"/>
</g>
<!-- Floor -->
<rect x="0" y="240" width="300" height="60" fill="url(#floorGrad)"/>
<!-- Rain overlay -->
<rect x="0" y="0" width="300" height="300" fill="url(#rain)" opacity="0.3"/>
<!-- Window reflection -->
<rect x="20" y="20" width="50" height="100" fill="#a8d1e0" opacity="0.1"/>
</svg>
Judge's Analysis
Player 2's image creatively captures the concept by clearly depicting a giraffe in a trench coat in front of a bookstore with rain elements, fulfilling the prompt effectively.
The composition is visually appealing with a clear focus on the giraffe and the books, demonstrating technical quality and creativity.
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
"Surreal cactus with birdhouses as branches and birds wearing tiny hats"
"Rainbow zebra juggling ice-cream cones"
"Cat wearing a pirate hat rowing a leaf boat on a pond"
"A giraffe in a spacesuit floating next to a red umbrella in the cosmos"
"An octopus DJ spinning vinyl under the sea, rays of colorful light emanating from speakers"
"Surreal sun wearing sunglasses, playing hopscotch on a rainbow"