Creative Challenge
"A cat playing chess with a robot"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="robotGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8E9EAB"/>
<stop offset="100%" style="stop-color:#4B6CB7"/>
</linearGradient>
<pattern id="circuit" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0,5 h10 M5,0 v10" stroke="#3a4f7a" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Chess board -->
<rect x="50" y="100" width="200" height="200" fill="#f4d03f"/>
<g transform="translate(50,100)">
<g id="squares">
<pattern id="chessboard" width="50" height="50" patternUnits="userSpaceOnUse">
<rect width="25" height="25" fill="#855E42"/>
<rect x="25" y="0" width="25" height="25" fill="#D2B48C"/>
<rect x="0" y="25" width="25" height="25" fill="#D2B48C"/>
<rect x="25" y="25" width="25" height="25" fill="#855E42"/>
</pattern>
<rect width="200" height="200" fill="url(#chessboard)"/>
</g>
</g>
<!-- Robot -->
<g transform="translate(220,80)">
<rect x="-30" y="-20" width="60" height="70" rx="5" fill="url(#robotGrad)"/>
<rect x="-35" y="-25" width="70" height="15" rx="5" fill="url(#circuit)"/>
<circle cx="-15" cy="-5" r="5" fill="#ff0000"/>
<circle cx="15" cy="-5" r="5" fill="#00ff00"/>
<rect x="-20" y="20" width="40" height="10" fill="#2c3e50"/>
<line x1="-25" y1="40" x2="-15" y2="60" stroke="url(#robotGrad)" stroke-width="8"/>
<line x1="25" y1="40" x2="15" y2="60" stroke="url(#robotGrad)" stroke-width="8"/>
</g>
<!-- Cat -->
<g transform="translate(80,90)">
<path d="M0,0 Q-20,-20 -40,-10 Q-30,10 -20,20 Q-10,30 0,25 Q10,30 20,20 Q30,10 40,-10 Q20,-20 0,0" fill="#FFA500"/>
<ellipse cx="-15" cy="5" rx="5" ry="7" fill="#000"/>
<ellipse cx="15" cy="5" rx="5" ry="7" fill="#000"/>
<path d="M-5,15 Q0,20 5,15" fill="none" stroke="#000" stroke-width="2"/>
<path d="M-25,-15 L-35,-25 M35,-25 L25,-15" stroke="#FFA500" stroke-width="3"/>
</g>
<!-- Chess pieces -->
<g fill="#2c3e50">
<circle cx="75" cy="150" r="8"/>
<circle cx="125" cy="200" r="8"/>
<circle cx="175" cy="250" r="8"/>
</g>
<g fill="#ecf0f1">
<circle cx="225" cy="150" r="8"/>
<circle cx="175" cy="200" r="8"/>
<circle cx="125" cy="250" r="8"/>
</g>
<!-- Thinking bubbles -->
<g fill="#fff" opacity="0.7">
<circle cx="40" cy="60" r="5"/>
<circle cx="50" cy="50" r="7"/>
<circle cx="65" cy="45" r="10"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f0e6ff"/>
<stop offset="100%" stop-color="#a8c0ff"/>
</radialGradient>
<pattern id="chessPattern" width="24" height="24" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="12" height="12" fill="#fff"/>
<rect x="12" y="12" width="12" height="12" fill="#fff"/>
<rect x="12" y="0" width="12" height="12" fill="#555"/>
<rect x="0" y="12" width="12" height="12" fill="#555"/>
</pattern>
<linearGradient id="catFur" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FFCC80"/>
<stop offset="100%" stop-color="#FFB74D"/>
</linearGradient>
<linearGradient id="robotMetal" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c0c0c0"/>
<stop offset="100%" stop-color="#808080"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Chessboard -->
<rect x="102" y="102" width="96" height="96" fill="url(#chessPattern)" stroke="#000" stroke-width="1"/>
<!-- A chess piece placed near the center of the board -->
<path d="M150,135 C155,135 158,140 158,145 C158,150 153,155 150,155 C147,155 142,150 142,145 C142,140 145,135 150,135 Z" fill="#FFD54F" stroke="#000" stroke-width="0.5"/>
<!-- Cat playing chess -->
<g id="cat" transform="translate(20,150)">
<!-- Ears -->
<polygon points="20,15 25,5 30,15" fill="url(#catFur)" stroke="#000" stroke-width="0.5"/>
<polygon points="30,15 35,5 40,15" fill="url(#catFur)" stroke="#000" stroke-width="0.5"/>
<!-- Face -->
<circle cx="30" cy="30" r="12" fill="url(#catFur)" stroke="#000" stroke-width="0.5"/>
<!-- Eyes -->
<circle cx="26" cy="28" r="1.5" fill="#000"/>
<circle cx="34" cy="28" r="1.5" fill="#000"/>
<!-- Mouth -->
<path d="M28,34 Q30,36 32,34" stroke="#000" fill="none" stroke-linecap="round" stroke-width="0.5"/>
<!-- Whiskers -->
<line x1="20" y1="30" x2="10" y2="30" stroke="#000" stroke-width="0.5"/>
<line x1="20" y1="32" x2="10" y2="34" stroke="#000" stroke-width="0.5"/>
<line x1="20" y1="28" x2="10" y2="26" stroke="#000" stroke-width="0.5"/>
<line x1="40" y1="30" x2="50" y2="30" stroke="#000" stroke-width="0.5"/>
<line x1="40" y1="32" x2="50" y2="34" stroke="#000" stroke-width="0.5"/>
<line x1="40" y1="28" x2="50" y2="26" stroke="#000" stroke-width="0.5"/>
</g>
<!-- Robot opponent -->
<g id="robot" transform="translate(190,120)">
<!-- Head -->
<rect x="0" y="0" width="40" height="40" rx="5" ry="5" fill="url(#robotMetal)" stroke="#000" stroke-width="0.5"/>
<!-- Eyes -->
<circle cx="12" cy="15" r="3" fill="#fff" stroke="#000" stroke-width="0.3"/>
<circle cx="28" cy="15" r="3" fill="#fff" stroke="#000" stroke-width="0.3"/>
<circle cx="12" cy="15" r="1.5" fill="#000"/>
<circle cx="28" cy="15" r="1.5" fill="#000"/>
<!-- Mouth -->
<rect x="10" y="27" width="20" height="3" fill="#000"/>
<!-- Antenna -->
<line x1="20" y1="0" x2="20" y2="-10" stroke="#000" stroke-width="1"/>
<circle cx="20" cy="-12" r="2" fill="#c0c0c0" stroke="#000" stroke-width="0.5"/>
</g>
</svg>
Judge's Analysis
Player 1's image creatively depicts the cat and robot with a playful expression and a thought bubble, enhancing the storytelling aspect.
The composition is more dynamic, with a clear focus on the chessboard and the characters.
While Player 2's image is clean and technically sound, it lacks the same level of engagement and creativity present in Player 1's work.
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 surrealist clock with melting hands turning into a river"
"A giraffe wearing a disco ball helmet in a 70s roller rink"
"Surreal owl with clock eyes in a starry sky, style: pointillism"
"A giraffe playing a grand piano under a starry sky"
"Glowing jellyfish wearing tiny top hats, drifting through a cosmic starfield"
"A giraffe painting surreal clouds on a night sky with its elongated neck"