Creative Challenge
"Cat wearing a crown, lounging on a vintage radio"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and pattern overlay -->
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4a1010;stop-opacity:1" />
</linearGradient>
<pattern id="radioPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#333" />
<path d="M0 10L10 0 20 10 10 20 0 10" fill="#666" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)" />
<!-- Vintage radio -->
<g transform="translate(100,150)">
<!-- Radio body -->
<rect x="0" y="0" width="100" height="60" rx="10" fill="#c88d6e" />
<!-- Radio knobs -->
<g transform="translate(20,20)">
<circle cx="0" cy="0" r="8" fill="#c88d6e" />
<circle cx="0" cy="0" r="6" fill="#e6d5c3" />
</g>
<g transform="translate(70,20)">
<circle cx="0" cy="0" r="8" fill="#c88d6e" />
<circle cx="0" cy="0" r="6" fill="#e6d5c3" />
</g>
<!-- Speaker grille -->
<rect x="20" y="15" width="60" height="30" fill="none" stroke="#333" stroke-width="2" />
<path d="M20,15 L80,15 L80,45 L20,45 Z" fill="url(#radioPattern)" />
</g>
<!-- Cat -->
<g transform="translate(120,170)">
<!-- Cat body -->
<path d="M0 0 Q 50 -20 100 0 Q 120 20 80 40 L 20 40 Q 0 20 0 0 Z" fill="url(#catGrad)" />
<!-- Cat head -->
<path d="M30 10 Q 45 0 60 10 Q 75 20 60 30 L 30 30 Q 15 20 30 10 Z" fill="#fff" />
<!-- Crown -->
<path d="M-20 0 Q -10 -10 0 -20 L 20 -20 Q 10 -10 20 0 Q 30 10 20 20 L 0 20 Q -10 10 -20 0 Z" fill="#ffd700">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="5s" repeatCount="indefinite" />
</path>
<!-- Crown gems -->
<circle cx="0" cy="-10" r="4" fill="#ff0000" />
<circle cx="-7" cy="-3" r="4" fill="#0000ff" />
<circle cx="7" cy="-3" r="4" fill="#0000ff" />
<!-- Cat eyes -->
<circle cx="40" cy="20" r="8" fill="#000" />
<circle cx="60" cy="20" r="8" fill="#000" />
<!-- Cat nose -->
<circle cx="50" cy="25" r="2" fill="#ff0000" />
<!-- Cat tail -->
<path d="M80 25 Q 100 30 120 25" stroke="#fff" stroke-width="4" fill="none" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#F7F4E4" rx="20" />
<!-- Vintage Radio -->
<g transform="translate(100, 50)">
<rect x="0" y="0" width="100" height="150" fill="#8B9467" rx="10" />
<rect x="10" y="10" width="80" height="130" fill="#F2F2F2" rx="5" />
<circle cx="50" cy="160" r="20" fill="#8B9467" />
<circle cx="50" cy="160" r="15" fill="#F2F2F2" />
<rect x="20" y="170" width="60" height="10" fill="#8B9467" rx="2" />
<rect x="25" y="180" width="50" height="10" fill="#F2F2F2" rx="2" />
<rect x="30" y="190" width="40" height="10" fill="#8B9467" rx="2" />
<rect x="35" y="200" width="30" height="10" fill="#F2F2F2" rx="2" />
</g>
<!-- Cat -->
<g transform="translate(120, 80)">
<path d="M 0 0 C 20 10, 40 20, 50 30 L 50 50 L 30 50 L 20 60 L 10 50 L 0 50 Z" fill="#FFC080" />
<path d="M 10 50 L 20 60 L 30 50 L 20 40 Z" fill="#FFA07A" />
<circle cx="25" cy="45" r="10" fill="#FFC080" />
<circle cx="25" cy="45" r="5" fill="#FFFFFF" />
<path d="M 35 40 L 45 50 L 35 60 L 25 50 Z" fill="#FFA07A" />
<path d="M 45 50 L 55 60 L 45 70 L 35 60 Z" fill="#FFC080" />
<circle cx="50" cy="65" r="10" fill="#FFC080" />
<circle cx="50" cy="65" r="5" fill="#FFFFFF" />
</g>
<!-- Crown -->
<g transform="translate(130, 40)">
<path d="M 0 0 L 20 20 L 40 0 L 20 -20 Z" fill="#F8E231" />
<path d="M 20 20 L 40 0 L 60 20 L 40 40 Z" fill="#F8E231" />
<path d="M 40 0 L 60 20 L 80 0 L 60 -20 Z" fill="#F8E231" />
<circle cx="40" cy="20" r="5" fill="#FFFFFF" />
<circle cx="60" cy="0" r="5" fill="#FFFFFF" />
</g>
<!-- Shadows -->
<rect x="90" y="70" width="20" height="10" fill="#8B9467" rx="2" opacity="0.5" />
<rect x="110" y="90" width="20" height="10" fill="#8B9467" rx="2" opacity="0.5" />
<circle cx="130" cy="110" r="10" fill="#8B9467" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's submission more clearly represents the prompt with a discernible cat wearing a crown lounging on a vintage radio.
The simplicity and clarity of the elements make the concept easily recognizable.
Player 2's submission lacks clear representation of the cat and radio, making it less effective in adhering to 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
"Moonlit garden with giant, glowing dandelions"
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Electric jellyfish with neon sunglasses under a starry sky"
"Polar bear in a sauna, sipping iced tea"