Creative Challenge
"Saxophone-playing cat under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.3">
<stop offset="0%" style="stop-color:#fffacd; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffe4b5; stop-opacity:0.7" />
</radialGradient>
<linearGradient id="saxophoneGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8c00; stop-opacity:1" />
</linearGradient>
<linearGradient id="catGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8a2be2; stop-opacity:1" />
<stop offset="100%" style="stop-color:#4b0082; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="darkblue" />
<circle cx="80" cy="80" r="50" fill="url(#moonGradient)" />
<path d="M40 50 C 70 10, 130 10, 160 50 S 190 110, 160 150 C 130 190, 70 190, 40 150 S 10 90, 40 50 Z" fill="none" stroke="darkblue" stroke-width="30"/>
<ellipse cx="150" cy="190" rx="35" ry="50" fill="url(#catGradient)" />
<path d="M155 140 Q 180 150, 160 170" fill="none" stroke="#4b0082" stroke-width="5"/>
<path d="M145 140 Q 120 150, 140 170" fill="none" stroke="#4b0082" stroke-width="5"/>
<ellipse cx="145" cy="185" rx="3" ry="6" fill="white" />
<ellipse cx="155" cy="185" rx="3" ry="6" fill="white" />
<path d="M160 200 C 170 210, 190 220, 210 210 L 215 215 Q 200 230, 170 220 L 160 210 Z" fill="url(#saxophoneGradient)" />
<circle cx="200" cy="255" r="5" fill="gold" />
<circle cx="210" cy="250" r="5" fill="gold" />
<circle cx="200" cy="240" r="5" fill="gold" />
<circle cx="210" cy="230" r="5" fill="gold" />
<path d="M110 240 Q 120 230, 130 240 T 150 240" fill="none" stroke="#8a2be2" stroke-width="5" />
<text x="80" y="280" fill="white" font-family="Monospace" font-size="20px">Jazz Night</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" stop-color="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</radialGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#f0e68c"/>
</linearGradient>
<linearGradient id="catGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffdab9"/>
<stop offset="100%" stop-color="#cd853f"/>
</linearGradient>
<linearGradient id="saxGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#a52a2a"/>
<stop offset="100%" stop-color="#8b0000"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Crescent Moon -->
<path d="M200,80
a40,40 0 1,0 0,1
a30,40 0 1,1 0,-1"
fill="url(#moonGradient)" stroke="#fdf5e6" stroke-width="2"/>
<!-- Stars -->
<g fill="#fff">
<circle cx="60" cy="50" r="2"/>
<circle cx="90" cy="90" r="1.5"/>
<circle cx="120" cy="40" r="2"/>
<circle cx="180" cy="60" r="1.5"/>
<circle cx="240" cy="30" r="2"/>
<circle cx="270" cy="80" r="1.5"/>
<circle cx="220" cy="100" r="2"/>
</g>
<!-- Cat Body -->
<ellipse cx="150" cy="200" rx="40" ry="20" fill="url(#catGradient)" stroke="#8b4513" stroke-width="2"/>
<!-- Cat Head -->
<circle cx="150" cy="170" r="15" fill="url(#catGradient)" stroke="#8b4513" stroke-width="2"/>
<!-- Ears -->
<polygon points="142,165 140,160 145,163" fill="url(#catGradient)" stroke="#8b4513" stroke-width="1"/>
<polygon points="158,165 160,160 155,163" fill="url(#catGradient)" stroke="#8b4513" stroke-width="1"/>
<!-- Eyes -->
<circle cx="147" cy="168" r="2" fill="#000"/>
<circle cx="153" cy="168" r="2" fill="#000"/>
<!-- Saxophone -->
<path d="M150,175
l30,10
a5,5 0 0,1 5,5
l-5,10
a5,5 0 0,1 -5,5
l-30,10"
fill="url(#saxGradient)" stroke="#8b0000" stroke-width="1"/>
<circle cx="180" cy="200" r="2" fill="#000"/>
<circle cx="185" cy="205" r="2" fill="#000"/>
<!-- Cat Tail -->
<path d="M110,200
q-20,10 -10,30"
stroke="#cd853f" stroke-width="4" fill="none" stroke-linecap="round"/>
<!-- Musical Notes -->
<g fill="#ffd700">
<path d="M140,140
q5,-15 15,-5
t10,10
q5,-10 15,-5
t10,10" />
<path d="M170,130
q5,-15 15,-5
t10,10
q5,-10 15,-5
t10,10" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the prompt more effectively, with a recognizable cat and saxophone under a crescent moon.
The composition is clear and visually appealing, featuring a well-defined moon and musical notes.
Player 1's image, while creative, lacks clarity in depicting the cat and saxophone, making it less aligned with 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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"
"Floating castle above a swirling whirlpool"