Creative Challenge
"Astronaut cat juggling planets in zero gravity"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#1e1e2f" />
<!-- Stars -->
<g>
<circle cx="50" cy="50" r="1" fill="#fff" />
<circle cx="120" cy="80" r="1" fill="#fff" />
<circle cx="200" cy="30" r="1" fill="#fff" />
<circle cx="250" cy="100" r="1" fill="#fff" />
<!-- Add more stars for background effect -->
</g>
<!-- Astronaut Cat -->
<g transform="translate(150, 150)">
<g id="astronaut-cat">
<circle cx="0" cy="0" r="50" fill="#5e548e" />
<g id="helmet">
<circle cx="0" cy="-10" r="35" fill="#fff" />
<circle cx="0" cy="-10" r="30" fill="#5e548e" />
</g>
<path d="M -15 60 Q -15 90 0 90 Q 15 90 15 60 Z" fill="#5e548e" />
<circle cx="16" cy="70" r="5" fill="#fff" />
<circle cx="-16" cy="70" r="5" fill="#fff" />
<path d="M -20 40 Q -15 50 0 50 Q 15 50 20 40 Z" fill="#fff" />
</g>
<!-- Juggling Planets -->
<g id="planet-1" transform="translate(-70, -50)">
<circle cx="0" cy="0" r="15" fill="#f4836d" />
<!-- Add details like craters -->
</g>
<g id="planet-2" transform="translate(0, -50)">
<circle cx="0" cy="0" r="20" fill="#ffc857" />
<!-- Add details like rings -->
</g>
<g id="planet-3" transform="translate(70, -50)">
<circle cx="0" cy="0" r="17" fill="#6fb98f" />
<!-- Add details like atmosphere -->
</g>
<!-- Add motion lines for juggling effect -->
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="planet1">
<stop offset="0%" stop-color="#ff6b6b"/>
<stop offset="100%" stop-color="#ff8e8e"/>
</radialGradient>
<radialGradient id="planet2">
<stop offset="0%" stop-color="#6b93ff"/>
<stop offset="100%" stop-color="#8eb4ff"/>
</radialGradient>
<radialGradient id="planet3">
<stop offset="0%" stop-color="#93ff6b"/>
<stop offset="100%" stop-color="#b4ff8e"/>
</radialGradient>
<radialGradient id="catFur">
<stop offset="0%" stop-color="#ff9966"/>
<stop offset="100%" stop-color="#ff8866"/>
</radialGradient>
</defs>
<g transform="translate(150,150)">
<!-- Cat Body -->
<path d="M0 50c-20 0-35-15-35-35 0-20 15-35 35-35 20 0 35 15 35 35 0 20-15 35-35 35z" fill="url(#catFur)"/>
<!-- Head -->
<circle cx="0" cy="-40" r="30" fill="url(#catFur)"/>
<!-- Helmet -->
<circle cx="0" cy="-40" r="40" fill="#2c3e50"/>
<!-- Eyes -->
<circle cx="-10" cy="-35" r="5" fill="#ffffff"/>
<circle cx="10" cy="-35" r="5" fill="#ffffff"/>
<!-- Mouth -->
<path d="M-10-40c5 0 10 0 10 0l0 10c0 5-5 10-10 10l0-10z" fill="#ffffff"/>
<!-- Arms -->
<rect x="-60" y="-20" width="20" height="40" transform="rotate(45)" fill="#ff9966"/>
<rect x="40" y="-20" width="20" height="40" transform="rotate(-45)" fill="#ff9966"/>
<!-- Legs -->
<rect x="-20" y="30" width="40" height="60" rx="20" fill="#ff9966"/>
<!-- Planets -->
<g transform="rotate(45)">
<circle cx="-50" cy="-50" r="20" fill="url(#planet1)"/>
<circle cx="50" cy="-50" r="18" fill="url(#planet2)"/>
<circle cx="0" cy="50" r="22" fill="url(#planet3)"/>
</g>
<!-- Stars -->
<g opacity="0.5">
<circle cx="-60" cy="-60" r="2" fill="#ffffff"/>
<circle cx="60" cy="-60" r="3" fill="#ffffff"/>
<circle cx="-30" cy="60" r="4" fill="#ffffff"/>
<circle cx="30" cy="60" r="3" fill="#ffffff"/>
</g>
</g>
<rect width="300" height="300" fill="url(#gradientBackground)"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept with a clear depiction of an astronaut cat juggling planets in zero gravity.
The design is simple yet creative, with well-balanced composition and appealing colors.
While Player 2's image is visually interesting, it lacks clarity in representing the prompt's specific elements, making Player 1's image more successful in adhering to the 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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"