Creative Challenge
"A cat-shaped galaxy with planets as eyes and shooting stars as whiskers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<radialGradient id="galaxyGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#6b1off;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff1a86;stop-opacity:1"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="1" fill="#fff"/>
</pattern>
</defs>
<path d="M150,10 Q250,10 200,150 Q150,300 100,150 Q0,10 150,10" fill="url(#galaxyGradient)" stroke="#4d0099" stroke-width="2"/>
<g filter="url(#glow)">
<circle cx="120" cy="120" r="20" fill="#fff"/>
<circle cx="180" cy="120" r="20" fill="#fff"/>
<path d="M120,120 L140,100 L160,120 L140,140 Z" fill="#ff9999"/>
<path d="M180,120 L200,100 L220,120 L200,140 Z" fill="#ff9999"/>
</g>
<g stroke="#fff" stroke-width="2" fill="none">
<path d="M120,120 L20,40" stroke="url(#starPattern)"/>
<path d="M120,120 L40,20" stroke="url(#starPattern)"/>
<path d="M180,120 L280,40" stroke="url(#starPattern)"/>
<path d="M180,120 L240,20" stroke="url(#starPattern)"/>
</g>
<g opacity="0.5">
<circle cx="150" cy="150" r="50" fill="url(#galaxyGradient)"/>
<circle cx="100" cy="100" r="30" fill="url(#galaxyGradient)"/>
<circle cx="200" cy="100" r="30" fill="url(#galaxyGradient)"/>
</g>
<g transform="translate(150,150)">
<path d="M0,0 Q50,-50 100,0 Q50,50 0,0" fill="#6b1off" opacity="0.3"/>
<path d="M0,0 Q-50,-50 -100,0 Q-50,50 0,0" fill="#6b1off" opacity="0.3"/>
</g>
<g transform="translate(150,150)">
<path d="M0,0 Q50,50 100,0" stroke="#ff1a86" stroke-width="4" fill="none"/>
<path d="M0,0 Q-50,50 -100,0" stroke="#ff1a86" stroke-width="4" fill="none"/>
</g>
<g transform="translate(150,150)">
<path d="M0,0 Q25,25 50,0" stroke="#ff9999" stroke-width="2" fill="none"/>
<path d="M0,0 Q-25,25 -50,0" stroke="#ff9999" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150,150)">
<path d="M0,0 Q30,30 60,0" stroke="#ff6666" stroke-width="1" fill="none"/>
<path d="M0,0 Q-30,30 -60,0" stroke="#ff6666" stroke-width="1" fill="none"/>
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="20" fill="#6b1off"/>
<circle cx="0" cy="0" r="15" fill="#4d0099"/>
<circle cx="0" cy="0" r="10" fill="#2d0055"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#9b4dca"/>
<stop offset="50%" style="stop-color:#6a1b9a"/>
<stop offset="100%" style="stop-color:#1a0033"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#000033"/>
<g id="stars" fill="#fff">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="70" r="1"/>
<circle cx="80" cy="200" r="1.2"/>
<circle cx="220" cy="180" r="1"/>
<circle cx="280" cy="250" r="1.5"/>
</g>
<path d="M150,100 C50,100 30,200 100,250 C150,280 200,280 250,250 C320,200 300,100 200,100 C180,80 170,80 150,100"
fill="url(#galaxyGrad)" filter="url(#glow)"/>
<g id="planetEyes">
<circle cx="110" cy="150" r="20" fill="#ff6b6b" filter="url(#glow)"/>
<circle cx="190" cy="150" r="20" fill="#4ecdc4" filter="url(#glow)"/>
<circle cx="105" cy="145" r="8" fill="#fff" opacity="0.6"/>
<circle cx="185" cy="145" r="8" fill="#fff" opacity="0.6"/>
</g>
<g id="whiskers" stroke="#fff" stroke-width="2" opacity="0.8">
<path d="M90,180 L40,160" filter="url(#glow)">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="2s" repeatCount="indefinite"/>
</path>
<path d="M90,190 L35,190" filter="url(#glow)">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite"/>
</path>
<path d="M210,180 L260,160" filter="url(#glow)">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="2.5s" repeatCount="indefinite"/>
</path>
<path d="M210,190 L265,190" filter="url(#glow)">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="3.5s" repeatCount="indefinite"/>
</path>
</g>
<g id="sparkles" fill="#fff">
<circle cx="40" cy="160" r="2">
<animate attributeName="r" values="2;4;2" dur="1s" repeatCount="indefinite"/>
</circle>
<circle cx="265" cy="190" r="2">
<animate attributeName="r" values="2;4;2" dur="1.5s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the prompt more effectively with a clear cat shape, planets as eyes, and shooting stars as whiskers, all set against a cosmic background.
The use of color and glow enhances the galactic theme, making it visually appealing.
In contrast, Player 1's design is more abstract and less identifiable as a cat, with less emphasis on the galactic elements.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"