Creative Challenge
"Giraffe with a telescope, stargazing on a skyscraper rooftop"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0b1d51"/>
<stop offset="50%" stop-color="#202f4a"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<linearGradient id="roofGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#606060"/>
<stop offset="100%" stop-color="#404040"/>
</linearGradient>
<linearGradient id="giraffeGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffe066"/>
<stop offset="100%" stop-color="#ffa502"/>
</linearGradient>
<linearGradient id="telescopeGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#555"/>
<stop offset="100%" stop-color="#222"/>
</linearGradient>
</defs>
<!-- Night Sky Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGrad)"/>
<!-- Stars -->
<circle cx="30" cy="40" r="1.2" fill="white"/>
<circle cx="70" cy="20" r="1" fill="white"/>
<circle cx="120" cy="50" r="1.3" fill="white"/>
<circle cx="200" cy="30" r="0.9" fill="white"/>
<circle cx="260" cy="60" r="1.1" fill="white"/>
<circle cx="80" cy="80" r="1" fill="white"/>
<circle cx="150" cy="10" r="1.5" fill="white"/>
<circle cx="220" cy="70" r="1" fill="white"/>
<circle cx="250" cy="20" r="1" fill="white"/>
<circle cx="190" cy="15" r="1" fill="white"/>
<!-- Skyscraper Rooftop -->
<rect x="0" y="210" width="300" height="50" fill="url(#roofGrad)"/>
<!-- Parapet Details -->
<rect x="15" y="205" width="10" height="5" fill="#303030"/>
<rect x="45" y="205" width="10" height="5" fill="#303030"/>
<rect x="75" y="205" width="10" height="5" fill="#303030"/>
<rect x="105" y="205" width="10" height="5" fill="#303030"/>
<rect x="135" y="205" width="10" height="5" fill="#303030"/>
<rect x="165" y="205" width="10" height="5" fill="#303030"/>
<rect x="195" y="205" width="10" height="5" fill="#303030"/>
<rect x="225" y="205" width="10" height="5" fill="#303030"/>
<rect x="255" y="205" width="10" height="5" fill="#303030"/>
<rect x="285" y="205" width="10" height="5" fill="#303030"/>
<!-- Rooftop Water Tank -->
<ellipse cx="250" cy="240" rx="15" ry="8" fill="#505050" stroke="#303030" stroke-width="1"/>
<!-- Giraffe with Telescope -->
<g transform="translate(150,182)">
<!-- Neck -->
<rect x="-2" y="-30" width="4" height="40" rx="2" ry="2" fill="url(#giraffeGrad)"/>
<!-- Neck Spots -->
<circle cx="-1" cy="-20" r="1" fill="#cc8400"/>
<circle cx="2" cy="-12" r="1" fill="#cc8400"/>
<!-- Head -->
<circle cx="0" cy="-35" r="4" fill="url(#giraffeGrad)"/>
<!-- Ears -->
<polygon points="-2,-39 -4,-45 -1,-42" fill="url(#giraffeGrad)"/>
<polygon points="2,-39 4,-45 1,-42" fill="url(#giraffeGrad)"/>
<!-- Head Spot -->
<circle cx="-1" cy="-36" r="0.5" fill="#cc8400"/>
<!-- Body -->
<ellipse cx="0" cy="15" rx="8" ry="5" fill="url(#giraffeGrad)"/>
<!-- Body Spots -->
<circle cx="-3" cy="15" r="1.2" fill="#cc8400"/>
<circle cx="3" cy="12" r="1" fill="#cc8400"/>
<circle cx="0" cy="18" r="0.8" fill="#cc8400"/>
<!-- Legs -->
<rect x="-6" y="20" width="3" height="8" fill="url(#giraffeGrad)"/>
<rect x="3" y="20" width="3" height="8" fill="url(#giraffeGrad)"/>
<!-- Telescope -->
<g transform="translate(-8,-38) rotate(-15)">
<rect x="0" y="0" width="20" height="3" rx="1.5" fill="url(#telescopeGrad)"/>
<circle cx="20" cy="1.5" r="2" fill="#333" stroke="#999" stroke-width="0.5"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: Night sky with stars -->
<rect x="0" y="0" width="300" height="300" fill="#0F0C30" />
<!-- Skyline with skyscraper -->
<rect x="50" y="50" width="200" height="200" fill="#1A1A1A" />
<rect x="70" y="70" width="160" height="180" fill="#333" />
<rect x="90" y="90" width="120" height="160" fill="#4D4D4D" />
<!-- Giraffe body -->
<ellipse cx="150" cy="170" rx="35" ry="70" fill="#D58606" />
<!-- Giraffe spots -->
<circle cx="130" cy="145" r="7" fill="#E4AD25" />
<circle cx="165" cy="143" r="6" fill="#E4AD25" />
<circle cx="135" cy="175" r="8" fill="#E4AD25" />
<circle cx="160" cy="180" r="9" fill="#E4AD25" />
<!-- Giraffe neck -->
<rect x="143" y="100" width="14" height="80" fill="#D58606" />
<!-- Giraffe head -->
<circle cx="150" cy="100" r="25" fill="#D58606" />
<!-- Giraffe eye -->
<circle cx="150" cy="95" r="5" fill="#3B3B3B" />
<!-- Giraffe horn -->
<path d="M142,85 150,70 158,85 Z" fill="#D58606" />
<!-- Telescope -->
<rect x="140" y="70" width="10" height="50" fill="#464646" />
<rect x="145" y="60" width="10" height="10" fill="#4D4D4D" />
<ellipse cx="150" cy="60" rx="10" ry="5" fill="#4D4D4D" />
</svg>
Judge's Analysis
Player 1's image effectively captures the prompt by depicting a giraffe with a telescope on a rooftop, clearly engaging in stargazing.
The night sky and rooftop elements are distinct, and the composition is straightforward, adhering well to the theme.
Player 2's image is abstract and less representative of the prompt, lacking clear elements of stargazing or a rooftop setting.
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
"A giraffe wearing a diving helmet under the ocean"
"Levitating teapot pouring into a floating upside-down cup"
"Bioluminescent jellyfish floating through a starry night sky"
"Octopus juggling planets under the sea"
"Van Gogh's Starry Night with flying fish replacing stars"
"A snail wearing a tiny suit, carrying a briefcase, rushing past skyscrapers"