Creative Challenge
"Penguin in a spacesuit juggling planets on a distant icy moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="planet1">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#FF8E8E"/>
</radialGradient>
<radialGradient id="planet2">
<stop offset="0%" stop-color="#6BFFD6"/>
<stop offset="100%" stop-color="#8EFFEC"/>
</radialGradient>
<radialGradient id="planet3">
<stop offset="0%" stop-color="#6B6BFF"/>
<stop offset="100%" stop-color="#8E8EFF"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#space)"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="150" fill="#1A1A2E"/>
<circle cx="0" cy="0" r="145" fill="#1A1A2E"/>
<circle cx="0" cy="0" r="140" fill="#1A1A2E"/>
<circle cx="0" cy="0" r="135" fill="#1A1A2E"/>
<circle cx="0" cy="0" r="130" fill="#1A1A2E"/>
<circle cx="0" cy="0" r="125" fill="#1A1A2E"/>
</g>
<g transform="translate(150,150)">
<path d="M0-60Q-20-60-20-40T0-20Q20-20 20-40T0-60" fill="#666"/>
<circle cx="-20" cy="20" r="15" fill="#FFF"/>
<circle cx="20" cy="20" r="15" fill="#FFF"/>
<rect x="-40" y="40" width="80" height="60" rx="30" fill="#2C3E50"/>
<rect x="-30" y="60" width="60" height="40" rx="20" fill="#3498DB"/>
<path d="M-30,80Q-20,70 -10,80T10,80Q20,70 30,80T40,80" fill="#2C3E50"/>
<path d="M-30,80Q-20,90 -10,80T10,80Q20,90 30,80T40,80" fill="#2C3E50"/>
</g>
<g transform="translate(100,100)">
<circle r="20" fill="url(#planet1)" filter="url(#glow)"/>
<circle r="15" cx="20" cy="20" fill="url(#planet2)" filter="url(#glow)"/>
<circle r="18" cx="-20" cy="-20" fill="url(#planet3)" filter="url(#glow)"/>
</g>
<g transform="translate(150,150)">
<circle cx="-30" cy="-50" r="10" fill="#FFF"/>
<circle cx="30" cy="-50" r="10" fill="#FFF"/>
<circle cx="0" cy="-60" r="40" fill="#2C3E50"/>
<path d="M0-20Q-20-20-20-30T0-40Q20-40 20-30T0-20" fill="#2980B9"/>
<path d="M-40-40Q-30-30 -20-40T0-40Q20-30 30-40T40-40" fill="#3498DB"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonSurface" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#e0e7ff"/>
<stop offset="100%" style="stop-color:#b0b8dd"/>
</radialGradient>
<radialGradient id="space" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#0B0B2A"/>
<stop offset="100%" style="stop-color:#000005"/>
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="0.5" fill="white" opacity="0.8"/>
</pattern>
</defs>
<!-- Space background -->
<rect x="0" y="0" width="300" height="300" fill="url(#space)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<!-- Moon surface -->
<path d="M0 200 Q150 180 300 220 L300 300 L0 300 Z" fill="url(#moonSurface)"/>
<ellipse cx="80" cy="240" rx="20" ry="5" fill="#9099c2"/>
<ellipse cx="200" cy="260" rx="25" ry="6" fill="#9099c2"/>
<!-- Penguin body -->
<ellipse cx="150" cy="220" rx="40" ry="50" fill="#2F2F2F"/>
<ellipse cx="150" cy="210" rx="30" ry="45" fill="white"/>
<!-- Spacesuit -->
<path d="M110 220 Q150 270 190 220" fill="none" stroke="#ff9800" stroke-width="5"/>
<circle cx="150" cy="170" r="25" fill="#c5cae9"/>
<circle cx="150" cy="170" r="20" fill="#7986cb"/>
<!-- Juggling planets -->
<circle cx="100" cy="130" r="15" fill="#ff5722"/>
<circle cx="150" cy="100" r="20" fill="#4caf50"/>
<circle cx="200" cy="130" r="12" fill="#2196f3"/>
<!-- Planet details -->
<path d="M85 130 Q100 120 115 130" fill="none" stroke="#ff8a65" stroke-width="2"/>
<ellipse cx="150" cy="100" rx="20" ry="5" fill="#81c784" opacity="0.5"/>
<circle cx="195" cy="125" r="3" fill="#90caf9"/>
<!-- Juggling motion lines -->
<path d="M110 160 Q150 120 190 160" fill="none" stroke="white" stroke-width="2" opacity="0.5" stroke-dasharray="5,5"/>
<!-- Penguin face -->
<circle cx="142" cy="165" r="3" fill="black"/>
<circle cx="158" cy="165" r="3" fill="black"/>
<path d="M145 175 Q150 180 155 175" fill="none" stroke="#ff9800" stroke-width="2"/>
<!-- Stars and distant planets -->
<circle cx="50" cy="50" r="2" fill="white"/>
<circle cx="250" cy="80" r="3" fill="white"/>
<circle cx="30" cy="150" r="1" fill="white"/>
<circle cx="280" cy="30" r="4" fill="#ffeb3b"/>
</svg>
Judge's Analysis
Player 2's image clearly depicts a penguin in a spacesuit juggling planets on an icy moon, adhering closely to the prompt.
The composition is clear, colorful, and visually appealing, with a well-defined background and characters.
In contrast, Player 1's image is more abstract and lacks clarity in depicting the scenario described, making it less effective in communicating the theme.
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"