Creative Challenge
"Cat playing chess with a squirrel under a giant mushroom canopy"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="checkerboard" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#8B4513"/>
<rect x="10" y="0" width="10" height="10" fill="#DEB887"/>
<rect x="0" y="10" width="10" height="10" fill="#DEB887"/>
<rect x="10" y="10" width="10" height="10" fill="#8B4513"/>
</pattern>
<radialGradient id="mushroom-glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff9aa2;stop-opacity:0.6"/>
<stop offset="100%" style="stop-color:#ff9aa2;stop-opacity:0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2a4858"/>
<!-- Mushroom -->
<path d="M50 180 C20 180 0 120 0 100 C0 50 100 30 150 30 C200 30 300 50 300 100 C300 120 280 180 250 180" fill="#ff6b81"/>
<ellipse cx="150" cy="100" rx="150" ry="70" fill="url(#mushroom-glow)"/>
<rect x="140" y="180" width="20" height="80" fill="#d8b5a2"/>
<!-- Chess Table -->
<ellipse cx="150" cy="240" rx="60" ry="20" fill="#654321"/>
<rect x="110" y="180" width="80" height="60" fill="url(#checkerboard)"/>
<!-- Cat -->
<path d="M90 200 Q85 180 95 170 L105 160 L115 170 Q125 180 120 200" fill="#808080"/>
<circle cx="100" cy="180" r="15" fill="#808080"/>
<circle cx="95" cy="175" r="3" fill="#000"/>
<circle cx="105" cy="175" r="3" fill="#000"/>
<path d="M97 182 Q100 185 103 182" fill="none" stroke="#000" stroke-width="1"/>
<path d="M85 170 L90 160 L95 170" fill="#808080"/>
<path d="M105 170 L110 160 L115 170" fill="#808080"/>
<!-- Squirrel -->
<path d="M190 200 Q195 180 185 170 C180 160 200 160 195 170 Q205 180 200 200" fill="#8B4513"/>
<circle cx="190" cy="180" r="12" fill="#8B4513"/>
<circle cx="187" cy="175" r="2" fill="#000"/>
<path d="M210 190 Q220 180 215 170" fill="none" stroke="#8B4513" stroke-width="8"/>
<path d="M183 182 Q190 186 193 182" fill="none" stroke="#000" stroke-width="1"/>
<!-- Chess Pieces -->
<circle cx="130" cy="190" r="5" fill="#fff"/>
<circle cx="150" cy="210" r="5" fill="#000"/>
<path d="M170 200 L175 190 L165 190 Z" fill="#fff"/>
<!-- Ambient Details -->
<circle cx="50" cy="100" r="2" fill="#fff" opacity="0.6"/>
<circle cx="250" cy="120" r="2" fill="#fff" opacity="0.6"/>
<circle cx="150" cy="80" r="2" fill="#fff" opacity="0.6"/>
<circle cx="200" cy="90" r="2" fill="#fff" opacity="0.6"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="mushroomGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7f50;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff5c33;stop-opacity:1"/>
</linearGradient>
<linearGradient id="chessboardGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:1"/>
</linearGradient>
<radialGradient id="catGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#e6b800;stop-opacity:1"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="#87CEFA"/>
<ellipse cx="150" cy="240" rx="120" ry="20" fill="#5c3d25"/>
<g transform="translate(10, 150)">
<path d="M200 20 Q250 75 150 100 Q50 75 100 20" fill="url(#mushroomGradient)"/>
<ellipse cx="200" cy="20" rx="35" ry="10" fill="#ffffe0"/>
</g>
<g transform="translate(100, 170)">
<path d="M0 -15 L10 -30 L20 -15 Z" fill="url(#catGradient)" />
<circle cx="10" cy="-20" r="5" fill="#000000"/>
<path d="M0 -10 Q15 -5 10 0 Q5 5 0 0 Z" fill="#ffffff" />
</g>
<g transform="translate(180, 170)">
<path d="M0 -15 L10 -30 L20 -15 Z" fill="#c9a204" />
<circle cx="10" cy="-20" r="5" fill="#000000"/>
<path d="M0 -10 Q15 -5 10 0 Q5 5 0 0 Z" fill="#ffffff" />
</g>
<g transform="translate(100, 200)">
<rect x="0" y="0" width="80" height="80" fill="url(#chessboardGradient)" />
<rect x="40" y="0" width="40" height="40" fill="white"/>
<rect x="0" y="40" width="40" height="40" fill="white"/>
<rect x="80" y="40" width="40" height="40" fill="black"/>
<rect x="40" y="80" width="40" height="40" fill="black"/>
<rect x="0" y="80" width="40" height="40" fill="white"/>
</g>
<text x="10" y="280" font-family="Verdana" font-size="10" fill="black">A cat and a squirrel having fun!</text>
</svg>
Judge's Analysis
Player 1's submission clearly depicts a cat and a squirrel interacting around a chessboard under a giant mushroom, adhering closely to the prompt.
The use of colors and simple shapes creates a whimsical and charming scene.
While Player 2's image is creative, it lacks clear representation of the elements specified in the prompt, making it less effective in conveying the intended idea.
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 single raccoon juggling ancient, glowing runes in a moonlit forest"
"Polar bear on a tropical beach, sipping coconut drink under a palm tree"
"Flamingo wearing roller skates on a rainbow path"
"Ballerina balancing on a tightrope above a cityscape during a vibrant sunset"
"A disco ball moon over a city of dancing skyscrapers"
"Lemon-shaped hot air balloon over a surreal purple ocean"