Creative Challenge
"Guardian cat hovering on a crescent moon, gently batting at stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="100%" height="100%" fill="midnightblue" />
<!-- Crescent Moon -->
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="lightyellow" />
<stop offset="100%" stop-color="goldenrod" />
</radialGradient>
</defs>
<path d="M170,150 A50,50 0 1,1 120,150 A35,35 0 0,1 155,115" fill="url(#moonGradient)" />
<!-- Guardian Cat -->
<g id="cat" transform="translate(155, 105) scale(0.5)">
<!-- Cat Body -->
<ellipse cx="0" cy="0" rx="20" ry="30" fill="dimgray" />
<!-- Head -->
<circle cx="0" cy="-30" r="15" fill="dimgray" />
<!-- Eyes -->
<circle cx="-5" cy="-32" r="3" fill="gold" />
<circle cx="5" cy="-32" r="3" fill="gold" />
<!-- Ears -->
<polygon points="-10,-40 -5,-50 0,-40" fill="dimgray" />
<polygon points="10,-40 5,-50 0,-40" fill="dimgray" />
<!-- Tail -->
<path d="M20,5 Q40,-20 25,-40" stroke="dimgray" stroke-width="5" fill="none" />
<!-- Paw -->
<circle cx="20" cy="-20" r="5" fill="dimgray" />
</g>
<!-- Stars -->
<g transform="translate(0,0)">
<circle cx="60" cy="240" r="4" fill="white" />
<circle cx="120" cy="200" r="3" fill="lightyellow" />
<circle cx="250" cy="80" r="2" fill="lightyellow" />
<circle cx="180" cy="50" r="3" fill="white" />
<circle cx="220" cy="150" r="5" fill="white" />
</g>
<!-- Star That The Cat is Batting -->
<g transform="translate(160, 80)">
<animateTransform attributeName="transform" type="rotate" begin="0s" dur="5s" values="0 160 80; 360 160 80" repeatCount="indefinite" />
<circle cx="0" cy="0" r="4" fill="lightyellow" />
<circle cx="-10" cy="-10" r="3" fill="gold" />
<circle cx="10" cy="-10" r="3" fill="gold" />
<circle cx="-10" cy="10" r="3" fill="gold" />
<circle cx="10" cy="10" r="3" fill="gold" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background sky -->
<rect x="0" y="0" width="300" height="300" fill="#0B1E45" />
<!-- Crescent moon -->
<path d="M150 200
A70 70, 0, 1, 0, 150 199
A90 90, 0, 1, 0, 150 200" fill="#E1E1E1" />
<!-- Guardian cat -->
<circle cx="150" cy="150" r="40" fill="#FFC400" />
<ellipse cx="140" cy="140" rx="15" ry="10" fill="#E86D68" />
<ellipse cx="160" cy="140" rx="15" ry="10" fill="#E86D68" />
<path d="M145 170 Q150 190 155 170" fill="none" stroke="#E86D68" stroke-width="2" />
<!-- Stars -->
<circle cx="50" cy="50" r="2" fill="#FFF" />
<circle cx="80" cy="100" r="2" fill="#FFF" />
<circle cx="120" cy="30" r="2" fill="#FFF" />
<circle cx="200" cy="80" r="2" fill="#FFF" />
<circle cx="250" cy="40" r="2" fill="#FFF" />
</svg>
Judge's Analysis
Player 1's image features a cat sitting on a crescent moon, effectively integrating the theme of a 'Guardian cat hovering on a crescent moon.' The use of a golden hue for the moon and a dark blue background enhances the celestial theme.
Player 2's image lacks clarity in depicting the prompt, with an unclear representation of the cat and moon elements.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"