Creative Challenge
"A chicken wearing astronaut gear on the moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Space gradient -->
<defs>
<linearGradient id="spaceGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" style="stop-color:#0b0b3b;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
</linearGradient>
<!-- Moon surface texture -->
<linearGradient id="moonGradient" x1="0" y1="0" x2="300" y2="300">
<stop offset="0%" style="stop-color:#4a4a4a;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#8a8a8a;stop-opacity:1"/>
</linearGradient>
<!-- Chicken body gradient -->
<radialGradient id="chickenBody" cx="150" cy="200" r="50" fx="150" fy="180">
<stop offset="0%" style="stop-color:#8b4513;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#6b3f1e;stop-opacity:1"/>
</radialGradient>
<!-- Helmet gold gradient -->
<linearGradient id="goldGradient" x1="0" y1="0" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#c86a17;stop-opacity:1"/>
</linearGradient>
</defs>
<!-- Moon surface -->
<rect x="50" y="150" width="200" height="150" fill="url(#moonGradient)"/>
<!-- Moon craters -->
<circle cx="120" cy="180" r="10" fill="#3a3a3a"/>
<circle cx="200" cy="200" r="15" fill="#3a3a3a"/>
<circle cx="160" cy="170" r="5" fill="#3a3a3a"/>
<!-- Stars -->
<g id="stars">
<circle cx="20" cy="20" r="1" fill="white"/>
<circle cx="80" cy="40" r="1" fill="white"/>
<circle cx="140" cy="60" r="1" fill="white"/>
<circle cx="200" cy="80" r="1" fill="white"/>
<circle cx="260" cy="100" r="1" fill="white"/>
<circle cx="300" cy="120" r="1" fill="white"/>
<circle cx="240" cy="140" r="1" fill="white"/>
<circle cx="180" cy="160" r="1" fill="white"/>
<circle cx="120" cy="180" r="1" fill="white"/>
<circle cx="60" cy="200" r="1" fill="white"/>
</g>
<!-- Chicken body -->
<ellipse cx="150" cy="200" rx="50" ry="40" fill="url(#chickenBody)"/>
<!-- Chicken legs -->
<path d="M150,240 l-20,-20 l10,30 l20,-20 l10,30" fill="none" stroke="#8b4513" stroke-width="4"/>
<!-- Chicken feet -->
<rect x="120" y="230" width="20" height="10" fill="#8b4513"/>
<rect x="160" y="230" width="20" height="10" fill="#8b4513"/>
<!-- Chicken head -->
<ellipse cx="150" cy="170" rx="20" ry="15" fill="url(#chickenBody)"/>
<!-- Chicken eye -->
<circle cx="140" cy="165" r="3" fill="white"/>
<!-- Chicken beak -->
<path d="M160,170 l20,0 l-10,5 z" fill="#ffd700"/>
<!-- Astronaut helmet -->
<ellipse cx="150" cy="160" rx="25" ry="20" fill="url(#goldGradient)"/>
<circle cx="150" cy="155" r="5" fill="white"/>
<circle cx="145" cy="158" r="3" fill="white"/>
<circle cx="155" cy="158" r="3" fill="white"/>
<!-- Helmet visor -->
<circle cx="150" cy="160" r="18" fill="rgba(255,255,255,0.3)"/>
<!-- Astronaut suit details -->
<path d="M140,180 l20,0 l10,20 l-20,0 z" fill="url(#chickenBody)"/>
<path d="M140,200 l20,0 l10,-20 l-20,0 z" fill="url(#chickenBody)"/>
<!-- Moon shadow -->
<ellipse cx="150" cy="210" rx="60" ry="20" fill="rgba(0,0,0,0.3)"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1a0529;stop-opacity:1" />
<stop offset="30%" style="stop-color:#2c0b3e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0d0212;stop-opacity:1" />
</radialGradient>
<radialGradient id="earthGrad" cx="50%" cy="50%" r="50%" fx="35%" fy="35%">
<stop offset="0%" style="stop-color:#ffffff;" />
<stop offset="25%" style="stop-color:#ADD8E6;" />
<stop offset="50%" style="stop-color:#228B22;" />
<stop offset="100%" style="stop-color:#00008B;" />
</radialGradient>
<radialGradient id="visorReflection" cx="0.35" cy="0.35" r="0.65">
<stop offset="0%" style="stop-color:white; stop-opacity:0.5" />
<stop offset="50%" style="stop-color:white; stop-opacity:0.15" />
<stop offset="100%" style="stop-color:transparent; stop-opacity:0" />
</radialGradient>
<linearGradient id="suitShade" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#f8f8f8;" />
<stop offset="100%" style="stop-color:#d0d0d0;" />
</linearGradient>
<linearGradient id="moonCraterGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#909090;" />
<stop offset="100%" style="stop-color:#606060;" />
</linearGradient>
<filter id="starGlow">
<feGaussianBlur stdDeviation="0.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGrad)" />
<!-- Stars -->
<g filter="url(#starGlow)">
<circle cx="50" cy="30" r="1.5" fill="#FFFFF0" opacity="0.9"/>
<circle cx="100" cy="50" r="1" fill="#F0F8FF" opacity="0.7"/>
<circle cx="200" cy="20" r="2" fill="#FFFFE0" opacity="0.8"/>
<circle cx="250" cy="80" r="1.2" fill="#F0F8FF" opacity="0.9"/>
<circle cx="150" cy="100" r="1" fill="#FFFFE0" opacity="0.6"/>
<circle cx="30" cy="120" r="1.8" fill="#FFFFF0" opacity="0.85"/>
<circle cx="280" cy="150" r="1.3" fill="#F0F8FF" opacity="0.75"/>
<circle cx="180" cy="250" r="1" fill="#FFFFE0" opacity="0.5"/>
<circle cx="80" cy="200" r="1.6" fill="#FFFFF0" opacity="0.9"/>
<circle cx="120" cy="280" r="1.1" fill="#F0F8FF" opacity="0.7"/>
<circle cx="220" cy="180" r="1.9" fill="#FFFFE0" opacity="0.8"/>
<circle cx="70" cy="150" r="0.8" fill="#F0F8FF" opacity="0.9"/>
<circle cx="260" cy="220" r="1.4" fill="#FFFFF0" opacity="0.7"/>
</g>
<!-- Distant Earth -->
<g>
<circle cx="240" cy="60" r="15" fill="url(#earthGrad)" />
<circle cx="243" cy="58" r="7" fill="white" opacity="0.25">
<animateTransform attributeName="transform" type="rotate" from="0 240 60" to="360 240 60" dur="45s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Moon Surface -->
<path d="M0 300 Q80 240 150 230 Q220 220 300 250 L300 300 L0 300 Z" fill="#b0b0b0"/>
<path d="M0 300 Q100 250 150 245 Q200 240 300 260 L300 270 Q150 220 0 270 Z" fill="#989898" opacity="0.8"/>
<!-- Craters -->
<ellipse cx="80" cy="270" rx="30" ry="15" fill="url(#moonCraterGrad)" transform="rotate(-10 80 270)"/>
<ellipse cx="75" cy="268" rx="25" ry="12" fill="#707070" transform="rotate(-10 75 268)"/>
<ellipse cx="210" cy="265" rx="45" ry="20" fill="url(#moonCraterGrad)" />
<ellipse cx="205" cy="263" rx="40" ry="17" fill="#606060" />
<ellipse cx="140" cy="285" rx="20" ry="10" fill="url(#moonCraterGrad)" transform="rotate(15 140 285)"/>
<ellipse cx="142" cy="283" rx="17" ry="8" fill="#656565" transform="rotate(15 142 283)"/>
<!-- Chicken Footprint -->
<g transform="translate(110 245) rotate(-20) scale(0.6)">
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#787878"/>
<rect x="-1.5" y="-10" width="3" height="10" rx="1.5" fill="#787878" transform="rotate(-25 0 0)"/>
<rect x="-1.5" y="-10" width="3" height="10" rx="1.5" fill="#787878"/>
<rect x="-1.5" y="-10" width="3" height="10" rx="1.5" fill="#787878" transform="rotate(25 0 0)"/>
</g>
<!-- Chicken Flag -->
<g transform="translate(60, 235)">
<line x1="0" y1="0" x2="0" y2="-50" stroke="#B0B0B0" stroke-width="3"/>
<rect x="0" y="-50" width="30" height="20" fill="#E8E8E8" stroke="#909090" stroke-width="1"/>
<ellipse cx="15" cy="-40" rx="5" ry="7" fill="#FFF8DC" stroke="#F0E68C" stroke-width="1"/> <!-- Cornsilk egg -->
<path d="M15 -40 L15 -38 L13 -39 Z" fill="#F4A460" opacity="0.5"/> <!-- Tiny yolk spot -->
</g>
<!-- Astronaut Chicken -->
<g id="astronautChicken" transform="translate(165, 185)"> <!-- Adjusted position slightly -->
<!-- Backpack -->
<rect x="-20" y="-25" width="40" height="55" rx="8" fill="#B0C4DE" stroke="#778899" stroke-width="1.5"/>
<rect x="-23" y="-18" width="46" height="10" rx="3" fill="#778899"/>
<line x1="0" y1="-25" x2="0" y2="-45" stroke="#A9A9A9" stroke-width="3"/>
<line x1="0" y1="-45" x2="5" y2="-50" stroke="#A9A9A9" stroke-width="2.5"/>
<circle cx="6" cy="-52" r="3" fill="#FF6347"/> <!-- Tomato red -->
<!-- Suit Body -->
<path d="M0,-30 Q -40,0 -25,40 L25,40 Q40,0 0,-30 Z" fill="url(#suitShade)" stroke="#909090" stroke-width="1.5"/>
<ellipse cx="0" cy="-5" rx="37" ry="10" fill="none" stroke="#5F9EA0" stroke-width="3.5" opacity="0.8"/> <!-- CadetBlue ring -->
<ellipse cx="0" cy="15" rx="31" ry="8" fill="none" stroke="#5F9EA0" stroke-width="3.5" opacity="0.8"/>
<!-- Suit Legs -->
<g id="legs" transform="translate(0, 38)">
<path d="M -22 0 Q -25 20 -15 40 L -5 40 Q -15 20 -12 0 Z" fill="url(#suitShade)" stroke="#909090" stroke-width="1.5"/>
<ellipse cx="-10" cy="40" rx="12" ry="8" fill="#708090" stroke="#506070" stroke-width="1"/> <!-- SlateGray Boot -->
<rect x="-16" y="38" width="12" height="4" fill="#8898A8" rx="1"/>
<path d="M 12 0 Q 15 20 5 40 L 15 40 Q 25 20 22 0 Z" fill="url(#suitShade)" stroke="#909090" stroke-width="1.5"/>
<ellipse cx="10" cy="40" rx="12" ry="8" fill="#708090" stroke="#506070" stroke-width="1"/>
<rect x="4" y="38" width="12" height="4" fill="#8898A8" rx="1"/>
</g>
<!-- Suit Arms -->
<g id="leftArm" transform="translate(-30, -15) rotate(-50)">
<path d="M0,0 Q5,-18 8,-28 L15,-23 Q10,-15 10,0 Z" fill="url(#suitShade)" stroke="#909090" stroke-width="1.5"/>
<ellipse cx="12" cy="-29" rx="8" ry="7" fill="#708090" stroke="#506070" stroke-width="1"/>
</g>
<g id="rightArm" transform="translate(30, -10) rotate(25)">
<path d="M0,0 Q-5,-18 -8,-28 L-15,-23 Q-10,-15 -10,0 Z" fill="url(#suitShade)" stroke="#909090" stroke-width="1.5"/>
<ellipse cx="-12" cy="-29" rx="8" ry="7" fill="#708090" stroke="#506070" stroke-width="1"/>
</g>
<!-- Helmet -->
<circle cx="0" cy="-60" r="42" fill="#E0E0E0" stroke="#787878" stroke-width="2"/>
<circle cx="0" cy="-60" r="38" fill="#87CEFA" opacity="0.35"/> <!-- LightSkyBlue visor base -->
<circle cx="0" cy="-60" r="38" fill="url(#visorReflection)" />
<!-- Visor Reflections -->
<g transform="translate(0, -60)"> <!-- Centered on helmet for relative positioning -->
<circle cx="18" cy="-12" r="1.2" fill="white" opacity="0.7"/>
<circle cx="10" cy="15" r="0.9" fill="white" opacity="0.6"/>
<g transform="translate(-15, -10) rotate(-15)"> <!-- Earthy patch reflection -->
<ellipse cx="0" cy="0" rx="7" ry="5" fill="#388E3C" opacity="0.6" /> <!-- Green -->
<ellipse cx="-1" cy="0.5" rx="5" ry="3.5" fill="#1976D2" opacity="0.7" /> <!-- Blue -->
</g>
</g>
<!-- Chicken Head (inside helmet, centered at 0, -60 relative to astronautChicken) -->
<g id="chickenHead" transform="translate(0, -60)">
<path d="M -8 -24 Q -5 -33 0 -28 Q 5 -33 8 -24 L 6 -24 Q 0 -29 -6 -24 Z" fill="#D32F2F"/> <!-- Comb -->
<ellipse cx="0" cy="-10" rx="18" ry="17" fill="#FFEE58"/> <!-- Head (Yellow) -->
<ellipse cx="0" cy="10" rx="6" ry="7" fill="#D32F2F"/> <!-- Wattle main -->
<ellipse cx="0" cy="10.5" rx="3.5" ry="4.5" fill="#E57373"/> <!-- Wattle highlight -->
<g transform="translate(2, -10)"> <!-- Beak group -->
<polygon points="0,-5 14,-10 11,-2" fill="#FFA000"/> <!-- Upper beak -->
<polygon points="1,-4 12,-8 10,-1" fill="#FF8F00"/> <!-- Lower beak/shadow -->
</g>
<g class="eye"> <!-- Left Eye -->
<ellipse cx="-8" cy="-13" rx="4.5" ry="5.5" fill="white"/>
<ellipse cx="-7.5" cy="-14" rx="2.2" ry="2.5" fill="black"/>
<circle cx="-7" cy="-14.5" r="0.7" fill="white"/>
</g>
<g class="eye"> <!-- Right Eye -->
<ellipse cx="8" cy="-13" rx="4.5" ry="5.5" fill="white"/>
<ellipse cx="7.5" cy="-14" rx="2.2" ry="2.5" fill="black"/>
<circle cx="8" cy="-14.5" r="0.7" fill="white"/>
</g>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by clearly depicting a chicken in astronaut gear on the moon, complete with a lunar landscape and stars.
It is more visually detailed and creative, with a recognizable chicken wearing a spacesuit and additional elements like a flag and planet for context.
Player 1's submission is more abstract and lacks sufficient clarity in representing the requested 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
"A bird wearing a tiny astronaut helmet, perched on the moon."
"A cat balancing on a tightrope under a moonlit sky."
"A cactus wearing sunglasses in a desert during a colorful sunset."
"An upside-down tree with its roots reaching for the stars."