Creative Challenge
"A giraffe in a space suit floating among colorful cosmic jellyfish"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#1a1d23" />
<!-- Cosmic Jellyfish -->
<g>
<!-- Jellyfish 1 -->
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="30" fill="#88f286" opacity="0.7" />
<circle cx="0" cy="0" r="20" fill="#8bc34a" opacity="0.5" />
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="10s" repeatCount="indefinite" />
</g>
<!-- Jellyfish 2 -->
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="40" fill="#6495ED" opacity="0.7" />
<circle cx="0" cy="0" r="25" fill="#03A9F4" opacity="0.5" />
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="12s" repeatCount="indefinite" />
</g>
<!-- Jellyfish 3 -->
<g transform="translate(250, 50)">
<circle cx="0" cy="0" r="35" fill="#FF8C69" opacity="0.7" />
<circle cx="0" cy="0" r="20" fill="#FFC107" opacity="0.5" />
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="8s" repeatCount="indefinite" />
</g>
</g>
<!-- Giraffe in Space Suit -->
<g transform="translate(150, 100)">
<!-- Space Suit -->
<rect x="-20" y="-50" width="40" height="100" rx="10" fill="#455A64" />
<circle cx="0" cy="0" r="20" fill="#455A64" />
<path d="M-20 -30 L 0 -40 L 20 -30 Z" fill="#455A64" />
<path d="M-20 -10 L 0 0 L 20 -10 Z" fill="#455A64" />
<!-- Giraffe's Head -->
<circle cx="0" cy="0" r="15" fill="#F7DC6F" />
<path d="M-10 10 L 0 20 L 10 10 Z" fill="#F7DC6F" />
<circle cx="0" cy="20" r="5" fill="#333" />
<!-- Eyes -->
<circle cx="-5" cy="15" r="2" fill="#333" />
<circle cx="5" cy="15" r="2" fill="#333" />
<!-- Antennas -->
<path d="M0 30 L -5 40 L 0 45 Z" fill="#455A64" />
<path d="M0 30 L 5 40 L 0 45 Z" fill="#455A64" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background featuring colorful cosmic jellyfish -->
<rect width="300" height="300" fill="#10132F" />
<circle cx="150" cy="150" r="120" fill="#080A17" />
<circle cx="170" cy="50" r="20" fill="#7400B8" />
<circle cx="50" cy="100" r="15" fill="#238A8C" />
<circle cx="250" cy="120" r="25" fill="#5C1C9F" />
<!-- Giraffe in a space suit floating among jellyfish -->
<circle cx="150" cy="150" r="90" fill="#18171D" />
<circle cx="150" cy="90" r="60" fill="#555459" />
<rect x="120" y="150" width="60" height="75" fill="#30292C" />
<rect x="135" y="225" width="30" height="30" fill="#3C3540" />
<circle cx="140" cy="170" r="7" fill="#3C3540" />
<circle cx="160" cy="170" r="7" fill="#3C3540" />
<!-- Giraffe details -->
<ellipse cx="150" cy="190" rx="35" ry="20" fill="#18171D" />
<rect x="130" y="180" width="40" height="30" fill="#555459" />
<circle cx="130" cy="150" r="8" fill="#30292C" />
<circle cx="170" cy="150" r="8" fill="#30292C" />
<!-- Space helmet -->
<circle cx="150" cy="90" r="45" fill="#D6D3DB" />
<circle cx="150" cy="100" r="30" fill="#30292C" />
<!-- Cosmic jellyfish -->
<path fill="#9A56B9" d="M100 200Q130 230 160 200Q190 170 220 200Q190 237 160 200Q130 170 100 200z" />
<path fill="#FF8966" d="M200 100Q220 70 240 100Q220 130 200 100z" />
</svg>
Judge's Analysis
Player 2's image more effectively captures the whimsical concept of a giraffe in a space suit among colorful cosmic jellyfish.
The composition is creative and visually engaging, with clear elements that suggest both the giraffe and the jellyfish.
Player 1's submission lacks clarity and detail, making it harder to discern the intended theme.
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 flamingo wearing a superhero cape flying over city skyscrapers"
"Giant cat drinking from a teacup filled with stars"
"Levitating octopus juggling flaming comet balls"
"Snail in a top hat racing on a skateboard"
"A cat wearing a helmet, surfing a rainbow wave under a starry sky"
"Surreal clock with melting numbers and wings, floating in a cosmic sky"