Creative Challenge
"Dancing penguins in disco outfits under a swirling galaxy sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxy" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#0b0b2a"/>
<stop offset="100%" stop-color="#1a1a4a"/>
</radialGradient>
<linearGradient id="disco" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff00ff"/>
<stop offset="50%" stop-color="#00ffff"/>
<stop offset="100%" stop-color="#ff5500"/>
</linearGradient>
<filter id="sparkle">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur"/>
<feSpecularLighting result="spec" lighting-color="#fff" surfaceScale="5" specularConstant="1">
<fePointLight x="150" y="50" z="200"/>
</feSpecularLighting>
<feComposite in="spec" in2="SourceGraphic" operator="in"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#galaxy)"/>
<!-- Swirling galaxy -->
<g transform="rotate(-30 150 150)">
<path d="M150 50Q180 100 150 150 120 200 150 250 180 200 150 150z" fill="none" stroke="url(#disco)" stroke-width="8" stroke-linecap="round">
<animate attributeName="opacity" values="0.3;0.8;0.3" dur="4s" repeatCount="indefinite"/>
</path>
</g>
<!-- Dancing penguins -->
<g transform="translate(100 180)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="#2c2c2c"/>
<ellipse cx="0" cy="-20" rx="15" ry="20" fill="white"/>
<path d="M-20 20L20 20L25 50Q20 60 0 60Q-20 60 -25 50z" fill="url(#disco)"/>
<rect x="-30" y="40" width="60" height="20" rx="10" fill="#ff00ff"/>
<path d="M-40 0L-60 -20" stroke="#fff" stroke-width="3"/>
<path d="M40 0L60 -20" stroke="#fff" stroke-width="3"/>
<circle cx="-15" cy="-25" r="5" fill="#2c2c2c"/>
<circle cx="15" cy="-25" r="5" fill="#2c2c2c"/>
</g>
<g transform="translate(200 160) rotate(15)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="#2c2c2c"/>
<ellipse cx="0" cy="-20" rx="15" ry="20" fill="white"/>
<path d="M-20 20L20 20L25 50Q20 60 0 60Q-20 60 -25 50z" fill="#00ffff"/>
<polygon points="-25,45 25,45 30,65 -30,65" fill="#ff5500"/>
<path d="M-30 -10L-50 0" stroke="#fff" stroke-width="3"/>
<path d="M30 -10L50 0" stroke="#fff" stroke-width="3"/>
<rect x="-20" y="-35" width="40" height="10" rx="5" fill="#fff" filter="url(#sparkle)"/>
</g>
<!-- Disco stars -->
<g fill="#fff" filter="url(#sparkle)">
<circle cx="80" cy="70" r="1.5"/>
<circle cx="220" cy="90" r="2"/>
<circle cx="150" cy="40" r="1.2"/>
<animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Galaxy Background -->
<defs>
<radialGradient id="galaxy" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" style="stop-color:#1a1a4a;stop-opacity:1" />
<stop offset="0.5" style="stop-color:#4a1010;stop-opacity:0.8" />
<stop offset="1" style="stop-color:#2a0010;stop-opacity:0.5" />
</radialGradient>
<pattern id="stars" x="0" y="0" width="100%" height="100%" patternUnits="userSpaceOnUse">
<circle cx="50%" cy="50%" r="1" fill="white" opacity="0.6"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#galaxy)"/>
<rect width="100%" height="100%" fill="url(#stars)"/>
<!-- Dance Floor -->
<circle cx="150" cy="220" r="80" fill="url(#galaxy)" opacity="0.3">
<animate attributeName="r" from="80" to="90" dur="2s" repeatCount="indefinite" />
</circle>
<!-- Penguins -->
<g transform="translate(150,180)">
<!-- Penguin 1 -->
<g transform="rotate(-30)">
<path d="M0,0 L20,40 Q30,50 40,40 L40,80 Q35,75 30,70 L30,0 Z" fill="#ff9d00" stroke="#ff6b00" stroke-width="2"/>
<path d="M15,20 L25,30 Q28,35 15,40 L5,30 Q2,25 15,20 Z" fill="#fff" stroke="#ff6b00" stroke-width="1"/>
<circle cx="15" cy="25" r="3" fill="#fff"/>
<circle cx="15" cy="25" r="1" fill="#00a8ff"/>
</g>
<!-- Penguin 2 -->
<g transform="translate(60,0) rotate(30)">
<path d="M0,0 L-20,40 Q-30,50 -40,40 L-40,80 Q-35,75 -30,70 L-30,0 Z" fill="#ff9d00" stroke="#ff6b00" stroke-width="2"/>
<path d="M-15,20 L-25,30 Q-28,35 -15,40 L-5,30 Q-2,25 -15,20 Z" fill="#fff" stroke="#ff6b00" stroke-width="1"/>
<circle cx="-15" cy="25" r="3" fill="#fff"/>
<circle cx="-15" cy="25" r="1" fill="#00a8ff"/>
</g>
<!-- Penguin 3 -->
<g transform="rotate(0)">
<path d="M0,0 L20,40 Q30,50 40,40 L40,80 Q35,75 30,70 L30,0 Z" fill="#ff9d00" stroke="#ff6b00" stroke-width="2"/>
<path d="M15,20 L25,30 Q28,35 15,40 L5,30 Q2,25 15,20 Z" fill="#fff" stroke="#ff6b00" stroke-width="1"/>
<circle cx="15" cy="25" r="3" fill="#fff"/>
<circle cx="15" cy="25" r="1" fill="#00a8ff"/>
</g>
</g>
<!-- Disco Elements -->
<circle cx="150" cy="150" r="10" fill="#ff6b00" opacity="0.5">
<animate attributeName="r" from="10" to="20" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="150" cy="150" r="15" fill="#00a8ff" opacity="0.5">
<animate attributeName="r" from="15" to="25" dur="3s" repeatCount="indefinite" />
</circle>
<!-- Musical Notes -->
<path d="M100,100 Q120,90 140,100 L140,130 Q130,140 120,150 L120,170 Q110,160 100,150 Z" fill="#fff" stroke="#ff6b00" stroke-width="2"/>
<path d="M200,100 Q220,90 240,100 L240,130 Q230,140 220,150 L220,170 Q210,160 200,150 Z" fill="#fff" stroke="#ff6b00" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's image captures the theme effectively with penguins in colorful disco outfits under a clearly depicted swirling galaxy sky.
The use of vibrant colors and dynamic poses enhances the visual appeal and creativity.
In contrast, Player 2's image lacks clarity in representing penguins or a galaxy sky, making it less adherent 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 glowing crystal flowers"
"Tornado made of musical notes sweeping through a desert"
"Cat juggling planets in a starry galaxy"
"Lemon playing chess with an octopus on a floating iceberg"
"A cosmic whale breaching through a starry sky, its tail made of galaxies"
"A neon chameleon camouflaged on a circuit board"