Creative Challenge
"A cat playing the cello on a moonlit rooftop"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#001d3d"/>
<stop offset="100%" stop-color="#000814"/>
</linearGradient>
<linearGradient id="roofGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#3a3a3a"/>
<stop offset="100%" stop-color="#1c1c1c"/>
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffde7"/>
<stop offset="100%" stop-color="#ffe082"/>
</radialGradient>
<linearGradient id="cellGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#8d6e63"/>
<stop offset="100%" stop-color="#5d4037"/>
</linearGradient>
<linearGradient id="catGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#ffcc80"/>
<stop offset="100%" stop-color="#ff8a65"/>
</linearGradient>
</defs>
<!-- Night sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Sparkling stars -->
<g id="stars">
<circle cx="50" cy="30" r="1.2" fill="white"/>
<circle cx="80" cy="70" r="0.8" fill="white"/>
<circle cx="120" cy="20" r="1" fill="white"/>
<circle cx="160" cy="60" r="1" fill="white"/>
<circle cx="200" cy="50" r="1.3" fill="white"/>
<circle cx="220" cy="80" r="1.1" fill="white"/>
<circle cx="260" cy="40" r="0.9" fill="white"/>
</g>
<!-- Glowing moon -->
<circle cx="240" cy="60" r="30" fill="url(#moonGradient)" opacity="0.85"/>
<!-- Rooftop silhouette -->
<rect x="0" y="240" width="300" height="60" fill="url(#roofGradient)"/>
<!-- Cello: a stylized instrument held on the rooftop -->
<g id="cello" transform="translate(150,175) rotate(-10)">
<!-- Neck -->
<rect x="-1" y="-30" width="2" height="40" fill="url(#cellGradient)" stroke="black" stroke-width="0.3"/>
<!-- Body -->
<ellipse cx="0" cy="20" rx="8" ry="16" fill="url(#cellGradient)" stroke="black" stroke-width="0.3"/>
<!-- F-hole details -->
<path d="M -3,18 Q 0,22 3,18" fill="none" stroke="black" stroke-width="0.3"/>
<path d="M -3,24 Q 0,28 3,24" fill="none" stroke="black" stroke-width="0.3"/>
</g>
<!-- Cat playing the cello -->
<g id="cat" transform="translate(150,160)">
<!-- Graceful tail -->
<path d="M10,10 C20,15 20,25 10,30" fill="none" stroke="url(#catGradient)" stroke-width="2" stroke-linecap="round"/>
<!-- Body -->
<ellipse cx="0" cy="10" rx="10" ry="12" fill="url(#catGradient)" stroke="black" stroke-width="0.5"/>
<!-- Head -->
<circle cx="0" cy="-10" r="6" fill="url(#catGradient)" stroke="black" stroke-width="0.5"/>
<!-- Ears -->
<polygon points="-4,-16 -1,-10 -7,-10" fill="url(#catGradient)" stroke="black" stroke-width="0.5"/>
<polygon points="4,-16 1,-10 7,-10" fill="url(#catGradient)" stroke="black" stroke-width="0.5"/>
<!-- Eyes -->
<circle cx="-2" cy="-11" r="0.8" fill="black"/>
<circle cx="2" cy="-11" r="0.8" fill="black"/>
<!-- Whiskers -->
<line x1="-6" y1="-10" x2="-12" y2="-10" stroke="black" stroke-width="0.3"/>
<line x1="-6" y1="-8" x2="-12" y2="-6" stroke="black" stroke-width="0.3"/>
<line x1="6" y1="-10" x2="12" y2="-10" stroke="black" stroke-width="0.3"/>
<line x1="6" y1="-8" x2="12" y2="-6" stroke="black" stroke-width="0.3"/>
<!-- Reaching arms (paws) -->
<path d="M -5,2 Q -8,-5 -2,-10" fill="none" stroke="black" stroke-width="0.5" stroke-linecap="round"/>
<path d="M 5,2 Q 8,-5 2,-10" fill="none" stroke="black" stroke-width="0.5" stroke-linecap="round"/>
<!-- Legs -->
<path d="M -3,20 Q -2,25 0,25" fill="none" stroke="black" stroke-width="0.5"/>
<path d="M 3,20 Q 2,25 0,25" fill="none" stroke="black" stroke-width="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#D0D0F5;stop-opacity:0" />
</radialGradient>
<linearGradient id="roofGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#705050;stop-opacity:1" />
<stop offset="100%" style="stop-color:#504040;stop-opacity:1" />
</linearGradient>
<pattern id="catPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="5" fill="#FFD700" />
</pattern>
</defs>
<rect width="300" height="300" fill="#252850" />
<circle cx="220" cy="60" r="40" fill="url(#moonGradient)" />
<g transform="translate(30,160)">
<rect width="240" height="50" fill="url(#roofGradient)" />
<polygon points="0,-10 60,-30 180,-30 240,-10" fill="url(#roofGradient)" />
</g>
<g transform="translate(100,100)">
<path d="M30,80 Q40,40 50,80" fill="#6B4226" stroke="#5A321D" stroke-width="2"/>
<path d="M40,30 Q60,60 60,140" fill="none" stroke="#6B4226" stroke-width="10" />
<rect x="36" y="90" width="8" height="50" fill="#4D2E15" />
<circle cx="40" cy="140" r="15" fill="#5A321D" />
</g>
<g transform="translate(130,100)">
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#catPattern)" stroke="#4D4A4A" stroke-width="3"/>
<polygon points="-10,-10 -3,-30 3,-30 10,-10" fill="#6B4226" stroke="#5A321D" stroke-width="2" />
<circle cx="-12" cy="-25" r="3" fill="#FFFFFF" />
<circle cx="12" cy="-25" r="3" fill="#FFFFFF" />
<path d="M0,0 Q10,20 5,40" fill="none" stroke="#000" stroke-width="2" />
<path d="M0,0 Q-10,20 -5,40" fill="none" stroke="#000" stroke-width="2" />
</g>
<g transform="translate(252,180)">
<path d="M0,0 C10,10 20,0 30,-10" stroke="#FFFACD" stroke-width="3" fill="none" />
<path d="M5,5 C15,15 25,5 35,-5" stroke="#FFD700" stroke-width="3" fill="none" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the prompt more effectively by incorporating more detailed elements such as the rooftop and a clearer depiction of the cello and cat.
The composition is visually richer and the use of color and shapes is more creative, enhancing the moonlit atmosphere.
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
"Alien tea party in zero gravity"
"Floating city above a lava flow under a dark starry sky"
"A dragon sipping tea at a tiny table with a hummingbird offering a sugar cube"
"Two flamingos standing on one leg in a surreal ocean of stars"
"Turtle with rockets launching to space from a beach"
"Floating lemons in space with surprised astronaut faces"