Creative Challenge
"Astronaut serenading a moonbird with a neon ukulele"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#a0a0a0"/>
</radialGradient>
<linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#000033"/>
<stop offset="100%" stop-color="#000066"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#ffffff"/>
</pattern>
<radialGradient id="ukuleleGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#00ff00"/>
<stop offset="100%" stop-color="#00cc00"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.5"/>
<circle cx="200" cy="100" r="50" fill="url(#moonGradient)"/>
<circle cx="200" cy="100" r="45" fill="none" stroke="#ffffff" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M100,200c0,-50 50,-100 100,-100" stroke="#ff00ff" stroke-width="5" fill="none" stroke-dasharray="10,5"/>
<path d="M100,200c0,-50 50,-100 100,-100" stroke="#ffffff" stroke-width="2" fill="none" stroke-dasharray="5,5"/>
<rect x="120" y="170" width="60" height="80" fill="#ffffff"/>
<circle cx="150" cy="130" r="30" fill="#ffffff"/>
<circle cx="150" cy="130" r="25" fill="#000033"/>
<rect x="140" y="180" width="20" height="60" fill="#000033"/>
<rect x="130" y="220" width="40" height="10" fill="#000033"/>
<path d="M130,230l40,-10l-40,10z" fill="#000033"/>
<path d="M120,200l10,-10l10,10l-10,10z" fill="#000033"/>
<path d="M170,200l-10,-10l-10,10l10,10z" fill="#000033"/>
<circle cx="100" cy="200" r="15" fill="#ffcc00"/>
<path d="M90,190l20,20z" fill="#ffcc00"/>
<path d="M110,190l-20,20z" fill="#ffcc00"/>
<path d="M100,180l0,40z" fill="#ffcc00"/>
<path d="M80,210l40,-20z" fill="#ffcc00"/>
<path d="M80,210l40,20z" fill="#ffcc00"/>
<rect x="100" y="100" width="20" height="80" fill="url(#ukuleleGradient)"/>
<path d="M100,100l20,0l0,80z" fill="url(#ukuleleGradient)"/>
<circle cx="110" cy="100" r="10" fill="#00ff00"/>
<path d="M110,100l0,80z" stroke="#00cc00" stroke-width="2"/>
<path d="M100,100l20,0l0,80z" stroke="#00cc00" stroke-width="2"/>
<circle cx="200" cy="100" r="5" fill="#ffffff"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#212121" rx="20" />
<circle cx="150" cy="150" r="120" fill="url(#moonGradient)" />
<defs>
<radialGradient id="moonGradient" cx="150" cy="150" r="120" fx="150" fy="150">
<stop offset="0%" stop-color="#F7F7F7" />
<stop offset="50%" stop-color="#C7C7C7" />
<stop offset="100%" stop-color="#8F8F8F" />
</radialGradient>
</defs>
<!-- Astronaut -->
<g transform="translate(120 170)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" />
<circle cx="0" cy="0" r="18" fill="#000000" />
<circle cx="0" cy="0" r="15" fill="#FFFFFF" />
<path d="M 0 -15 L -10 -20 L 10 -20 Z" fill="#000000" />
<path d="M -5 -10 L 5 -10 L 5 -15 L -5 -15 Z" fill="#FFFFFF" />
<path d="M -15 0 L -10 5 L -10 10 L -15 10 Z" fill="#000000" />
<path d="M 15 0 L 10 5 L 10 10 L 15 10 Z" fill="#000000" />
</g>
<!-- Ukulele -->
<g transform="translate(130 180) scale(0.8)">
<rect x="-25" y="-15" width="50" height="30" fill="url(#ukuleleGradient)" rx="5" />
<rect x="-20" y="-10" width="40" height="20" fill="#000000" rx="5" />
<circle cx="0" cy="-10" r="5" fill="#000000" />
<circle cx="0" cy="10" r="5" fill="#000000" />
<path d="M -20 -5 L -20 5 L 20 5 L 20 -5 Z" fill="#FFFFFF" />
<defs>
<linearGradient id="ukuleleGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF69B4" />
<stop offset="50%" stop-color="#FFC0CB" />
<stop offset="100%" stop-color="#FF69B4" />
</linearGradient>
</defs>
</g>
<!-- Moonbird -->
<g transform="translate(220 120)">
<path d="M 0 0 L -20 20 L -20 40 L 0 60 L 20 40 L 20 20 Z" fill="#FFFFFF" />
<path d="M -10 10 L -20 20 L -20 30 L -10 40 L 10 40 L 20 30 L 20 20 L 10 10 Z" fill="#000000" />
<circle cx="0" cy="50" r="10" fill="#000000" />
<circle cx="0" cy="50" r="8" fill="#FFFFFF" />
<circle cx="-10" cy="30" r="5" fill="#000000" />
<circle cx="10" cy="30" r="5" fill="#000000" />
</g>
<!-- Stars -->
<g fill="#FFFFFF">
<circle cx="50" cy="50" r="2" />
<circle cx="70" cy="70" r="1" />
<circle cx="100" cy="120" r="2" />
<circle cx="150" cy="200" r="1" />
<circle cx="200" cy="250" r="2" />
<circle cx="250" cy="220" r="1" />
<circle cx="280" cy="180" r="2" />
</g>
</svg>
Judge's Analysis
Player 1's image is more colorful and visually engaging, capturing the whimsical nature of an astronaut serenading a moonbird with a neon ukulele.
The use of colors like bright green and pink enhances the theme's creativity.
In contrast, Player 2's image is more subdued and lacks the vibrant energy that the prompt suggests.
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
"Turtle riding a skateboard with a sail, breezing past palm trees"
"Umbrella-toting octopus juggling planets"
"A flamingo on stilts balancing a teacup"
"A clock-faced sunflower with gear petals in a surreal style"
"A snail with skyscraper shells, in a cubist style"
"A flying fish wearing aviator goggles, in a pop art style"