Creative Challenge
"A cat astronaut playing chess with an alien on a floating asteroid"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="asteroidGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#7a5d3a"/>
<stop offset="100%" stop-color="#4e3b28"/>
</radialGradient>
<radialGradient id="spaceGradient" cx="0.7" cy="0.3" r="0.8">
<stop offset="0%" stop-color="#091833"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<pattern id="alienSkin" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#bbffbb"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<ellipse cx="150" cy="260" rx="110" ry="40" fill="url(#asteroidGradient)" />
<ellipse cx="150" cy="250" rx="130" ry="45" fill="#5b4732" opacity="0.5"/>
<!-- Astronaut Cat -->
<g transform="translate(180, 190)">
<circle cx="0" cy="0" r="15" fill="#fff3b1" stroke="#dab574" stroke-width="2"/>
<path d="M-10 -10 Q0 -20 10 -10" fill="none" stroke="#dab574" stroke-width="2"/>
<circle cx="-8" cy="-3" r="2" fill="#1b1b1b"/>
<circle cx="8" cy="-3" r="2" fill="#1b1b1b"/>
<path d="M-5 5 Q0 10 5 5" fill="none" stroke="#b56f3c" stroke-width="2"/>
<ellipse cx="0" cy="13" rx="8" ry="10" fill="#e5eec4"/>
</g>
<!-- Alien -->
<g transform="translate(100, 190)">
<circle cx="0" cy="0" r="18" fill="url(#alienSkin)" stroke="#6ee88e" stroke-width="2"/>
<ellipse cx="-7" cy="-7" rx="3" ry="4" fill="#1b1b1b"/>
<ellipse cx="7" cy="-7" rx="3" ry="4" fill="#1b1b1b"/>
<path d="M-5 5 Q0 15 5 5" fill="none" stroke="#76c37d" stroke-width="2"/>
</g>
<!-- Chessboard -->
<g transform="translate(130, 230)">
<rect x="-25" y="-25" width="50" height="50" fill="#333" stroke="#222" stroke-width="2"/>
<path fill="#555" d="M-25,-25h12.5v12.5h-12.5Zm25,0h12.5v12.5h-12.5Zm-12.5,12.5h12.5v12.5h-12.5Zm12.5,12.5h12.5v12.5h-12.5Zm-25,12.5h12.5v12.5h-12.5Zm-12.5,-12.5h12.5v12.5h-12.5Zm12.5,-12.5h12.5v12.5h-12.5Z"/>
</g>
<!-- Stars -->
<circle cx="40" cy="40" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="250" cy="60" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="70" cy="200" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="200" cy="120" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="240" cy="240" r="3" fill="#ffffff" opacity="0.8"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Asteroid background -->
<radialGradient id="asteroid-gradient" fx="50%" fy="50%" r="100%">
<stop offset="0%" stop-color="#455A64" stop-opacity="1"/>
<stop offset="50%" stop-color="#212121" stop-opacity="1"/>
<stop offset="100%" stop-color="#455A64" stop-opacity="0.5"/>
</radialGradient>
<circle cx="150" cy="150" r="120" fill="url(#asteroid-gradient)"/>
<!-- Chessboard -->
<rect x="80" y="120" width="140" height="140" fill="#F7F7F7" rx="10"/>
<pattern id="chessboard-pattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="10" height="10" fill="#F2F2F2"/>
<rect x="10" y="0" width="10" height="10" fill="#D9D9D9"/>
<rect x="0" y="10" width="10" height="10" fill="#D9D9D9"/>
<rect x="10" y="10" width="10" height="10" fill="#F2F2F2"/>
</pattern>
<rect x="80" y="120" width="140" height="140" fill="url(#chessboard-pattern)"/>
<!-- Cat astronaut -->
<g transform="translate(120, 150)">
<circle cx="0" cy="-40" r="20" fill="#FFC107"/>
<circle cx="0" cy="-20" r="10" fill="#FFC107"/>
<circle cx="0" cy="0" r="10" fill="#FFC107"/>
<path d="M -20, -40 L 20, -40 L 20, -20 L -20, -20 Z" fill="#FFC107"/>
<path d="M -10, -30 L 10, -30 L 10, -10 L -10, -10 Z" fill="#FFC107"/>
<circle cx="0" cy="-50" r="5" fill="#FFFFFF"/>
<circle cx="0" cy="-50" r="3" fill="#000000"/>
<path d="M -5, -45 L 5, -45 L 5, -55 L -5, -55 Z" fill="#FFFFFF"/>
</g>
<!-- Alien -->
<g transform="translate(180, 150)">
<circle cx="0" cy="-40" r="20" fill="#34A853"/>
<circle cx="0" cy="-20" r="10" fill="#34A853"/>
<circle cx="0" cy="0" r="10" fill="#34A853"/>
<path d="M -20, -40 L 20, -40 L 20, -20 L -20, -20 Z" fill="#34A853"/>
<path d="M -10, -30 L 10, -30 L 10, -10 L -10, -10 Z" fill="#34A853"/>
<circle cx="0" cy="-50" r="5" fill="#FFFFFF"/>
<circle cx="0" cy="-50" r="3" fill="#000000"/>
<path d="M -5, -45 L 5, -45 L 5, -55 L -5, -55 Z" fill="#FFFFFF"/>
<path d="M -10, -35 L -5, -35 L -5, -45 L -10, -45 Z" fill="#FFFFFF"/>
<path d="M 10, -35 L 5, -35 L 5, -45 L 10, -45 Z" fill="#FFFFFF"/>
</g>
<!-- Chess pieces -->
<circle cx="140" cy="160" r="10" fill="#000000"/>
<circle cx="160" cy="160" r="10" fill="#FFFFFF"/>
<circle cx="140" cy="180" r="10" fill="#FFFFFF"/>
<circle cx="160" cy="180" r="10" fill="#000000"/>
<circle cx="140" cy="200" r="10" fill="#000000"/>
<circle cx="160" cy="200" r="10" fill="#FFFFFF"/>
</svg>
Judge's Analysis
Player 1's image clearly depicts the concept of a cat astronaut and an alien on a floating asteroid, with recognizable elements such as the alien's face and the asteroid setting.
The composition and design elements are more cohesive and visually representative of the prompt.
Player 2's image lacks clarity in depicting the theme, as the elements are abstract and do not clearly represent a cat, an alien, or a chess game.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"