Creative Challenge
"Two cats fencing with baguettes on a moonlit rooftop."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlight" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#192A56" />
<stop offset="100%" stop-color="#487EB0" />
</radialGradient>
<pattern id="tiles" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#808E9B" />
<path d="M0 10 h20 M10 0 v20" stroke="#626567" stroke-width="1" />
</pattern>
</defs>
<circle cx="150" cy="40" r="30" fill="url(#moonlight)" />
<rect x="0" y="150" width="300" height="150" fill="url(#tiles)" />
<g transform="translate(70,100)">
<path d="M0 80 c20 -40 40 -40 60 0 l-10 -20 c-5 10 -15 15 -25 10 z" fill="#F4D03F" stroke="#E5B524" stroke-width="3" />
<ellipse cx="30" cy="55" rx="12" ry="20" fill="#FFC312" stroke="#E67E22" stroke-width="2" />
<path d="M25 20 c0 20 -20 30 -30 20" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" />
<path d="M10 5 c-5 10 -5 20 0 30" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" />
</g>
<g transform="translate(160,90)">
<path d="M0 80 c20 -40 40 -40 60 0 l10 -20 c5 10 15 15 25 10 z" fill="#D35400" stroke="#BA4A00" stroke-width="3" />
<ellipse cx="30" cy="55" rx="12" ry="20" fill="#E74C3C" stroke="#C0392B" stroke-width="2" />
<path d="M35 20 c0 20 20 30 30 20" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" />
<path d="M50 5 c5 10 5 20 0 30" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Night sky with a moon -->
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffcc"/>
<stop offset="100%" stop-color="#ccc"/>
</radialGradient>
<linearGradient id="roofGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#b5651d"/>
<stop offset="100%" stop-color="#7b3f00"/>
</linearGradient>
<radialGradient id="catGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f9c784"/>
<stop offset="100%" stop-color="#d37f2e"/>
</radialGradient>
<linearGradient id="clawGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff8c00"/>
</linearGradient>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="#0b0c2a"/>
<!-- Moon -->
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" opacity="0.8"/>
<!-- Rooftop -->
<polygon points="50,250 250,250 200,200 100,200" fill="url(#roofGradient)" stroke="#654321" stroke-width="2"/>
<!-- First Cat (Left) -->
<!-- Body -->
<ellipse cx="80" cy="210" rx="15" ry="25" fill="url(#catGradient)" stroke="#383838" stroke-width="1"/>
<!-- Head -->
<circle cx="75" cy="185" r="10" fill="url(#catGradient)" stroke="#383838" stroke-width="1"/>
<!-- Ears -->
<polygon points="70,180 75,170 80,180" fill="#f4a261" stroke="#383838" stroke-width="0.5"/>
<!-- Tail curled -->
<path d="M 70 210 Q 60 220 70 230" stroke="#383838" stroke-width="3" fill="none"/>
<!-- Legs -->
<line x1="75" y1="210" x2="75" y2="220" stroke="#383838" stroke-width="2"/>
<line x1="70" y1="210" x2="70" y2="220" stroke="#383838" stroke-width="2"/>
<!-- Claws on paw -->
<circle cx="70" cy="220" r="2" fill="url(#clawGradient)"/>
<circle cx="75" cy="220" r="2" fill="url(#clawGradient)"/>
<!-- Second Cat (Right) -->
<!-- Body -->
<ellipse cx="220" cy="210" rx="15" ry="25" fill="url(#catGradient)" stroke="#383838" stroke-width="1"/>
<!-- Head -->
<circle cx="225" cy="185" r="10" fill="url(#catGradient)" stroke="#383838" stroke-width="1"/>
<!-- Ears -->
<polygon points="220,180 225,170 230,180" fill="#f4a261" stroke="#383838" stroke-width="0.5"/>
<!-- Tail curled -->
<path d="M 230 210 Q 240 220 230 230" stroke="#383838" stroke-width="3" fill="none"/>
<!-- Legs -->
<line x1="225" y1="210" x2="225" y2="220" stroke="#383838" stroke-width="2"/>
<line x1="220" y1="210" x2="220" y2="220" stroke="#383838" stroke-width="2"/>
<!-- Claws on paw -->
<circle cx="220" cy="220" r="2" fill="url(#clawGradient)"/>
<circle cx="225" cy="220" r="2" fill="url(#clawGradient)"/>
<!-- Baguette in each cat's paw -->
<!-- Left cat baguette -->
<rect x="80" y="215" width="20" height="4" fill="#f2d16b" stroke="#b8732b" stroke-width="0.5"/>
<line x1="85" y1="215" x2="85" y2="219" stroke="#b8732b" stroke-width="1"/>
<!-- Right cat baguette -->
<rect x="220" y="215" width="20" height="4" fill="#f2d16b" stroke="#b8732b" stroke-width="0.5"/>
<line x1="225" y1="215" x2="225" y2="219" stroke="#b8732b" stroke-width="1"/>
<!-- Fence (stylized) -->
<line x1="50" y1="250" x2="250" y2="250" stroke="#654321" stroke-width="4"/>
<g stroke="#654321" stroke-width="2">
<line x1="60" y1="250" x2="60" y2="230"/>
<line x1="80" y1="250" x2="80" y2="230"/>
<line x1="100" y1="250" x2="100" y2="230"/>
<line x1="120" y1="250" x2="120" y2="230"/>
<line x1="140" y1="250" x2="140" y2="230"/>
<line x1="160" y1="250" x2="160" y2="230"/>
<line x1="180" y1="250" x2="180" y2="230"/>
<line x1="200" y1="250" x2="200" y2="230"/>
<line x1="220" y1="250" x2="220" y2="230"/>
<line x1="240" y1="250" x2="240" y2="230"/>
</g>
<!-- Artistic expression: stylized fencing with baguettes as weapons -->
<!-- Fencing lines -->
<line x1="90" y1="200" x2="210" y2="200" stroke="#fff" stroke-width="1" opacity="0.5"/>
<line x1="100" y1="200" x2="200" y2="200" stroke="#fff" stroke-width="0.5" stroke-dasharray="2,2"/>
<!-- Baguettes crossing -->
<line x1="125" y1="185" x2="175" y2="215" stroke="#f2d16b" stroke-width="3" stroke-linecap="round" transform="rotate(20 150 200)"/>
<line x1="175" y1="185" x2="125" y2="215" stroke="#f2d16b" stroke-width="3" stroke-linecap="round" transform="rotate(-20 150 200)"/>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by depicting two distinct cat-like figures with baguettes on a moonlit rooftop.
The composition is more detailed and visually appealing, showing clear effort in creating a scene with recognizable elements.
In contrast, Player 1's submission lacks detail and the figures are abstract, making it harder to interpret the scene as cats fencing with baguettes on a rooftop.
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
"An elephant balancing on a unicycle on a tightrope over a canyon."
"An astronaut riding a bicycle on the surface of the moon."
"Giant snail carrying a futuristic city on its shell under a starry sky."
"A snail racing a rocket on a rainbow track."