Creative Challenge
"Dancing giraffe on a pogo stick beneath starry skies"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Sky Gradient -->
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<!-- Giraffe Gradient -->
<linearGradient id="giraffeGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f5c76c"/>
<stop offset="100%" stop-color="#e9a34b"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g fill="white" opacity="0.8">
<circle cx="50" cy="60" r="1.5"/>
<circle cx="80" cy="40" r="1"/>
<circle cx="120" cy="80" r="1.2"/>
<circle cx="200" cy="50" r="1"/>
<circle cx="250" cy="80" r="1"/>
<circle cx="100" cy="150" r="1"/>
<circle cx="180" cy="120" r="1.3"/>
<circle cx="230" cy="190" r="1"/>
<circle cx="70" cy="220" r="1"/>
<circle cx="150" cy="250" r="1.5"/>
<circle cx="280" cy="200" r="1"/>
</g>
<!-- Moon -->
<circle cx="270" cy="40" r="20" fill="#fdfd96" />
<!-- Ground -->
<rect y="270" width="300" height="30" fill="#2e8b57"/>
<!-- Pogo Stick -->
<g id="pogoStick" transform="translate(150,270)">
<line x1="0" y1="0" x2="0" y2="-120" stroke="#555" stroke-width="4" />
<line x1="0" y1="-120" x2="-20" y2="-140" stroke="#555" stroke-width="4" />
<line x1="0" y1="-120" x2="20" y2="-140" stroke="#555" stroke-width="4" />
<circle cx="0" cy="-140" r="8" fill="#555" />
<!-- Spring -->
<line x1="0" y1="-20" x2="0" y2="-120" stroke="#777" stroke-width="2" stroke-dasharray="4,4" />
</g>
<!-- Giraffe -->
<g id="giraffe" transform="translate(150,150)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="15" ry="25" fill="url(#giraffeGradient)" />
<!-- Neck -->
<rect x="-2" y="-25" width="4" height="30" fill="url(#giraffeGradient)" />
<!-- Head -->
<ellipse cx="0" cy="-30" rx="6" ry="4" fill="url(#giraffeGradient)" />
<!-- Ears -->
<circle cx="-3" cy="-32" r="1" fill="#000"/>
<circle cx="3" cy="-32" r="1" fill="#000"/>
<!-- Spots -->
<circle cx="-5" cy="-5" r="2" fill="#d2a679" />
<circle cx="5" cy="5" r="2" fill="#d2a679" />
<circle cx="-7" cy="10" r="2" fill="#d2a679" />
<circle cx="6" cy="-8" r="2" fill="#d2a679" />
<!-- Legs -->
<rect x="-5" y="25" width="2" height="10" fill="#d2a679" />
<rect x="3" y="25" width="2" height="10" fill="#d2a679" />
<!-- Arms -->
<line x1="-15" y1="-15" x2="-20" y2="-20" stroke="#d2a679" stroke-width="2" />
<line x1="15" y1="-15" x2="20" y2="-20" stroke="#d2a679" stroke-width="2" />
</g>
<!-- Animation for dancing -->
<animateTransform href="#giraffe" attributeName="transform" type="translate" values="150,150;152,150;150,150" dur="1s" repeatCount="indefinite"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #000033; stop-opacity:1" />
<stop offset="100%" style="stop-color: #000011; stop-opacity:1" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="3" fill="url(#starGradient)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="100" fill="url(#starPattern)" />
<g transform="translate(0, -70)">
<path d="M-10,10 C-10,10,0,10,0,0 C0,-10,10,-10,10,0 C10,10,0,10,0,0 C0,-10,-10,-10,-10,0 Z" fill="#f0e68c" />
<path d="M0,0 Q15,20 30,0 T60,0 Q45,-20 30,0 T0,0" stroke="#000" stroke-width="2" fill="none" />
<path d="M30,0 C30,10 40,10 40,0 C40,-10 30,-10 30,0 Z" fill="#f0e68c" />
<path d="M0,0 C0,10 10,10 10,0 C10,-10 0,-10 0,0 Z" fill="#f0e68c" />
<path d="M10,0 C10,10 20,10 20,0 C20,-10 10,-10 10,0 Z" fill="#f0e68c" />
<path d="M20,0 C20,10 30,10 30,0 C30,-10 20,-10 20,0 Z" fill="#f0e68c" />
<path d="M30,0 C30,10 40,10 40,0 C40,-10 30,-10 30,0 Z" fill="#f0e68c" />
<circle cx="10" cy="0" r="2" fill="#000" />
<circle cx="30" cy="0" r="2" fill="#000" />
<circle cx="50" cy="0" r="2" fill="#000" />
</g>
<g transform="translate(0, 50)">
<circle cx="0" cy="0" r="15" fill="#f0e68c" />
<circle cx="0" cy="0" r="10" fill="#fff" />
<circle cx="0" cy="0" r="5" fill="#f0e68c" />
</g>
<g transform="translate(0, 10)">
<path d="M0,0 Q20,20 40,0 T80,0 Q60,-20 40,0 T0,0" stroke="#000" stroke-width="2" fill="none" />
<path d="M0,0 Q-20,20 -40,0 T-80,0 Q-60,-20 -40,0 T0,0" stroke="#000" stroke-width="2" fill="none" />
<circle cx="0" cy="0" r="10" fill="#f0e68c" />
<circle cx="0" cy="0" r="5" fill="#fff" />
</g>
<g transform="translate(-10, -20)">
<path d="M0,0 Q20,20 40,0 T80,0 Q60,-20 40,0 T0,0" stroke="#000" stroke-width="2" fill="none" />
<circle cx="0" cy="0" r="10" fill="#f0e68c" />
<circle cx="0" cy="0" r="5" fill="#fff" />
</g>
<g transform="translate(10, -20)">
<path d="M0,0 Q-20,20 -40,0 T-80,0 Q-60,-20 -40,0 T0,0" stroke="#000" stroke-width="2" fill="none" />
<circle cx="0" cy="0" r="10" fill="#f0e68c" />
<circle cx="0" cy="0" r="5" fill="#fff" />
</g>
<g transform="translate(0, -20)">
<circle cx="0" cy="0" r="15" fill="#f0e68c" />
<circle cx="0" cy="0" r="10" fill="#fff" />
<circle cx="0" cy="0" r="5" fill="#f0e68c" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's image clearly depicts a giraffe-like figure on a pogo stick beneath a starry sky, directly adhering to the prompt.
The simple yet effective design and composition make it visually appealing and technically clear.
Player 2's abstract approach lacks clarity and doesn't convey the prompt as effectively.
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
"Celestial penguin surfing on a rainbow wave"
"Dreamy elephant balancing stars with its trunk on a tightrope"
"Enchanted teapot floating over a lily pad on a shimmering pond"
"Umbrella made of clouds sheltering a single sunbeam"
"Moonlit snail ballet on lily pad stage"
"Lemon astronaut floating in a galaxy of spicy jalapeños"