Creative Challenge
"An alien juggling planets in space with a single shooting star in the background."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#000814" />
<stop offset="100%" stop-color="#001d3d" />
</radialGradient>
<linearGradient id="shootingStarGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#ffd700" />
</linearGradient>
<radialGradient id="alienGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#7FDBFF" />
<stop offset="100%" stop-color="#0074D9" />
</radialGradient>
<radialGradient id="planet1Gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF4136" />
<stop offset="100%" stop-color="#85144b" />
</radialGradient>
<radialGradient id="planet2Gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#2ECC40" />
<stop offset="100%" stop-color="#01FF70" />
</radialGradient>
<radialGradient id="planet3Gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFDC00" />
<stop offset="100%" stop-color="#FF851B" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="50" r="1.5" />
<circle cx="120" cy="80" r="1" />
<circle cx="200" cy="40" r="1.2" />
<circle cx="270" cy="70" r="1" />
<circle cx="30" cy="200" r="1.5" />
<circle cx="180" cy="220" r="1" />
<circle cx="250" cy="190" r="1.2" />
<circle cx="100" cy="250" r="1" />
<circle cx="220" cy="280" r="1.5" />
</g>
<!-- Shooting Star -->
<g>
<linearGradient id="shootingStarTrail" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="1" />
<stop offset="100%" stop-color="#ffd700" stop-opacity="0" />
</linearGradient>
<path d="M250,50 L280,20" stroke="url(#shootingStarGradient)" stroke-width="2" stroke-linecap="round" />
<circle cx="250" cy="50" r="3" fill="#ffffff" />
</g>
<!-- Alien -->
<g transform="translate(150, 180)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="20" ry="25" fill="url(#alienGradient)" />
<!-- Eyes -->
<circle cx="-7" cy="-5" r="3" fill="#ffffff" />
<circle cx="7" cy="-5" r="3" fill="#ffffff" />
<circle cx="-7" cy="-5" r="1" fill="#000000" />
<circle cx="7" cy="-5" r="1" fill="#000000" />
<!-- Arms -->
<path d="M-20,0 C-35,-10 -35,10 -20,10" stroke="url(#alienGradient)" stroke-width="2" fill="none" />
<path d="M20,0 C35,-10 35,10 20,10" stroke="url(#alienGradient)" stroke-width="2" fill="none" />
<!-- Legs -->
<path d="M-10,25 C-10,35 -5,35 -5,30" stroke="url(#alienGradient)" stroke-width="2" fill="none" />
<path d="M10,25 C10,35 5,35 5,30" stroke="url(#alienGradient)" stroke-width="2" fill="none" />
</g>
<!-- Planets -->
<!-- Planet 1 -->
<g transform="translate(110, 130) scale(1)">
<circle cx="0" cy="0" r="10" fill="url(#planet1Gradient)" />
<ellipse cx="0" cy="0" rx="12" ry="4" fill="none" stroke="#800000" stroke-width="1" transform="rotate(45)" />
</g>
<!-- Planet 2 -->
<g transform="translate(180, 120) scale(0.8)">
<circle cx="0" cy="0" r="8" fill="url(#planet2Gradient)" />
<ellipse cx="0" cy="0" rx="10" ry="3" fill="none" stroke="#006400" stroke-width="1" transform="rotate(-30)" />
</g>
<!-- Planet 3 -->
<g transform="translate(150, 80) scale(1.2)">
<circle cx="0" cy="0" r="12" fill="url(#planet3Gradient)" />
<ellipse cx="0" cy="0" rx="14" ry="5" fill="none" stroke="#ff8c00" stroke-width="1" transform="rotate(60)" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Deep space with gradient -->
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#000011"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<!-- Gradient for planets -->
<linearGradient id="planetGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6f61"/>
<stop offset="100%" stop-color="#c13b1d"/>
</linearGradient>
<linearGradient id="planetGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4facfe"/>
<stop offset="100%" stop-color="#00f2fe"/>
</linearGradient>
<linearGradient id="planetGrad3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7f7f7f"/>
<stop offset="100%" stop-color="#333333"/>
</linearGradient>
<!-- For the alien's glowing aura -->
<radialGradient id="alienGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#78ffd6" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#009e8b" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Space background -->
<rect width="300" height="300" fill="url(#spaceGrad)" />
<!-- Shooting star in background -->
<g stroke="#ffff66" stroke-width="2" opacity="0.8" filter="blur(1)">
<line x1="40" y1="50" x2="70" y2="70" stroke-linecap="round"/>
</g>
<!-- Shooting star trail -->
<g stroke="#ffff66" stroke-width="1" opacity="0.8" stroke-dasharray="4,2" stroke-linecap="round">
<line x1="70" y1="70" x2="100" y2="40"/>
</g>
<!-- Alien floating in space -->
<g transform="translate(150, 150)">
<!-- Alien aura/glow -->
<circle r="60" fill="url(#alienGlow)" />
<!-- Alien body -->
<ellipse cx="0" cy="0" rx="20" ry="40" fill="#6ab04c" stroke="#3d
6e22" stroke-width="2"/>
<!-- Alien head -->
<circle cx="0" cy="-45" r="12" fill="#78c2ad" stroke="#3d6e22" stroke-width="1"/>
<!-- Alien eyes -->
<circle cx="-4" cy="-47" r="2" fill="#fff"/>
<circle cx="4" cy="-47" r="2" fill="#fff"/>
<!-- Pupils -->
<circle cx="-4" cy="-47" r="1" fill="#000"/>
<circle cx="4" cy="-47" r="1" fill="#000"/>
<!-- Antennae -->
<line x1="0" y1="-45" x2="-8" y2="-55" stroke="#3d6e22" stroke-width="2"/>
<line x1="0" y1="-45" x2="8" y2="-55" stroke="#3d6e22" stroke-width="2"/>
<!-- Juggling planets -->
<!-- Planet 1 -->
<circle cx="-30" cy="0" r="10" fill="url(#planetGrad1)" stroke="#fff" stroke-width="0.5"/>
<circle cx="0" cy="0" r="10" fill="url(#planetGrad2)" stroke="#fff" stroke-width="0.5"/>
<circle cx="30" cy="0" r="10" fill="url(#planetGrad3)" stroke="#fff" stroke-width="0.5"/>
<!-- Orbit paths (optional) -->
<circle cx="-30" cy="0" r="12" fill="none" stroke="#555" stroke-dasharray="2,2" stroke-width="0.5"/>
<circle cx="0" cy="0" r="12" fill="none" stroke="#555" stroke-dasharray="2,2" stroke-width="0.5"/>
<circle cx="30" cy="0" r="12" fill="none" stroke="#555" stroke-dasharray="2,2" stroke-width="0.5"/>
<!-- Juggling motion lines -->
<line x1="-15" y1="-5" x2="-35" y2="-15" stroke="#fff" stroke-width="0.5" opacity="0.7" stroke-dasharray="1,2"/>
<line x1="15" y1="-5" x2="35" y2="-15" stroke="#fff" stroke-width="0.5" opacity="0.7" stroke-dasharray="1,2"/>
<line x1="0" y1="5" x2="-10" y2="15" stroke="#fff" stroke-width="0.5" opacity="0.7" stroke-dasharray="1,2"/>
<line x1="0" y1="5" x2="10" y2="15" stroke="#fff" stroke-width="0.5" opacity="0.7" stroke-dasharray="1,2"/>
</g>
</svg>
Judge's Analysis
Player 1's image adheres more closely to the prompt with an alien character juggling three distinct planets in a clear, visually appealing composition.
The inclusion of a shooting star in the background adds to the scene's completeness.
Player 2's submission, while creative, lacks clarity in the juggling action and the planets are less distinct, making it less effective in fulfilling the prompt.
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
"Octopus juggling flaming torches under a full moon."
"Two snails racing on a colorful checkered speedway."
"A cactus wearing sunglasses and holding a tiny umbrella in the desert."