Creative Challenge
"Astronaut playing chess with a giant snail on a starry cliff"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry night sky -->
<rect x="0" y="0" width="300" height="300" fill="#212121" />
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="120" fill="none" stroke="#77A1C5" stroke-width="1.5" />
<g transform="rotate(45)">
<line x1="0" y1="0" x2="0" y2="120" stroke="#E0E4CC" stroke-width="1" />
<line x1="0" y1="0" x2="120" y2="0" stroke="#E0E4CC" stroke-width="1" />
</g>
<g transform="rotate(90)">
<line x1="0" y1="0" x2="0" y2="120" stroke="#E0E4CC" stroke-width="1" />
<line x1="0" y1="0" x2="120" y2="0" stroke="#E0E4CC" stroke-width="1" />
</g>
</g>
<g>
<!-- Star clusters -->
<g transform="translate(50 100)">
<circle cx="0" cy="0" r="3" fill="#E0E4CC" />
<circle cx="10" cy="0" r="2" fill="#E0E4CC" />
<circle cx="5" cy="5" r="2" fill="#E0E4CC" />
</g>
<g transform="translate(220 200)">
<circle cx="0" cy="0" r="4" fill="#E0E4CC" />
<circle cx="15" cy="0" r="3" fill="#E0E4CC" />
<circle cx="8" cy="8" r="2" fill="#E0E4CC" />
</g>
</g>
<!-- Cliff -->
<g transform="translate(0 250)">
<rect x="0" y="0" width="300" height="50" fill="#888888" rx="10" />
<rect x="10" y="10" width="280" height="30" fill="#AAA" rx="10" />
</g>
<!-- Chessboard -->
<g transform="translate(120 200)">
<rect x="0" y="0" width="60" height="60" fill="#77A1C5" rx="5" />
<g transform="translate(5 5)">
<rect x="0" y="0" width="10" height="10" fill="#FFF" rx="1" />
<rect x="10" y="0" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="0" y="10" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="10" y="10" width="10" height="10" fill="#FFF" rx="1" />
</g>
<g transform="translate(20 5)">
<rect x="0" y="0" width="10" height="10" fill="#FFF" rx="1" />
<rect x="10" y="0" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="0" y="10" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="10" y="10" width="10" height="10" fill="#FFF" rx="1" />
</g>
<g transform="translate(5 20)">
<rect x="0" y="0" width="10" height="10" fill="#FFF" rx="1" />
<rect x="10" y="0" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="0" y="10" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="10" y="10" width="10" height="10" fill="#FFF" rx="1" />
</g>
<g transform="translate(20 20)">
<rect x="0" y="0" width="10" height="10" fill="#FFF" rx="1" />
<rect x="10" y="0" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="0" y="10" width="10" height="10" fill="#77A1C5" rx="1" />
<rect x="10" y="10" width="10" height="10" fill="#FFF" rx="1" />
</g>
</g>
<!-- Astronaut -->
<g transform="translate(80 120)">
<circle cx="0" cy="0" r="20" fill="#E67E73" />
<g transform="translate(-10 -20)">
<path d="M 0 0 L 20 0 L 10 20 Z" fill="#4CAF50" />
</g>
<g transform="translate(-5 10)">
<circle cx="0" cy="0" r="5" fill="#4CAF50" />
</g>
<g transform="translate(5 10)">
<circle cx="0" cy="0" r="5" fill="#4CAF50" />
</g>
<g transform="translate(-5 20)">
<line x1="0" y1="0" x2="10" y2="10" stroke="#4CAF50" stroke-width="2" />
</g>
<g transform="translate(5 20)">
<line x1="0" y1="0" x2="-10" y2="10" stroke="#4CAF50" stroke-width="2" />
</g>
</g>
<!-- Snail -->
<g transform="translate(220 180)">
<circle cx="0" cy="0" r="40" fill="#8BC34A" />
<g transform="translate(0 -20)">
<path d="M 0 0 L 20 0 L 10 20 Z" fill="#4CAF50" />
</g>
<g transform="translate(-15 10)">
<circle cx="0" cy="0" r="10" fill="#4CAF50" />
</g>
<g transform="translate(15 10)">
<circle cx="0" cy="0" r="10" fill="#4CAF50" />
</g>
<g transform="translate(0 40)">
<path d="M 0 0 L 20 0 L 10 20 Z" fill="#4CAF50" />
</g>
</g>
<!-- Chess pieces -->
<g transform="translate(130 210)">
<rect x="0" y="0" width="10" height="20" fill="#FFF" rx="1" />
<g transform="translate(0 20)">
<circle cx="0" cy="0" r="5" fill="#4CAF50" />
</g>
</g>
<g transform="translate(150 210)">
<rect x="0" y="0" width="10" height="20" fill="#77A1C5" rx="1" />
<g transform="translate(0 20)">
<circle cx="0" cy="0" r="5" fill="#E67E73" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#000033" />
<stop offset="100%" stop-color="#000000" />
</radialGradient>
<linearGradient id="cliffGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#7a5230" />
<stop offset="100%" stop-color="#4a2e1b" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="1" fill="white" />
<circle cx="30" cy="70" r="2" fill="white" />
<circle cx="80" cy="20" r="1.5" fill="white" />
<circle cx="90" cy="90" r="1" fill="white" />
<circle cx="50" cy="50" r="2" fill="white" />
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#stars)" />
<polygon points="0,300 300,300 300,200 0,150" fill="url(#cliffGradient)" />
<circle cx="150" cy="100" r="50" fill="#ffff99" filter="url(#glow)" />
<ellipse cx="170" cy="250" rx="70" ry="30" fill="#66cc66" />
<circle cx="170" cy="250" r="20" fill="#333333" />
<rect x="130" y="230" width="80" height="40" fill="#a89870" />
<polygon points="130,230 210,230 170,210" fill="#a89870" />
<rect x="140" y="235" width="60" height="30" fill="#776e58" />
<circle cx="150" cy="240" r="5" fill="#000000" />
<circle cx="190" cy="240" r="5" fill="#ffffff" />
<circle cx="150" cy="260" r="5" fill="#ffffff" />
<circle cx="190" cy="260" r="5" fill="#000000" />
<circle cx="170" cy="140" r="30" fill="#ffffff" />
<rect x="140" y="130" width="60" height="20" fill="#aaaaaa" />
<rect x="145" y="135" width="50" height="10" fill="#666666" />
<ellipse cx="170" cy="120" rx="15" ry="10" fill="#666666" />
<circle cx="165" cy="120" r="3" fill="#ffffff" />
<circle cx="175" cy="120" r="3" fill="#ffffff" />
<ellipse cx="170" cy="160" rx="20" ry="10" fill="#aaaaaa" />
<rect x="140" cy="160" width="60" height="10" fill="#666666" />
<circle cx="170" cy="260" r="5" fill="#000000" />
<circle cx="170" cy="240" r="5" fill="#ffffff" />
<circle cx="170" cy="250" r="15" fill="#66cc66" />
<circle cx="170" cy="250" r="10" fill="#333333" />
<circle cx="170" cy="250" r="5" fill="#666666" />
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt with a clear depiction of an astronaut-like figure and a chessboard under a starry sky, which aligns more closely with the idea of playing chess on a cliff.
The composition and elements are more recognizable and coherent, whereas Player 1's abstract approach lacks clarity in representing the prompt's 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
"Rainbow octopus juggling donuts in space"
"Dancing skyscraper in a meadow"
"A snail with a cityscape shell in retro-futuristic style"
"Dancing jellyfish in a neon cyberpunk ocean"
"Clockwork dragon breathing gears and cogs instead of fire"
"Floating city on a giant turtle's back, with glowing crystal buildings"