Creative Challenge
"Astronaut disco dancing with a robot on the moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Starry Background -->
<defs>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f9f9f9" />
<stop offset="70%" stop-color="#e1e1e1" />
<stop offset="100%" stop-color="#c4c4c4" />
</radialGradient>
<radialGradient id="discoGlow" cx="50%" cy="50%" r="100%" fx="50%" fy="50%">
<stop offset="0%" stop-color="rgba(255,0,255,0.8)" />
<stop offset="50%" stop-color="rgba(0,255,255,0.4)" />
<stop offset="100%" stop-color="rgba(0,0,0,0)" />
</radialGradient>
<pattern id="starPattern" width="50" height="50" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="0.8" fill="white" />
<circle cx="25" cy="15" r="0.6" fill="white" />
<circle cx="40" cy="40" r="1" fill="white" />
<circle cx="15" cy="32" r="0.7" fill="white" />
<circle cx="35" cy="5" r="0.5" fill="white" />
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2.5" result="blur"/>
<feComposite in="SourceGraphic" in2="blur" operator="over"/>
</filter>
<linearGradient id="robotGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8e8e8e" />
<stop offset="50%" stop-color="#606060" />
<stop offset="100%" stop-color="#424242" />
</linearGradient>
<linearGradient id="discoBallGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="50%" stop-color="#e0e0e0" />
<stop offset="100%" stop-color="#c0c0c0" />
</linearGradient>
</defs>
<!-- Space Background -->
<rect width="300" height="300" fill="#0a0a2a" />
<rect width="300" height="300" fill="url(#starPattern)" />
<!-- Moon Surface -->
<ellipse cx="150" cy="280" rx="180" ry="60" fill="url(#moonGlow)" />
<!-- Disco Light Effect -->
<circle cx="150" cy="80" r="120" fill="url(#discoGlow)" opacity="0.7">
<animate attributeName="opacity" values="0.5;0.8;0.5" dur="2s" repeatCount="indefinite" />
</circle>
<!-- Disco Ball -->
<g transform="translate(150, 50)">
<line x1="0" y1="-20" x2="0" y2="0" stroke="#aaa" stroke-width="2" />
<circle cx="0" cy="0" r="15" fill="url(#discoBallGradient)" />
<g>
<circle cx="0" cy="0" r="15" fill="none" stroke="#fff" stroke-width="0.5" />
<circle cx="0" cy="0" r="12" fill="none" stroke="#fff" stroke-width="0.5" />
<circle cx="0" cy="0" r="9" fill="none" stroke="#fff" stroke-width="0.5" />
<circle cx="0" cy="0" r="6" fill="none" stroke="#fff" stroke-width="0.5" />
<circle cx="0" cy="0" r="3" fill="none" stroke="#fff" stroke-width="0.5" />
<line x1="-15" y1="0" x2="15" y2="0" stroke="#fff" stroke-width="0.5" />
<line x1="0" y1="-15" x2="0" y2="15" stroke="#fff" stroke-width="0.5" />
<line x1="-10.6" y1="-10.6" x2="10.6" y2="10.6" stroke="#fff" stroke-width="0.5" />
<line x1="-10.6" y1="10.6" x2="10.6" y2="-10.6" stroke="#fff" stroke-width="0.5" />
</g>
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite" />
</g>
<!-- Light Beams -->
<g opacity="0.7">
<path d="M120,80 L70,280" fill="none" stroke="cyan" stroke-width="2" opacity="0.5" />
<path d="M150,80 L150,280" fill="none" stroke="magenta" stroke-width="2" opacity="0.5" />
<path d="M180,80 L230,280" fill="none" stroke="yellow" stroke-width="2" opacity="0.5" />
<path d="M100,80 L30,280" fill="none" stroke="lime" stroke-width="2" opacity="0.5" />
<path d="M200,80 L270,280" fill="none" stroke="orange" stroke-width="2" opacity="0.5" />
</g>
<!-- Astronaut -->
<g transform="translate(110, 180)">
<!-- Astronaut Body -->
<ellipse cx="0" cy="20" rx="15" ry="20" fill="white" />
<!-- Helmet -->
<circle cx="0" cy="-5" r="12" fill="white" stroke="#ccc" stroke-width="1" />
<!-- Visor -->
<path d="M-7,-8 C-7,-3 7,-3 7,-8" fill="#5da9e9" stroke="#222" stroke-width="0.5" />
<!-- Life Support Pack -->
<rect x="-12" y="-2" width="8" height="15" rx="2" fill="#ddd" stroke="#bbb" stroke-width="0.5" />
<!-- Dancing Legs -->
<g>
<path d="M-2,40 L-15,55" stroke="white" stroke-width="5" stroke-linecap="round" />
<path d="M2,40 L18,55" stroke="white" stroke-width="5" stroke-linecap="round" />
<animateTransform attributeName="transform" type="rotate" values="-15;15;-15" dur="0.8s" repeatCount="indefinite" />
</g>
<!-- Dancing Arms -->
<g>
<path d="M-12,12 L-25,0" stroke="white" stroke-width="5" stroke-linecap="round" />
<path d="M12,12 L25,0" stroke="white" stroke-width="5" stroke-linecap="round" />
<animateTransform attributeName="transform" type="rotate" values="5;-5;5" dur="0.5s" repeatCount="indefinite" />
</g>
<!-- Disco Pose Animation -->
<animateTransform attributeName="transform" type="translate" values="0,0;0,-5;0,0" dur="0.8s" repeatCount="indefinite" additive="sum" />
</g>
<!-- Robot -->
<g transform="translate(190, 175)">
<!-- Robot Body -->
<rect x="-12" y="0" width="24" height="30" rx="3" fill="url(#robotGradient)" stroke="#333" stroke-width="1" />
<!-- Robot Head -->
<rect x="-10" y="-15" width="20" height="15" rx="2" fill="url(#robotGradient)" stroke="#333" stroke-width="1" />
<!-- Robot Eyes -->
<circle cx="-4" cy="-8" r="2" fill="#ff0000">
<animate attributeName="fill" values="#ff0000;#ff6600;#ff0000" dur="1s" repeatCount="indefinite" />
</circle>
<circle cx="4" cy="-8" r="2" fill="#ff0000">
<animate attributeName="fill" values="#ff0000;#ff6600;#ff0000" dur="1s" repeatCount="indefinite" />
</circle>
<!-- Robot Mouth -->
<rect x="-5" y="-2" width="10" height="2" fill="#333">
<animate attributeName="width" values="10;5;10" dur="2s" repeatCount="indefinite" />
</rect>
<!-- Robot Arms -->
<g>
<line x1="-12" y1="10" x2="-25" y2="0" stroke="#555" stroke-width="3" stroke-linecap="round" />
<line x1="12" y1="10" x2="25" y2="15" stroke="#555" stroke-width="3" stroke-linecap="round" />
<animateTransform attributeName="transform" type="rotate" values="-8;8;-8" dur="0.7s" repeatCount="indefinite" />
</g>
<!-- Robot Legs -->
<g>
<line x1="-7" y1="30" x2="-7" y2="45" stroke="#555" stroke-width="4" stroke-linecap="round" />
<line x1="7" y1="30" x2="7" y2="45" stroke="#555" stroke-width="4" stroke-linecap="round" />
<animateTransform attributeName="transform" type="rotate" values="8;-8;8" dur="0.6s" repeatCount="indefinite" />
</g>
<!-- Disco Pose Animation -->
<animateTransform attributeName="transform" type="translate" values="0,0;0,-3;0,0" dur="0.6s" repeatCount="indefinite" additive="sum" />
</g>
<!-- Moon Craters -->
<circle cx="90" cy="270" r="10" fill="#c0c0c0" stroke="#b0b0b0" stroke-width="1" />
<circle cx="200" cy="275" r="8" fill="#c0c0c0" stroke="#b0b0b0" stroke-width="1" />
<circle cx="250" cy="260" r="5" fill="#c0c0c0" stroke="#b0b0b0" stroke-width="1" />
<circle cx="40" cy="260" r="7" fill="#c0c0c0" stroke="#b0b0b0" stroke-width="1" />
<circle cx="150" cy="270" r="6" fill="#c0c0c0" stroke="#b0b0b0" stroke-width="1" />
<!-- Earth in Background -->
<circle cx="40" cy="60" r="25" fill="#1a66ff" stroke="#3399ff" stroke-width="1" opacity="0.8">
<animate attributeName="opacity" values="0.7;0.9;0.7" dur="5s" repeatCount="indefinite" />
</circle>
<path d="M25,50 Q40,45 55,50 Q60,65 45,70 Q30,65 25,50" fill="#33cc33" opacity="0.8" />
<!-- Colorful Music Notes Floating Around -->
<g>
<path d="M60,130 c0.5,0 1,-1 1,-1.5 l0,-12 c0,-0.5 -0.5,-1 -1,-1 s-1,0.5 -1,1 l0,12 c0,0.5 0.5,1 1,1.5 z M60,116 c0,0 -1.5,-1.5 -4,-1 s-2.5,3 -0.5,4 s3,-0.5 4.5,-3 z" fill="#ff3399" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite" />
<animateTransform attributeName="transform" type="translate" values="0,0;10,-20;20,-40" dur="3s" repeatCount="indefinite" />
</path>
<path d="M250,160 c0.5,0 1,-1 1,-1.5 l0,-12 c0,-0.5 -0.5,-1 -1,-1 s-1,0.5 -1,1 l0,12 c0,0.5 0.5,1 1,1.5 z M250,146 c0,0 -1.5,-1.5 -4,-1 s-2.5,3 -0.5,4 s3,-0.5 4.5,-3 z" fill="#33ff99" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="4s" repeatCount="indefinite" />
<animateTransform attributeName="transform" type="translate" values="0,0;-15,-25;-30,-50" dur="4s" repeatCount="indefinite" />
</path>
<path d="M200,110 c0.5,0 1,-1 1,-1.5 l0,-12 c0,-0.5 -0.5,-1 -1,-1 s-1,0.5 -1,1 l0,12 c0,0.5 0.5,1 1,1.5 z M200,96 c0,0 -1.5,-1.5 -4,-1 s-2.5,3 -0.5,4 s3,-0.5 4.5,-3 z" fill="#cc99ff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="5s" repeatCount="indefinite" />
<animateTransform attributeName="transform" type="translate" values="0,0;-10,-15;-20,-30" dur="5s" repeatCount="indefinite" />
</path>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<defs>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#d9dce2" />
<stop offset="100%" stop-color="#a9adb3" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#moonGradient)" />
<!-- Moon surface -->
<ellipse cx="150" cy="250" rx="200" ry="80" fill="#aaa" />
<!-- Stars -->
<circle cx="20" cy="30" r="1.5" fill="#fff" />
<circle cx="80" cy="60" r="1.5" fill="#fff" />
<circle cx="250" cy="50" r="1.5" fill="#fff" />
<circle cx="200" cy="90" r="1.5" fill="#fff" />
<!-- Astronaut -->
<g transform="translate(70, 160)">
<ellipse cx="0" cy="0" rx="15" ry="20" fill="#fff" stroke="#888" stroke-width="0.5" />
<circle cx="0" cy="-40" r="10" fill="url(#moonGradient)" stroke="#888" stroke-width="0.5" />
<path d="M-8,-25 Q0,-35 8,-25 Q0,-15 -8,-25" fill="#87CEEB" />
<path d="M-12,0 L12,0 L15,15 L-15,15 L-12,0" fill="#ddd" />
<line x1="-12" y1="10" x2="-25" y2="35" stroke="#888" stroke-width="2" />
<line x1="12" y1="10" x2="25" y2="35" stroke="#888" stroke-width="2" />
<line x1="-5" y1="15" x2="-10" y2="35" stroke="#888" stroke-width="2" />
<line x1="5" y1="15" x2="10" y2="35" stroke="#888" stroke-width="2" />
</g>
<!-- Robot -->
<g transform="translate(200, 180)">
<rect x="-12" y="-12" width="24" height="24" fill="#c0c0c0" stroke="#888" stroke-width="1" />
<rect x="-15" y="12" width="30" height="10" fill="#333" />
<circle cx="-6" cy="-20" r="3" fill="#e0dede" />
<circle cx="6" cy="-20" r="3" fill="#e0dede" />
<line x1="-12" y1="-12" x2="-25" y2="-35" stroke="#888" stroke-width="2" />
<line x1="12" y1="-12" x2="25" y2="-35" stroke="#888" stroke-width="2" />
<line x1="-10" y1="22" x2="-15" y2="35" stroke="#888" stroke-width="2" />
<line x1="10" y1="22" x2="15" y2="35" stroke="#888" stroke-width="2" />
<rect x="-4" y="-8" width="8" height="6" fill="#DAA520" />
</g>
<!-- Disco Ball -->
<g transform="translate(150, 90)">
<circle cx="0" cy="0" r="20" fill="url(#moonGradient)" stroke="#888" stroke-width="0.5" />
<line x1="-15" y1="0" x2="15" y2="0" stroke="#888" stroke-width="0.5" />
<line x1="0" y1="-15" x2="0" y2="15" stroke="#888" stroke-width="0.5" />
<line x1="-10" y1="-10" x2="10" y2="10" stroke="#888" stroke-width="0.5" />
<line x1="10" y1="-10" x2="-10" y2="10" stroke="#888" stroke-width="0.5" />
</g>
<!-- Reflection of lights -->
<circle cx="150" cy="270" r="100" fill="none" stroke="#ffffe0" stroke-width="0.8" stroke-dasharray="1,10" />
</svg>
Judge's Analysis
Player 1's image captures the theme of 'Astronaut disco dancing with a robot on the moon' more effectively through the use of vibrant colors and dynamic poses.
The inclusion of disco lights and a lively setting enhances the visual appeal and creativity, making it more engaging and aligned with the prompt.
Player 2's image, while technically clean, lacks the dynamic and thematic elements that define a disco dancing scene.
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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"
"Flying cat playing chess with a tiny, animated raincloud"