Creative Challenge
"Flying cat playing a trumpet in a starry skyline"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#001f4d; stop-opacity:1" />
<stop offset="100%" style="stop-color:#75a3d1; stop-opacity:1" />
</linearGradient>
<radialGradient id="catGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffcc00; stop-opacity:1" />
<stop offset="100%" style="stop-color:#f7d7a4; stop-opacity:1" />
</radialGradient>
<filter id="glow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feFlood flood-color="#ffcc00" />
<feComposite in2="SourceAlpha" operator="in" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g>
<path d="M100 250 Q140 180 150 220 Q160 180 200 220 Q190 180 250 210 L250 240 L50 240 L50 210 Q40 200 100 250 Z" fill="black" />
<circle cx="250" cy="40" r="10" fill="white" filter="url(#glow)" />
<circle cx="50" cy="80" r="8" fill="white" />
<circle cx="100" cy="60" r="6" fill="white" />
<circle cx="150" cy="90" r="5" fill="white" />
<circle cx="200" cy="30" r="7" fill="white" />
<circle cx="300" cy="70" r="9" fill="white" />
</g>
<g transform="translate(110, 150)">
<path d="M0 0 Q20 -20 40 0 Q20 20 0 0 Z" fill="url(#catGradient)" />
<path d="M40 10 L80 0 Q75 -10 80 -15 Q85 -10 85 0 L75 0 L40 10 Z" fill="url(#catGradient)" />
<path d="M23 -5 Q25 -10 30 -10 Q35 -10 37 -5 L45 0 L20 -10 Q22 -5 23 -5 Z" fill="url(#catGradient)" />
<path d="M40 5 L50 2 L45 0 L40 5 Z" fill="orange" />
<path d="M-10 10 L-5 5 L0 10 Q-5 15 -10 10 Z" fill="pink" />
<path d="M30 5 L40 -2 L35 0 L30 5 Z" fill="purple" />
<path d="M80 -10 Q90 -15 90 -5 Q80 -10 80 -10 Z" fill="gold" />
</g>
<g transform="translate(140, 170)">
<path d="M0 0 L30 10 Q25 15 20 10 L0 0 Z" fill="gold" />
<path d="M0 0 L25 -0.5 Q30 -5 35 0 L0 0 Z" fill="orange" />
<path d="M5 -15 L25 -12 L15 -10 Q5 -8 5 -15 Z" fill="gold" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Gradient definitions -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0a0a3f" />
<stop offset="100%" stop-color="#4b0082" />
</linearGradient>
<linearGradient id="catGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#a569bd" />
<stop offset="100%" stop-color="#5499c7" />
</linearGradient>
<linearGradient id="trumpetGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#f1c40f" />
<stop offset="100%" stop-color="#e67e22" />
</linearGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="white" stop-opacity="1" />
<stop offset="100%" stop-color="white" stop-opacity="0" />
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g id="stars">
<circle cx="30" cy="40" r="1.5" fill="white" />
<circle cx="60" cy="25" r="2" fill="white" />
<circle cx="90" cy="50" r="1" fill="white" />
<circle cx="120" cy="30" r="1.8" fill="white" />
<circle cx="150" cy="60" r="1.2" fill="white" />
<circle cx="180" cy="20" r="2.2" fill="white" />
<circle cx="210" cy="45" r="1.7" fill="white" />
<circle cx="240" cy="35" r="1.3" fill="white" />
<circle cx="270" cy="55" r="1.9" fill="white" />
<circle cx="45" cy="75" r="1.6" fill="white" />
<circle cx="75" cy="85" r="1.1" fill="white" />
<circle cx="105" cy="65" r="2.3" fill="white" />
<circle cx="135" cy="95" r="1.4" fill="white" />
<circle cx="195" cy="75" r="2.1" fill="white" />
<circle cx="225" cy="85" r="1.2" fill="white" />
<circle cx="255" cy="95" r="1.8" fill="white" />
<circle cx="285" cy="80" r="1.3" fill="white" />
</g>
<!-- Twinkling stars with animation -->
<g id="twinklingStars">
<circle cx="50" cy="50" r="3" fill="white" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.3;0.8" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="100" cy="80" r="2.5" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.2;0.7" dur="2.5s" repeatCount="indefinite" />
</circle>
<circle cx="200" cy="40" r="3.5" fill="white" opacity="0.9">
<animate attributeName="opacity" values="0.9;0.4;0.9" dur="4s" repeatCount="indefinite" />
</circle>
<circle cx="250" cy="70" r="3" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="3.5s" repeatCount="indefinite" />
</circle>
<circle cx="150" cy="30" r="4" fill="white" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.5;0.8" dur="5s" repeatCount="indefinite" />
</circle>
</g>
<!-- Shooting star -->
<g>
<path d="M280,20 L260,40" stroke="white" stroke-width="2" stroke-linecap="round">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" />
</path>
<circle cx="280" cy="20" r="3" fill="white" filter="url(#glow)">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" />
</circle>
</g>
<!-- City skyline silhouette -->
<path d="M0,220 L30,220 L30,200 L45,200 L45,210 L60,210 L60,190 L75,190 L75,210 L90,180 L105,180 L105,220 L120,220 L120,190 L135,190 L135,200 L150,170 L165,200 L165,220 L180,220 L180,180 L195,180 L195,200 L210,160 L225,200 L225,170 L240,170 L240,220 L255,220 L255,190 L270,190 L270,210 L285,210 L285,220 L300,220 L300,300 L0,300 Z" fill="#000033" opacity="0.7" />
<!-- Clouds -->
<g id="clouds" opacity="0.8">
<ellipse cx="60" cy="130" rx="25" ry="15" fill="#5D4587" opacity="0.6" />
<ellipse cx="240" cy="150" rx="30" ry="18" fill="#5D4587" opacity="0.5" />
<ellipse cx="180" cy="100" rx="20" ry="12" fill="#5D4587" opacity="0.7" />
</g>
<!-- Flying cat -->
<g id="cat" transform="translate(150, 150) rotate(15)">
<!-- Cat body -->
<ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#catGradient)" />
<!-- Cat head -->
<circle cx="20" cy="-5" r="15" fill="url(#catGradient)" />
<!-- Ears -->
<path d="M15,-15 L20,-25 L25,-15 Z" fill="#a569bd" />
<path d="M30,-15 L35,-25 L40,-15 Z" fill="#a569bd" />
<!-- Eyes -->
<ellipse cx="15" cy="-8" rx="2.5" ry="3.5" fill="white" />
<ellipse cx="25" cy="-8" rx="2.5" ry="3.5" fill="white" />
<circle cx="15" cy="-8" r="1.5" fill="#000" />
<circle cx="25" cy="-8" r="1.5" fill="#000" />
<circle cx="14" cy="-9" r="0.5" fill="white" />
<circle cx="24" cy="-9" r="0.5" fill="white" />
<!-- Cat nose and mouth -->
<path d="M20,-4 L18,-2 L22,-2 Z" fill="#e85393" />
<path d="M20,-2 L20,0 M18,-2 C16,0 18,2 20,1 M22,-2 C24,0 22,2 20,1" stroke="#333" stroke-width="0.5" fill="none" />
<!-- Whiskers -->
<path d="M15,-4 L5,-3 M15,-3 L5,-1 M15,-2 L5,1" stroke="#333" stroke-width="0.5" fill="none" />
<path d="M25,-4 L35,-3 M25,-3 L35,-1 M25,-2 L35,1" stroke="#333" stroke-width="0.5" fill="none" />
<!-- Wings -->
<path d="M0,0 C-15,-5 -25,5 -15,15 C-5,10 0,10 0,0 Z" fill="#c39bd3" opacity="0.9">
<animate attributeName="d" values="M0,0 C-15,-5 -25,5 -15,15 C-5,10 0,10 0,0 Z;M0,0 C-15,-10 -25,0 -15,10 C-5,5 0,5 0,0 Z;M0,0 C-15,-5 -25,5 -15,15 C-5,10 0,10 0,0 Z" dur="1s" repeatCount="indefinite"/>
</path>
<path d="M-5,0 C-20,-10 -30,0 -20,10 C-10,5 -5,5 -5,0 Z" fill="#9b59b6" opacity="0.7">
<animate attributeName="d" values="M-5,0 C-20,-10 -30,0 -20,10 C-10,5 -5,5 -5,0 Z;M-5,0 C-20,-15 -30,-5 -20,5 C-10,0 -5,0 -5,0 Z;M-5,0 C-20,-10 -30,0 -20,10 C-10,5 -5,5 -5,0 Z" dur="1s" repeatCount="indefinite" begin="0.2s"/>
</path>
<!-- Tail -->
<path d="M-20,5 C-30,0 -35,10 -25,15 C-15,20 -5,10 -15,5" fill="url(#catGradient)" stroke="#7d3c98" stroke-width="0.5">
<animate attributeName="d" values="M-20,5 C-30,0 -35,10 -25,15 C-15,20 -5,10 -15,5;M-20,5 C-30,5 -35,15 -25,20 C-15,25 -5,15 -15,10;M-20,5 C-30,0 -35,10 -25,15 C-15,20 -5,10 -15,5" dur="3s" repeatCount="indefinite"/>
</path>
<!-- Trumpet -->
<g transform="translate(40, 0) rotate(10)">
<path d="M-15,0 L10,0 L15,-5 L15,5 L10,0" fill="url(#trumpetGradient)" stroke="#d35400" stroke-width="0.5" />
<path d="M-15,0 L-20,0" stroke="#e67e22" stroke-width="4" stroke-linecap="round" />
<ellipse cx="15" cy="0" rx="5" ry="7" fill="url(#trumpetGradient)" stroke="#d35400" stroke-width="0.5" />
<circle cx="-12" cy="-3" r="1" fill="#e67e22" stroke="#d35400" stroke-width="0.2" />
<circle cx="-9" cy="-3" r="1" fill="#e67e22" stroke="#d35400" stroke-width="0.2" />
<circle cx="-6" cy="-3" r="1" fill="#e67e22" stroke="#d35400" stroke-width="0.2" />
</g>
</g>
<!-- Music notes -->
<g>
<path d="M190,110 C195,105 200,110 195,115" stroke="white" fill="none" stroke-width="1">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="0s" />
</path>
<circle cx="190" cy="115" r="2" fill="white">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="0s" />
</circle>
<path d="M200,90 C205,85 210,90 205,95" stroke="white" fill="none" stroke-width="1">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="0.5s" />
</path>
<circle cx="200" cy="95" r="2" fill="white">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="0.5s" />
</circle>
<path d="M210,120 C215,115 220,120 215,125" stroke="white" fill="none" stroke-width="1">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="1s" />
</path>
<circle cx="210" cy="125" r="2" fill="white">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" begin="1s" />
</circle>
</g>
<!-- Animation for the cat -->
<animateTransform
xlink:href="#cat"
attributeName="transform"
type="translate"
from="150,150"
to="150,140"
dur="2s"
repeatCount="indefinite"
additive="sum"
values="150,150; 150,140; 150,150"
keyTimes="0; 0.5; 1"
/>
</svg>
Judge's Analysis
Player 1's submission creatively captures the prompt with a flying cat playing a trumpet under a starry sky.
The image has a whimsical composition and a clear theme, while Player 2's submission is not visible due to an error, making it impossible to evaluate.
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
"Flamingo in a tuxedo, tap-dancing on a lilypad"
"A sun setting behind a skyline of teacups"
"Cloud with one quirky face winking"
"Dancing Cactus in a Tuxedo"
"A giraffe wearing a top hat, juggling planets in space"
"A cat piloting a spaceship shaped like a giant fish"