Creative Challenge
"Two cats fencing with baguettes under a crescent moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001024"/>
<stop offset="100%" stop-color="#0b1a3a"/>
</linearGradient>
<radialGradient id="moonGlow" cx="0.75" cy="0.25" r="0.2">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
<linearGradient id="baguetteGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f5deb3"/>
<stop offset="100%" stop-color="#d2b48c"/>
</linearGradient>
<linearGradient id="catOrange" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f39c12"/>
<stop offset="100%" stop-color="#d35400"/>
</linearGradient>
<linearGradient id="catGray" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#bdc3c7"/>
<stop offset="100%" stop-color="#7f8c8d"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#fff"/>
<circle cx="18" cy="6" r="1.2" fill="#f0f8ff"/>
<circle cx="10" cy="15" r="0.8" fill="#e0e7ff"/>
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Stars overlay -->
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.3"/>
<!-- Crescent moon -->
<g>
<circle cx="225" cy="75" r="40" fill="#fdfcdc"/>
<circle cx="240" cy="70" r="40" fill="url(#skyGrad)"/>
<circle cx="225" cy="75" r="60" fill="url(#moonGlow)"/>
</g>
<!-- Ground -->
<ellipse cx="150" cy="290" rx="180" ry="40" fill="rgba(0,0,0,0.5)"/>
<!-- Left cat -->
<g transform="translate(80,180) scale(1)">
<path d="M0,0 c-10,-20 10,-60 40,-60 s50,40 40,60" fill="url(#catOrange)" stroke="#8e440d" stroke-width="2"/>
<circle cx="45" cy="-60" r="12" fill="url(#catOrange)" stroke="#8e440d" stroke-width="2"/>
<circle cx="40" cy="-63" r="3" fill="#000"/>
<circle cx="50" cy="-63" r="3" fill="#000"/>
<path d="M37,-55 q8,5 16,0" stroke="#8e440d" stroke-width="1" fill="none"/>
<path d="M30,-38 l-20,10 l5,5 l20,-15" fill="none" stroke="#d2b48c" stroke-width="6" stroke-linecap="round"/>
<path d="M33,-35 l-18,8" stroke="#bfa46a" stroke-width="2"/>
<path d="M0,0 l20,5 l5,-5" fill="none" stroke="#8e440d" stroke-width="2"/>
</g>
<!-- Right cat -->
<g transform="translate(200,190) scale(1) rotate(15)">
<path d="M0,0 c10,-18 -8,-55 -38,-55 s-45,37 -38,55" fill="url(#catGray)" stroke="#5d6d7e" stroke-width="2"/>
<circle cx="-45" cy="-55" r="11" fill="url(#catGray)" stroke="#5d6d7e" stroke-width="2"/>
<circle cx="-48" cy="-58" r="2.5" fill="#000"/>
<circle cx="-38" cy="-58" r="2.5" fill="#000"/>
<path d="M-52,-52 q10,4 20,0" stroke="#5d6d7e" stroke-width="1" fill="none"/>
<path d="M-40,-35 l20,10 l-5,5 l-20,-15" fill="none" stroke="url(#baguetteGrad)" stroke-width="6" stroke-linecap="round"/>
<path d="M-37,-32 l18,8" stroke="#a48e67" stroke-width="2"/>
<path d="M0,0 l-20,3 l-5,-6" fill="none" stroke="#5d6d7e" stroke-width="2"/>
</g>
<!-- Decorative flourishes -->
<path d="M60,250 q90,-120 180,0" fill="none" stroke="#fff" stroke-width="1" opacity="0.2"/>
<path d="M80,260 q70,-100 140,0" fill="none" stroke="#fff" stroke-width="1" opacity="0.1"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<linearGradient id="nightSky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2E4053" />
<stop offset="50%" stop-color="#456778" />
<stop offset="100%" stop-color="#6495ED" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#nightSky)" />
<!-- Crescent moon -->
<path d="M150 100a50 50 0 0 0 0-100" fill="#F7DC6F" />
<path d="M150 100a40 40 0 0 0 0 80" fill="#F2C464" />
<!-- Cats -->
<!-- Left cat -->
<g transform="translate(50 180)">
<path d="M0 0a30 30 0 0 0 60 0 30 30 0 0 0-60 0" fill="#8B9467" />
<path d="M10 20a20 20 0 0 0 40 0 20 20 0 0 0-40 0" fill="#F5F5DC" />
<path d="M20 30a10 10 0 0 0 20 0 10 10 0 0 0-20 0" fill="#964B00" />
<path d="M0 0L10 20L0 40" stroke="#000" stroke-width="2" />
</g>
<!-- Right cat -->
<g transform="translate(210 180)">
<path d="M0 0a30 30 0 0 0 60 0 30 30 0 0 0-60 0" fill="#8B9467" />
<path d="M10 20a20 20 0 0 0 40 0 20 20 0 0 0-40 0" fill="#F5F5DC" />
<path d="M20 30a10 10 0 0 0 20 0 10 10 0 0 0-20 0" fill="#964B00" />
<path d="M0 0L10 20L0 40" stroke="#000" stroke-width="2" />
</g>
<!-- Baguettes -->
<g transform="translate(50 220)">
<path d="M0 0L50 0 60 10 50 20 0 20" fill="#F5DEB3" />
<path d="M5 5L55 5 60 15 55 25 5 25" fill="#FFC080" />
</g>
<g transform="translate(210 220)">
<path d="M0 0L50 0 60 10 50 20 0 20" fill="#F5DEB3" />
<path d="M5 5L55 5 60 15 55 25 5 25" fill="#FFC080" />
</g>
<!-- Fencing -->
<path d="M50 200L100 220 150 200 100 180" stroke="#000" stroke-width="2" />
<path d="M210 200L260 220 210 240 260 200" stroke="#000" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's submission more clearly adheres to the prompt, depicting two cat-like figures with baguettes under a crescent moon, in a visually appealing night setting with stars.
Player 2's submission is abstract and less recognizable as cats fencing with baguettes, making it less aligned with the concept and less engaging overall.
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
"A cat juggling planets in space."
"Cat balancing on a ball under a spotlight at midnight."
"A tree growing from a floating teacup in the sky."