Creative Challenge
"Astronaut on a unicycle juggling planets in space"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#0B0B2A"/>
<stop offset="100%" style="stop-color:#000005"/>
</radialGradient>
<radialGradient id="planetGrad1">
<stop offset="0%" style="stop-color:#FF6B6B"/>
<stop offset="100%" style="stop-color:#FF1717"/>
</radialGradient>
<radialGradient id="planetGrad2">
<stop offset="0%" style="stop-color:#54D1FF"/>
<stop offset="100%" style="stop-color:#018ABB"/>
</radialGradient>
<radialGradient id="planetGrad3">
<stop offset="0%" style="stop-color:#FFD93D"/>
<stop offset="100%" style="stop-color:#FF9A00"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="1"/>
<circle cx="100" cy="80" r="1.5"/>
<circle cx="200" cy="60" r="1"/>
<circle cx="250" cy="90" r="1.2"/>
<circle cx="80" cy="200" r="1"/>
<circle cx="180" cy="250" r="1.5"/>
<circle cx="220" cy="180" r="1"/>
<circle cx="40" cy="150" r="1.2"/>
</g>
<!-- Unicycle -->
<g transform="translate(150,170)">
<circle cx="0" cy="0" r="20" fill="none" stroke="#silver" stroke-width="3"/>
<line x1="0" y1="-20" x2="0" y2="-70" stroke="#silver" stroke-width="3"/>
</g>
<!-- Astronaut -->
<g transform="translate(150,120)">
<!-- Suit -->
<path d="M -20,-30 C -25,-10 -25,20 -15,30 C -5,40 5,40 15,30 C 25,20 25,-10 20,-30 Z"
fill="#white" stroke="#gray" stroke-width="2"/>
<!-- Helmet -->
<circle cx="0" cy="-35" r="15" fill="#silver"/>
<ellipse cx="0" cy="-35" rx="12" ry="13" fill="#86C5DA"/>
<!-- Arms juggling -->
<path d="M -15,-10 C -30,-30 -40,-40 -50,-20" fill="none" stroke="#white" stroke-width="3"/>
<path d="M 15,-10 C 30,-30 40,-40 50,-20" fill="none" stroke="#white" stroke-width="3"/>
</g>
<!-- Juggling Planets -->
<g>
<circle cx="100" cy="80" r="15" fill="url(#planetGrad1)"/>
<circle cx="150" cy="40" r="20" fill="url(#planetGrad2)"/>
<circle cx="200" cy="80" r="18" fill="url(#planetGrad3)"/>
<!-- Planet Rings -->
<ellipse cx="150" cy="40" rx="25" ry="5" fill="none" stroke="#86C5DA" stroke-width="2" transform="rotate(-15,150,40)"/>
<path d="M185,80 A20,5 0 1,0 215,80" fill="none" stroke="#FFD700" stroke-width="2"/>
</g>
<!-- Motion Lines -->
<g stroke="#4A90E2" stroke-width="1" opacity="0.5">
<path d="M 100,80 Q 150,60 200,80" fill="none" stroke-dasharray="2,2"/>
<path d="M 200,80 Q 150,100 100,80" fill="none" stroke-dasharray="2,2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient">
<stop offset="0%" stop-color="#000"/>
<stop offset="100%" stop-color="#001a3c"/>
</radialGradient>
<pattern id="stars" x="0" y="0" width="300" height="300">
<circle cx="5" cy="5" r="1" fill="#fff"/>
<circle cx="20" cy="30" r="1.5" fill="#fff"/>
<circle cx="40" cy="20" r="2" fill="#fff"/>
<circle cx="60" cy="40" r="1" fill="#fff"/>
<circle cx="80" cy="15" r="1.5" fill="#fff"/>
</pattern>
<linearGradient id="visor" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#333"/>
<stop offset="100%" stop-color="#666"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="20" fill="#888"/>
<rect x="-20" y="-10" width="40" height="60" fill="#666" rx="5"/>
<g transform="translate(0,-30)">
<circle cx="0" cy="0" r="25" fill="#fff">
<animate attributeName="r" from="25" to="27" dur="1s" repeatCount="indefinite" />
</circle>
<circle cx="0" cy="0" r="20" fill="url(#visor)"/>
<path d="M-10,30 Q0,25 10,30" fill="#fff"/>
</g>
<g transform="translate(0,30)">
<circle cx="0" cy="0" r="10" fill="#fff" stroke="#888" stroke-width="2"/>
<rect x="-10" y="-10" width="20" height="40" fill="#666" rx="5"/>
</g>
<g transform="translate(0,50)">
<circle cx="0" cy="0" r="50" fill="#444">
<animate attributeName="r" from="50" to="55" dur="1s" repeatCount="indefinite" />
</circle>
<circle cx="0" cy="0" r="45" fill="url(#spaceGradient)"/>
<g transform="rotate(0 0 0)">
<circle cx="-20" cy="-20" r="15" fill="#66c2ff" opacity="0.8"/>
<circle cx="20" cy="-20" r="10" fill="#ff6b6b" opacity="0.8"/>
<circle cx="0" cy="20" r="12" fill="#90EE90" opacity="0.8"/>
</g>
</g>
<g transform="translate(0,100)">
<rect x="-5" y="-10" width="10" height="20" fill="#666"/>
<circle cx="0" cy="-20" r="15" fill="#fff" stroke="#888" stroke-width="2"/>
<circle cx="0" cy="-20" r="10" fill="#666"/>
</g>
<g transform="translate(0,80)">
<path d="M-30,0 Q0,-20 30,0" stroke="#fff" stroke-width="2" fill="none"/>
<path d="M-30,0 Q0,20 30,0" stroke="#fff" stroke-width="2" fill="none"/>
</g>
</g>
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="10" fill="#66c2ff" opacity="0.8"/>
<circle cx="0" cy="0" r="8" fill="#fff" opacity="0.5"/>
</g>
<g transform="translate(200,100)">
<circle cx="0" cy="0" r="10" fill="#ff6b6b" opacity="0.8"/>
<circle cx="0" cy="0" r="8" fill="#fff" opacity="0.5"/>
</g>
<g transform="translate(150,50)">
<circle cx="0" cy="0" r="15" fill="#90EE90" opacity="0.8"/>
<circle cx="0" cy="0" r="12" fill="#fff" opacity="0.5"/>
</g>
<rect width="300" height="300" fill="url(#stars)" opacity="0.5"/>
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt by clearly depicting an astronaut figure on a unicycle with planets arranged to suggest juggling.
The technical quality is strong, with clean lines and a coherent composition.
While Player 1's image has an appealing simplicity, it lacks clear representation of a unicycle or astronaut, making Player 2's submission more aligned with the creative concept.
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
"Snail race with snails wearing racing helmets on a checkered track"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"
"Sunglasses-wearing cactus surfing a desert sand wave"