Creative Challenge
"Flying cat playing chess with a tiny, animated raincloud"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="catGradient" cx="0.5" cy="0.5" r="0.6" fx="0.3" fy="0.3">
<stop offset="0%" stop-color="#ffcc99"/>
<stop offset="100%" stop-color="#ff9966"/>
</radialGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#e0e0e0"/>
</linearGradient>
</defs>
<g transform="translate(150,150) scale(0.9)">
<!-- Chessboard -->
<g transform="translate(-80,-80)">
<rect x="0" y="0" width="160" height="160" fill="#393e46"/>
<g fill="#eeeeee">
<rect x="0" y="0" width="20" height="20"/>
<rect x="40" y="0" width="20" height="20"/>
<rect x="80" y="0" width="20" height="20"/>
<rect x="120" y="0" width="20" height="20"/>
<rect x="20" y="20" width="20" height="20"/>
<rect x="60" y="20" width="20" height="20"/>
<rect x="100" y="20" width="20" height="20"/>
<rect x="140" y="20" width="20" height="20"/>
<rect x="0" y="40" width="20" height="20"/>
<rect x="40" y="40" width="20" height="20"/>
<rect x="80" y="40" width="20" height="20"/>
<rect x="120" y="40" width="20" height="20"/>
<rect x="20" y="60" width="20" height="20"/>
<rect x="60" y="60" width="20" height="20"/>
<rect x="100" y="60" width="20" height="20"/>
<rect x="140" y="60" width="20" height="20"/>
<rect x="0" y="80" width="20" height="20"/>
<rect x="40" y="80" width="20" height="20"/>
<rect x="80" y="80" width="20" height="20"/>
<rect x="120" y="80" width="20" height="20"/>
<rect x="20" y="100" width="20" height="20"/>
<rect x="60" y="100" width="20" height="20"/>
<rect x="100" y="100" width="20" height="20"/>
<rect x="140" y="100" width="20" height="20"/>
<rect x="0" y="120" width="20" height="20"/>
<rect x="40" y="120" width="20" height="20"/>
<rect x="80" y="120" width="20" height="20"/>
<rect x="120" y="120" width="20" height="20"/>
<rect x="20" y="140" width="20" height="20"/>
<rect x="60" y="140" width="20" height="20"/>
<rect x="100" y="140" width="20" height="20"/>
<rect x="140" y="140" width="20" height="20"/>
</g>
</g>
<!-- Flying Cat -->
<g transform="translate(-30,-50)">
<ellipse cx="0" cy="0" rx="45" ry="25" fill="url(#catGradient)" />
<circle cx="-20" cy="-10" r="8" fill="#fff"/>
<circle cx="20" cy="-10" r="8" fill="#fff"/>
<circle cx="-20" cy="-12" r="3" fill="#333"/>
<circle cx="20" cy="-12" r="3" fill="#333"/>
<path d="M-20,10 Q0,25 20,10" stroke="#333" fill="none" stroke-width="2"/>
<polygon points="-50,-5,-90,-35,-80,-40" fill="#ffcc99"/>
<polygon points="50,-5,90,-35,80,-40" fill="#ffcc99"/>
</g>
<!-- Animated Tiny Raincloud -->
<g transform="translate(60,-100)">
<path d="M20,15 a10,10 0 0,1 -20,0 15,15 0 1,1 30,0" fill="url(#cloudGradient)"/>
<animateTransform attributeName="transform" attributeType="XML" type="translate" from="0 0" to="0 5" begin="0s" dur="0.5s" repeatCount="indefinite" additive="sum" />
<!-- Raindrops -->
<path d="M8,20 Q9,22 7,25" fill="#69a3ff"/>
<path d="M12,22 Q13,24 11,27" fill="#69a3ff"/>
<path d="M16,20 Q17,22 15,25" fill="#69a3ff"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Gradients and Patterns -->
<defs>
<linearGradient id="skygradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#E0F7FF" />
</linearGradient>
<linearGradient id="catgradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#9B7653" />
<stop offset="100%" stop-color="#6F4E37" />
</linearGradient>
<radialGradient id="cloudgradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFFFF" />
<stop offset="70%" stop-color="#E0E0E0" />
<stop offset="100%" stop-color="#C0C0C0" />
</radialGradient>
<pattern id="chessboard" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="8" height="8" fill="#F0D9B5" />
<rect x="8" y="0" width="8" height="8" fill="#B58863" />
<rect x="0" y="8" width="8" height="8" fill="#B58863" />
<rect x="8" y="8" width="8" height="8" fill="#F0D9B5" />
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skygradient)" />
<!-- Clouds in the background -->
<g class="background-clouds">
<ellipse cx="50" cy="50" rx="25" ry="15" fill="white" opacity="0.6" />
<ellipse cx="70" cy="45" rx="20" ry="12" fill="white" opacity="0.6" />
<ellipse cx="35" cy="45" rx="15" ry="10" fill="white" opacity="0.6" />
<ellipse cx="230" cy="70" rx="30" ry="18" fill="white" opacity="0.6" />
<ellipse cx="250" cy="65" rx="25" ry="15" fill="white" opacity="0.6" />
<ellipse cx="210" cy="65" rx="20" ry="12" fill="white" opacity="0.6" />
</g>
<!-- Flying Cat -->
<g class="cat" transform="translate(120, 130) rotate(-15)">
<!-- Cat body -->
<ellipse cx="0" cy="0" rx="40" ry="25" fill="url(#catgradient)" />
<!-- Wings -->
<path d="M-20,-5 C-50,-30 -60,20 -25,10 Z" fill="#B58863" stroke="#6F4E37" stroke-width="1" />
<path d="M20,-5 C50,-30 60,20 25,10 Z" fill="#B58863" stroke="#6F4E37" stroke-width="1" />
<!-- Cat head -->
<circle cx="35" cy="-5" r="20" fill="url(#catgradient)" />
<!-- Cat ears -->
<path d="M25,-20 L35,-35 L45,-20 Z" fill="#6F4E37" />
<path d="M45,-20 L55,-35 L50,-15 Z" fill="#6F4E37" />
<!-- Cat face -->
<ellipse cx="30" cy="-10" rx="3" ry="5" fill="white" />
<ellipse cx="40" cy="-10" rx="3" ry="5" fill="white" />
<circle cx="30" cy="-10" r="1.5" fill="black" />
<circle cx="40" cy="-10" r="1.5" fill="black" />
<path d="M35,-5 L35,0 M30,5 Q35,7 40,5" stroke="black" stroke-width="1" fill="none" />
<!-- Cat whiskers -->
<line x1="25" y1="-2" x2="15" y2="-5" stroke="black" stroke-width="0.5" />
<line x1="25" y1="0" x2="15" y2="0" stroke="black" stroke-width="0.5" />
<line x1="25" y1="2" x2="15" y2="5" stroke="black" stroke-width="0.5" />
<line x1="45" y1="-2" x2="55" y2="-5" stroke="black" stroke-width="0.5" />
<line x1="45" y1="0" x2="55" y2="0" stroke="black" stroke-width="0.5" />
<line x1="45" y1="2" x2="55" y2="5" stroke="black" stroke-width="0.5" />
<!-- Cat tail -->
<path d="M-40,0 C-60,20 -70,-20 -40,-15" fill="none" stroke="#6F4E37" stroke-width="5" />
</g>
<!-- Chess Board -->
<g class="chess-board" transform="translate(150, 170) rotate(15)">
<rect x="-30" y="-30" width="64" height="64" fill="url(#chessboard)" stroke="#5D4037" stroke-width="3" />
<!-- Chess pieces -->
<circle cx="-22" cy="-22" r="5" fill="black" />
<path d="M-6,-22 L-10,-18 L-6,-14 L-2,-18 Z" fill="black" />
<path d="M10,-22 L10,-14 L15,-14 L15,-22 Z M12.5,-14 L12.5,-12 L8,-12 L17,-12 Z" fill="black" stroke="black" stroke-width="0.5" />
<circle cx="-22" cy="-6" r="5" fill="white" stroke="#333" stroke-width="0.5" />
<path d="M-6,-6 L-10,-2 L-6,2 L-2,-2 Z" fill="white" stroke="#333" stroke-width="0.5" />
<path d="M12.5,-6 C12.5,-8 8,-8 8,-6 C8,-4 17,-4 17,-6 C17,-8 12.5,-8 12.5,-6 Z M12.5,-6 L12.5,2 M8,2 L17,2" fill="white" stroke="#333" stroke-width="0.5" />
</g>
<!-- Rain Cloud Character -->
<g class="rain-cloud" transform="translate(200, 120)">
<!-- Cloud body -->
<ellipse cx="0" cy="0" rx="20" ry="12" fill="url(#cloudgradient)" />
<ellipse cx="-15" cy="0" rx="12" ry="9" fill="url(#cloudgradient)" />
<ellipse cx="15" cy="0" rx="12" ry="9" fill="url(#cloudgradient)" />
<ellipse cx="-5" cy="-5" rx="10" ry="8" fill="url(#cloudgradient)" />
<ellipse cx="5" cy="-8" rx="10" ry="7" fill="url(#cloudgradient)" />
<!-- Cloud face -->
<circle cx="-5" cy="0" r="2" fill="#333" />
<circle cx="5" cy="0" r="2" fill="#333" />
<path d="M-3,6 Q0,9 3,6" stroke="#333" stroke-width="1.5" fill="none" />
<!-- Rain drops -->
<path d="M-12,12 L-10,18 M-5,10 L-3,16 M2,10 L4,16 M9,11 L11,17 M16,12 L18,18" stroke="#4FC3F7" stroke-width="2" stroke-linecap="round">
<animate attributeName="opacity" values="1;0;1" dur="1.5s" repeatCount="indefinite" />
</path>
<!-- Tiny crown on cloud -->
<path d="M0,-15 L-5,-10 L0,-12 L5,-10 L0,-15 Z" fill="#FFD700" stroke="#E6BE8A" stroke-width="0.5" />
<!-- Lightning bolt -->
<path d="M-16,5 L-12,9 L-14,13 L-10,11" stroke="#FFEB3B" stroke-width="2" fill="none">
<animate attributeName="opacity" values="0;1;0" dur="2s" repeatCount="indefinite" />
</path>
<!-- Chess piece in cloud's tiny paw/hand -->
<path d="M12,6 C14,6 15,7 15,9 C15,11 12,11 12,13 L16,13 L16,14 L8,14 L8,13 L12,13 C12,11 9,11 9,9 C9,7 10,6 12,6 Z" fill="white" stroke="#333" stroke-width="0.5" />
<path d="M7,9 C8,8 9,10 7,10 Z" fill="url(#cloudgradient)" stroke="#AAA" stroke-width="0.5" />
</g>
<!-- Motion lines and special effects -->
<g class="effects">
<path d="M100,100 C110,90 120,95 125,90" stroke="#FFD700" stroke-width="1" stroke-dasharray="3,2" opacity="0.6">
<animate attributeName="stroke-dashoffset" from="0" to="5" dur="0.5s" repeatCount="indefinite" />
</path>
<path d="M180,140 C190,145 195,150 200,145" stroke="#FFD700" stroke-width="1" stroke-dasharray="3,2" opacity="0.6">
<animate attributeName="stroke-dashoffset" from="0" to="5" dur="0.5s" repeatCount="indefinite" />
</path>
<path d="M90,150 C100,160 110,155 115,165" stroke="#FFD700" stroke-width="1" stroke-dasharray="3,2" opacity="0.6">
<animate attributeName="stroke-dashoffset" from="0" to="5" dur="0.5s" repeatCount="indefinite" />
</path>
</g>
<!-- Thought bubbles -->
<g class="thought-bubbles">
<circle cx="80" cy="100" r="3" fill="white" />
<circle cx="85" cy="95" r="4" fill="white" />
<circle cx="92" cy="90" r="5" fill="white" />
<ellipse cx="105" cy="85" rx="10" ry="7" fill="white" />
<path d="M101,85 L103,81 L105,85 L107,81 L109,85" fill="none" stroke="#333" stroke-width="0.5" />
<circle cx="220" cy="90" r="3" fill="white" />
<circle cx="225" cy="85" r="4" fill="white" />
<circle cx="230" cy="80" r="5" fill="white" />
<ellipse cx="240" cy="72" rx="10" ry="7" fill="white" />
<path d="M237,72 L237,68 L241,68 L240,72 L244,72" fill="none" stroke="#333" stroke-width="0.5" />
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed and creative, depicting a clear scene of a flying cat and an animated raincloud interacting over a chessboard.
The composition is visually appealing with a clear sky background and expressive elements.
In contrast, Player 1's image is more simplistic and lacks detail, making it less effective in conveying the prompt.
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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"