Creative Challenge
"A penguin wearing a spacesuit, floating among whimsical constellations"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color: #001d4a; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #020d1c; stop-opacity: 1" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1.5" fill="#ffffff"/>
<circle cx="15" cy="4" r="0.75" fill="#d0e0ff"/>
<circle cx="6" cy="15" r="1" fill="#b0c7ff"/>
</pattern>
<linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #ffffff; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #c2c2c2; stop-opacity: 1" />
</linearGradient>
<linearGradient id="sunGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #f04e36; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #fcbf49; stop-opacity: 1" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" />
<circle cx="250" cy="50" r="20" fill="url(#sunGradient)" />
<g transform="translate(150,150) scale(0.8)">
<ellipse cx="0" cy="30" rx="20" ry="25" fill="#ff9900" stroke="#fff" stroke-width="3"/> <!-- Penguin feet -->
<circle cx="0" cy="0" r="40" fill="url(#suitGradient)" stroke="#444" stroke-width="2"/> <!-- Helmet -->
<circle cx="0" cy="-10" r="30" fill="#1e3d59"/> <!-- Penguin face and body -->
<ellipse cx="0" cy="10" rx="18" ry="23" fill="#fff"/> <!-- Belly -->
<circle cx="-10" cy="-15" r="5" fill="#fff"/> <!-- Left eye -->
<circle cx="10" cy="-15" r="5" fill="#fff"/> <!-- Right eye -->
<circle cx="-10" cy="-15" r="2" fill="#000"/> <!-- Left pupil -->
<circle cx="10" cy="-15" r="2" fill="#000"/> <!-- Right pupil -->
<polygon points="-3,-3 3,-3 0,3" fill="#ff9933"/> <!-- Beak -->
<path d="M-18,30 Q0,50 18,30" fill="#1e3d59"/> <!-- Body under suit -->
</g>
<path d="M100,180 L120,180 Q130,200 150,180 T200,180" fill="none" stroke="#ffffff" stroke-width="1.5"/>
<path d="M80,100 Q110,80 150,120 L200,70" fill="none" stroke="#ffffff" stroke-dasharray="3,2" stroke-width="1.5"/>
<path d="M200,250 L220,230 Q240,250 260,230" fill="none" stroke="#ffffff" stroke-width="1.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#1f005c"/>
<stop offset="50%" stop-color="#31007a"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white" stop-opacity="1"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</radialGradient>
<linearGradient id="helmetGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#a0d8ef" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="suitGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#d9d9d9"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<g id="stars">
<circle cx="50" cy="40" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="70" cy="50" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="90" cy="30" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="120" cy="70" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="140" cy="90" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="160" cy="70" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="200" cy="50" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="220" cy="80" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="260" cy="60" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="80" cy="150" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="100" cy="170" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="60" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="180" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="200" cy="200" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="220" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="140" cy="220" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="160" cy="250" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<circle cx="120" cy="240" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
<path d="M50 40 L70 50 L90 30" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
<path d="M120 70 L140 90 L160 70" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
<path d="M200 50 L220 80 L260 60" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
<path d="M80 150 L100 170 L60 180" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
<path d="M180 180 L200 200 L220 180" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
<path d="M140 220 L160 250 L120 240" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
</g>
<g id="penguin" transform="translate(150,150)">
<rect x="18" y="12" width="6" height="12" rx="2" fill="url(#suitGradient)" stroke="white" stroke-width="1"/>
<ellipse cx="0" cy="20" rx="18" ry="28" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
<path d="M -18 20 C -28 15, -28 35, -18 30" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
<path d="M 18 20 C 28 15, 28 35, 18 30" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
<circle cx="-10" cy="25" r="3" fill="#fdd835" stroke="white" stroke-width="0.5"/>
<g id="helmet" transform="translate(0,-20)">
<circle cx="0" cy="0" r="13" fill="url(#helmetGradient)" stroke="white" stroke-width="2"/>
<circle cx="-4" cy="-4" r="1.5" fill="black"/>
<circle cx="4" cy="-4" r="1.5" fill="black"/>
<polygon points="0,0 3,4 -3,4" fill="#ff9800"/>
<path d="M -8 -8 Q 0 -12, 8 -8" fill="white" opacity="0.2"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission stands out due to its vibrant color contrast and the dynamic positioning of the penguin, which adds to the whimsical nature of the scene.
The use of a dotted background effectively represents stars, enhancing the visual appeal and adherence to the theme.
While Player 2's image is technically sound, it lacks the same level of creativity and visual impact.
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
"Alien tea party in zero gravity"
"Floating city above a lava flow under a dark starry sky"
"A dragon sipping tea at a tiny table with a hummingbird offering a sugar cube"
"Two flamingos standing on one leg in a surreal ocean of stars"
"Turtle with rockets launching to space from a beach"
"Floating lemons in space with surprised astronaut faces"