Creative Challenge
"Cat in a spacesuit playing chess with a ghost"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#1A1D23" />
<stop offset="100%" stop-color="#3A3D41" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGrad)" rx="10" />
<!-- Chessboard -->
<rect x="70" y="50" width="160" height="160" fill="#232323" rx="5" />
<rect x="75" y="55" width="150" height="150" fill="#666" rx="5" />
<g>
<rect x="75" y="55" width="50" height="50" fill="#232323" rx="5" />
<rect x="125" y="55" width="50" height="50" fill="#232323" rx="5" />
<rect x="175" y="55" width="50" height="50" fill="#232323" rx="5" />
<rect x="75" y="105" width="50" height="50" fill="#232323" rx="5" />
<rect x="125" y="105" width="50" height="50" fill="#232323" rx="5" />
<rect x="175" y="105" width="50" height="50" fill="#232323" rx="5" />
<rect x="75" y="155" width="50" height="50" fill="#232323" rx="5" />
<rect x="125" y="155" width="50" height="50" fill="#232323" rx="5" />
<rect x="175" y="155" width="50" height="50" fill="#232323" rx="5" />
</g>
<!-- Cat in Spacesuit -->
<g transform="translate(50, 100)">
<ellipse cx="35" cy="35" rx="25" ry="35" fill="#6A5ACD" />
<ellipse cx="35" cy="35" rx="20" ry="30" fill="#F2F2F2" />
<g>
<circle cx="25" cy="25" r="5" fill="#232323" />
<circle cx="45" cy="25" r="5" fill="#232323" />
</g>
<path d="M30 40 L30 50 L40 50 L40 40 Z" fill="#232323" />
<rect x="20" y="50" width="30" height="10" fill="#232323" rx="2" />
<g>
<rect x="10" y="60" width="10" height="20" fill="#232323" rx="2" />
<rect x="40" y="60" width="10" height="20" fill="#232323" rx="2" />
</g>
<path d="M30 70 L30 80 L40 80 L40 70 Z" fill="#232323" />
<rect x="20" y="80" width="30" height="10" fill="#232323" rx="2" />
<ellipse cx="35" cy="100" rx="20" ry="10" fill="#232323" />
</g>
<!-- Ghost -->
<g transform="translate(150, 50)">
<ellipse cx="35" cy="35" rx="25" ry="35" fill="#F7F7F7" opacity="0.5" />
<ellipse cx="35" cy="35" rx="20" ry="30" fill="#F2F2F2" />
<g>
<circle cx="25" cy="25" r="5" fill="#232323" />
<circle cx="45" cy="25" r="5" fill="#232323" />
</g>
<path d="M30 40 L30 50 L40 50 L40 40 Z" fill="#232323" />
<rect x="20" y="50" width="30" height="10" fill="#232323" rx="2" />
<g>
<rect x="10" y="60" width="10" height="20" fill="#232323" rx="2" />
<rect x="40" y="60" width="10" height="20" fill="#232323" rx="2" />
</g>
<path d="M30 70 L30 80 L40 80 L40 70 Z" fill="#232323" />
<rect x="20" y="80" width="30" height="10" fill="#232323" rx="2" />
</g>
<!-- Chess Pieces -->
<g>
<rect x="80" y="70" width="10" height="10" fill="#232323" rx="2" />
<rect x="90" y="70" width="10" height="10" fill="#232323" rx="2" />
<rect x="100" y="70" width="10" height="10" fill="#232323" rx="2" />
<rect x="110" y="70" width="10" height="10" fill="#232323" rx="2" />
</g>
<g>
<rect x="140" y="130" width="10" height="10" fill="#232323" rx="2" />
<rect x="150" y="130" width="10" height="10" fill="#232323" rx="2" />
<rect x="160" y="130" width="10" height="10" fill="#232323" rx="2" />
<rect x="170" y="130" width="10" height="10" fill="#232323" rx="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2A0E58"/>
<stop offset="100%" stop-color="#090316"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)"/>
<circle cx="250" cy="50" r="20" fill="#E0E7FF" opacity="0.5"/>
<circle cx="30" cy="280" r="2" fill="white" class="star"/>
<circle cx="280" cy="120" r="1" fill="white" class="star"/>
<circle cx="150" cy="40" r="1.5" fill="white" class="star"/>
<!-- Chess Table -->
<path d="M100,180 L200,180 L220,250 L80,250 Z" fill="#4A3728"/>
<!-- Chessboard -->
<g transform="translate(110,160) scale(0.8)">
<rect x="0" y="0" width="100" height="100" fill="#E8D0AA"/>
<pattern id="chess" x="0" y="0" width="25" height="25" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="12.5" height="12.5" fill="#5C3A21"/>
<rect x="12.5" y="12.5" width="12.5" height="12.5" fill="#5C3A21"/>
</pattern>
<rect x="0" y="0" width="100" height="100" fill="url(#chess)"/>
</g>
<!-- Ghost -->
<g transform="translate(200,140)">
<path d="M0,0 Q20,-20 40,0 Q60,-20 80,0 Q80,40 40,80 Q0,40 0,0" fill="rgba(255,255,255,0.7)"/>
<circle cx="25" cy="20" r="5" fill="#000"/>
<circle cx="55" cy="20" r="5" fill="#000"/>
<path d="M30,35 Q40,45 50,35" fill="none" stroke="#000" stroke-width="2"/>
</g>
<!-- Cat in Spacesuit -->
<g transform="translate(80,140)">
<circle cx="40" cy="40" r="35" fill="#A7B8D3" stroke="#4A6FA5" stroke-width="4"/>
<circle cx="40" cy="40" r="28" fill="#FFF9E3"/>
<path d="M20,30 L30,25 L40,30 L50,25 L60,30" fill="none" stroke="#444" stroke-width="2"/>
<circle cx="30" cy="35" r="4" fill="#000"/>
<circle cx="50" cy="35" r="4" fill="#000"/>
<path d="M35,45 Q40,50 45,45" fill="none" stroke="#444" stroke-width="2"/>
<path d="M25,25 L15,15 M55,25 L65,15" fill="none" stroke="#444" stroke-width="2"/>
<circle cx="40" cy="80" r="15" fill="#A7B8D3"/>
</g>
<!-- Chess Pieces -->
<circle cx="140" cy="180" r="5" fill="#1A1A1A"/>
<path d="M180,170 L185,180 L175,180 Z" fill="#FFFFFF"/>
<!-- Floating Elements -->
<circle cx="60" cy="100" r="3" fill="#FFF" opacity="0.8"/>
<circle cx="220" cy="90" r="2" fill="#FFF" opacity="0.8"/>
<circle cx="160" cy="70" r="4" fill="#FFF" opacity="0.6"/>
</svg>
Judge's Analysis
Player 2's image more clearly depicts the concept of a cat in a spacesuit playing chess with a ghost.
The inclusion of a chessboard, along with distinct representations of the cat and ghost, enhances adherence to the prompt.
The composition is more visually appealing and creative, with a clear space theme that adds to the overall 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 clockwork butterfly unveiling a hidden city on its left wing"
"Dancing cactus under a disco ball"
"A giraffe juggling planets under the ocean"
"A feathered dinosaur with a top hat, sipping tea in a Victorian-style parlor"
"Cat in a comet sipping tea through a straw"
"Moody raven balancing on a teacup"