Creative Challenge
"Two giraffes in space helmets playing chess on a floating asteroid"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with stars -->
<rect width="300" height="300" fill="#0a0e2c"/>
<defs>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="white" stop-opacity="0.8"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</radialGradient>
<radialGradient id="asteroidGrad" cx="50%" cy="50%" r="70%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#8a6d4d"/>
<stop offset="70%" stop-color="#5a4d3d"/>
<stop offset="100%" stop-color="#3a3a3a"/>
</radialGradient>
<radialGradient id="helmGrad" cx="50%" cy="40%" r="60%" fx="40%" fy="30%">
<stop offset="0%" stop-color="#c8f0ff" stop-opacity="0.8"/>
<stop offset="70%" stop-color="#8ad1f0" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#5ab0d0" stop-opacity="0.5"/>
</radialGradient>
<pattern id="checkerPattern" width="12" height="12" patternUnits="userSpaceOnUse">
<rect width="6" height="6" fill="#eee"/>
<rect x="6" y="0" width="6" height="6" fill="#333"/>
<rect x="0" y="6" width="6" height="6" fill="#333"/>
<rect x="6" y="6" width="6" height="6" fill="#eee"/>
</pattern>
</defs>
<!-- Stars -->
<g id="stars">
<circle cx="30" cy="50" r="1" fill="white"/>
<circle cx="70" cy="30" r="1.5" fill="white"/>
<circle cx="150" cy="20" r="1" fill="white"/>
<circle cx="200" cy="40" r="2" fill="white"/>
<circle cx="250" cy="60" r="1" fill="white"/>
<circle cx="40" cy="100" r="1.5" fill="white"/>
<circle cx="90" cy="80" r="1" fill="white"/>
<circle cx="280" cy="90" r="1.5" fill="white"/>
<circle cx="220" cy="120" r="1" fill="white"/>
<circle cx="30" cy="180" r="1.5" fill="white"/>
<circle cx="280" cy="190" r="1" fill="white"/>
<circle cx="130" cy="270" r="1.5" fill="white"/>
<circle cx="190" cy="250" r="1" fill="white"/>
<circle cx="240" cy="220" r="1.5" fill="white"/>
<circle cx="60" cy="240" r="1" fill="white"/>
<circle cx="100" cy="200" r="1.5" fill="white"/>
<!-- Glowing stars -->
<circle cx="120" cy="40" r="3" fill="url(#starGlow)"/>
<circle cx="260" cy="150" r="4" fill="url(#starGlow)"/>
<circle cx="50" cy="220" r="3.5" fill="url(#starGlow)"/>
<circle cx="230" cy="280" r="4" fill="url(#starGlow)"/>
<circle cx="180" cy="150" r="3" fill="url(#starGlow)"/>
</g>
<!-- Asteroid -->
<g id="asteroid">
<path d="M90,170 C70,150 60,130 80,110 C100,90 130,85 160,90 C190,95 220,110 230,140 C240,170 230,200 200,220 C170,240 130,230 100,210 C80,195 75,180 90,170z"
fill="url(#asteroidGrad)"/>
<ellipse cx="110" cy="130" rx="10" ry="5" fill="#3a3a3a" transform="rotate(-10,110,130)"/>
<ellipse cx="190" cy="170" rx="15" ry="8" fill="#3a3a3a" transform="rotate(20,190,170)"/>
<ellipse cx="150" cy="200" rx="12" ry="6" fill="#3a3a3a" transform="rotate(-15,150,200)"/>
</g>
<!-- Chess board -->
<g id="chessBoard" transform="translate(130,150) rotate(10) scale(0.8)">
<rect x="-30" y="-30" width="60" height="60" fill="url(#checkerPattern)" stroke="#aa8866" stroke-width="3" rx="2" ry="2"/>
<!-- Chess pieces (simplified) -->
<circle cx="-24" cy="-24" r="3" fill="#222" stroke="white" stroke-width="0.5"/>
<circle cx="-12" cy="-24" r="3" fill="#222" stroke="white" stroke-width="0.5"/>
<path d="M12,-24 L15,-21 L9,-21 Z" fill="white"/>
<path d="M24,-24 L26,-22 L24,-20 L22,-22 Z" fill="white"/>
<circle cx="-24" cy="-12" r="3" fill="#222" stroke="white" stroke-width="0.5"/>
<path d="M0,-12 L3,-9 L-3,-9 Z" fill="white"/>
</g>
<!-- Giraffe 1 (left) -->
<g id="giraffe1" transform="translate(75,130) scale(0.6) rotate(5)">
<!-- Space helmet -->
<circle cx="0" cy="0" r="25" fill="url(#helmGrad)" stroke="white" stroke-width="2"/>
<circle cx="0" cy="0" r="21" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="0.5"/>
<circle cx="10" cy="-8" r="4" fill="rgba(255,255,255,0.2)"/>
<!-- Giraffe head -->
<path d="M-5,-10 Q-3,-15 0,-15 Q3,-15 5,-10 Q8,-12 10,-8 Q12,-4 10,0 Q8,5 5,7 Q0,10 -5,7 Q-10,5 -12,0 Q-13,-5 -10,-7 Q-7,-12 -5,-10z" fill="#e8c172"/>
<!-- Spots -->
<ellipse cx="-6" cy="-5" rx="3" ry="2" fill="#b78948"/>
<ellipse cx="6" cy="-3" rx="2" ry="2.5" fill="#b78948"/>
<ellipse cx="0" cy="3" rx="2" ry="1.5" fill="#b78948"/>
<!-- Eyes -->
<circle cx="-6" cy="-2" r="1.5" fill="black"/>
<circle cx="6" cy="-2" r="1.5" fill="black"/>
<circle cx="-6" cy="-2.5" r="0.5" fill="white"/>
<circle cx="6" cy="-2.5" r="0.5" fill="white"/>
<!-- Ears -->
<path d="M-11,-11 Q-15,-13 -14,-9 Q-13,-7 -10,-7z" fill="#e8c172"/>
<path d="M11,-11 Q15,-13 14,-9 Q13,-7 10,-7z" fill="#e8c172"/>
<!-- Horns (ossicones) -->
<path d="M-5,-15 L-7,-25 L-5,-27 L-3,-25 L-5,-15z" fill="#b78948"/>
<path d="M5,-15 L3,-25 L5,-27 L7,-25 L5,-15z" fill="#b78948"/>
<!-- Part of neck visible -->
<path d="M-5,10 Q0,15 5,10 L5,20 Q0,25 -5,20z" fill="#e8c172"/>
<ellipse cx="0" cy="15" rx="2" ry="1.5" fill="#b78948"/>
<!-- Space suit collar -->
<path d="M-5,20 Q0,25 5,20 Q10,22 8,27 Q4,30 -4,30 Q-8,30 -8,27 Q-10,22 -5,20z" fill="#5a6d8a"/>
</g>
<!-- Giraffe 2 (right) -->
<g id="giraffe2" transform="translate(190,140) scale(0.6) rotate(-15)">
<!-- Space helmet -->
<circle cx="0" cy="0" r="25" fill="url(#helmGrad)" stroke="white" stroke-width="2"/>
<circle cx="0" cy="0" r="21" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="0.5"/>
<circle cx="10" cy="-8" r="4" fill="rgba(255,255,255,0.2)"/>
<!-- Giraffe head -->
<path d="M-5,-10 Q-3,-15 0,-15 Q3,-15 5,-10 Q8,-12 10,-8 Q12,-4 10,0 Q8,5 5,7 Q0,10 -5,7 Q-10,5 -12,0 Q-13,-5 -10,-7 Q-7,-12 -5,-10z" fill="#d1b05a"/>
<!-- Spots -->
<ellipse cx="-6" cy="-5" rx="3" ry="2" fill="#a67939"/>
<ellipse cx="6" cy="-3" rx="2" ry="2.5" fill="#a67939"/>
<ellipse cx="0" cy="3" rx="2" ry="1.5" fill="#a67939"/>
<ellipse cx="-4" cy="0" rx="1.5" ry="1.5" fill="#a67939"/>
<!-- Eyes -->
<circle cx="-6" cy="-2" r="1.5" fill="black"/>
<circle cx="6" cy="-2" r="1.5" fill="black"/>
<circle cx="-6" cy="-2.5" r="0.5" fill="white"/>
<circle cx="6" cy="-2.5" r="0.5" fill="white"/>
<!-- Ears -->
<path d="M-11,-11 Q-15,-13 -14,-9 Q-13,-7 -10,-7z" fill="#d1b05a"/>
<path d="M11,-11 Q15,-13 14,-9 Q13,-7 10,-7z" fill="#d1b05a"/>
<!-- Horns (ossicones) -->
<path d="M-5,-15 L-7,-25 L-5,-27 L-3,-25 L-5,-15z" fill="#a67939"/>
<path d="M5,-15 L3,-25 L5,-27 L7,-25 L5,-15z" fill="#a67939"/>
<!-- Part of neck visible -->
<path d="M-5,10 Q0,15 5,10 L5,20 Q0,25 -5,20z" fill="#d1b05a"/>
<ellipse cx="0" cy="15" rx="2" ry="1.5" fill="#a67939"/>
<!-- Space suit collar -->
<path d="M-5,20 Q0,25 5,20 Q10,22 8,27 Q4,30 -4,30 Q-8,30 -8,27 Q-10,22 -5,20z" fill="#4d6080"/>
</g>
<!-- Additional cosmic elements -->
<g id="cosmicElements">
<path d="M20,80 Q60,60 40,20" fill="none" stroke="#8a5ddf" stroke-width="1" stroke-opacity="0.5"/>
<path d="M260,70 Q220,50 240,30" fill="none" stroke="#5ddfaa" stroke-width="1" stroke-opacity="0.5"/>
<path d="M250,250 Q200,280 150,260" fill="none" stroke="#df5d8a" stroke-width="1" stroke-opacity="0.5"/>
<ellipse cx="70" cy="280" rx="90" ry="15" fill="#1a2a50" opacity="0.5"/>
<ellipse cx="250" cy="260" rx="70" ry="10" fill="#1a2a50" opacity="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="spaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000232;stop-opacity:1" />
<stop offset="100%" style="stop-color:#001866;stop-opacity:1" />
</linearGradient>
<radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#787878;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3A3A3A;stop-opacity:1" />
</radialGradient>
<pattern id="chessPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#666" x="0" y="0"/>
<rect width="10" height="10" fill="#999" x="10" y="10"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Asteroid -->
<path d="M150 200c-20-20-50-30-80-30-30 0-50 10-70 30-20 20-20 50-20 80 0 30 10 50 30 70 20 20 20 50 20 80 0 30-10 50-30 70-20 20-20 50-20 80 0 30 10 50 30 70 20 20 20 50 20 80 0 30-10 50-30 70-20 20-20 50-20 80 0 30 10 50 30 70 20 20 20 50 20 80 0 30-10 50-30 70" fill="#4A3326" stroke="#664433" stroke-width="2"/>
<!-- Giraffe 1 -->
<path d="M100 180c0-20 10-40 30-40 20 0 30 20 30 40 0 20-10 40-30 40-20 0-30-20-30-40 0-20 10-40 30-40 20 0 30 20 30 40" fill="url(#helmetGradient)" stroke="#555" stroke-width="2"/>
<path d="M90 160c-10-10-20-20-20-30 0-10 10-20 20-20 10 0 20 10 20 20 0 10-10 20-20 30" fill="#A0D8FF"/>
<!-- Giraffe 2 -->
<path d="M200 180c0-20-10-40-30-40-20 0-30 20-30 40 0 20 10 40 30 40 20 0 30-20 40-30 40" fill="url(#helmetGradient)" stroke="#555" stroke-width="2"/>
<path d="M210 160c10-10 20-20 20-30 0-10-10-20-20-20-10 0-20 10-20 20 0 10 10 20 20 30" fill="#FFB6FF"/>
<!-- Chessboard -->
<rect x="120" y="140" width="60" height="60" fill="url(#chessPattern)"/>
<rect x="120" y="140" width="60" height="60" fill="none" stroke="#fff" stroke-width="2"/>
<!-- Chess pieces -->
<circle cx="130" cy="150" r="5" fill="#FF69B4"/>
<rect x="160" y="155" width="10" height="15" fill="#4169E1" rx="3"/>
<path d="M145 155L150 165L155 155" fill="#FFD700"/>
<circle cx="140" cy="160" r="8" fill="#87CEEB"/>
<rect x="170" y="160" width="15" height="10" fill="#98FB98" rx="5"/>
<!-- Stars -->
<circle cx="50" cy="50" r="1" fill="#FFF"/>
<circle cx="250" cy="30" r="1.5" fill="#FFF"/>
<circle cx="30" cy="200" r="1" fill="#FFF"/>
<circle cx="280" cy="250" r="1.2" fill="#FFF"/>
<circle cx="150" cy="100" r="1.3" fill="#FFF"/>
</svg>
Judge's Analysis
Player 1's image clearly depicts two giraffes in space helmets, adhering closely to the prompt.
The inclusion of a floating asteroid and a chessboard adds to the scene's creativity and visual appeal.
Player 2's submission lacks clear representation of giraffes and chess, making it less effective in fulfilling the prompt's requirements.
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
"Watermelon on roller skates racing an orange on a skateboard"
"Cat surfing on a pizza slice in a cosmic sea"
"A whimsical clockwork tree with gears as leaves, in geometric style"
"A giraffe juggling planets in a cosmic circus tent"
"Whimsical snail taxi with a cityscape shell gliding through pastel clouds"
"A snail with a city skyline on its shell under a starry sky"