Creative Challenge
"A penguin juggling snowballs on a tightrope above an erupting volcano"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient sky -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="20%" r="80%">
<stop offset="0%" stop-color="#f5c1e5" />
<stop offset="60%" stop-color="#6e78ff" />
<stop offset="100%" stop-color="#2a0e52" />
</radialGradient>
<linearGradient id="volcanoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#4a0f00" />
<stop offset="60%" stop-color="#7a1a00" />
<stop offset="100%" stop-color="#a52700" />
</linearGradient>
<radialGradient id="lavaGradient" cx="50%" cy="20%" r="70%">
<stop offset="0%" stop-color="#ffcc00" />
<stop offset="40%" stop-color="#ff8800" />
<stop offset="90%" stop-color="#ff3300" />
</radialGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="stars" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="1" fill="white" />
<circle cx="30" cy="25" r="0.8" fill="white" />
<circle cx="50" cy="5" r="1.2" fill="white" />
<circle cx="80" cy="30" r="0.7" fill="white" />
<circle cx="22" cy="50" r="1" fill="white" />
<circle cx="70" cy="70" r="1.3" fill="white" />
<circle cx="95" cy="95" r="0.9" fill="white" />
<circle cx="15" cy="80" r="1.1" fill="white" />
<circle cx="45" cy="65" r="0.6" fill="white" />
</pattern>
</defs>
<!-- Sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#stars)" opacity="0.5" />
<!-- Volcano -->
<path d="M70,260 L150,60 L230,260 z" fill="url(#volcanoGradient)" />
<ellipse cx="150" cy="260" rx="90" ry="20" fill="#7a1a00" />
<!-- Lava crater -->
<ellipse cx="150" cy="75" rx="30" ry="15" fill="url(#lavaGradient)" />
<!-- Lava flow -->
<path d="M140,70 C130,90 120,150 125,180 C130,200 135,220 120,260" fill="none" stroke="url(#lavaGradient)" stroke-width="7" filter="url(#glow)" opacity="0.9" />
<path d="M160,70 C170,100 175,140 170,170 C165,200 180,230 190,260" fill="none" stroke="url(#lavaGradient)" stroke-width="6" filter="url(#glow)" opacity="0.8" />
<!-- Lava bubbles -->
<circle cx="145" cy="80" r="4" fill="#ffffaa" filter="url(#glow)" />
<circle cx="155" cy="73" r="3" fill="#ffffaa" filter="url(#glow)" />
<circle cx="160" cy="80" r="2" fill="#ffffaa" filter="url(#glow)" />
<circle cx="140" cy="70" r="3" fill="#ffffaa" filter="url(#glow)" />
<!-- Lava explosions -->
<path d="M140,65 C145,55 135,40 130,35" stroke="#ff5500" stroke-width="4" fill="none" filter="url(#glow)" />
<path d="M160,60 C170,50 175,30 180,25" stroke="#ff5500" stroke-width="5" fill="none" filter="url(#glow)" />
<path d="M150,60 C155,40 145,25 150,15" stroke="#ff7700" stroke-width="6" fill="none" filter="url(#glow)" />
<!-- Tightrope -->
<line x1="60" y1="120" x2="240" y2="120" stroke="#3a6" stroke-width="2" />
<!-- Tightrope poles -->
<rect x="50" y="90" width="10" height="170" fill="#6a3d1b" />
<rect x="240" y="90" width="10" height="170" fill="#6a3d1b" />
<!-- Penguin body -->
<ellipse cx="150" cy="100" rx="18" ry="24" fill="#1a1a2e" />
<ellipse cx="150" cy="108" rx="15" ry="15" fill="white" />
<!-- Penguin head -->
<circle cx="150" cy="75" r="14" fill="#1a1a2e" />
<ellipse cx="150" cy="78" rx="9" ry="7" fill="white" />
<!-- Penguin beak -->
<path d="M150,80 L145,87 L155,87 Z" fill="#ff8d00" />
<!-- Penguin eyes -->
<circle cx="145" cy="72" r="2.5" fill="white" />
<circle cx="155" cy="72" r="2.5" fill="white" />
<circle cx="145" cy="72" r="1" fill="black" />
<circle cx="155" cy="72" r="1" fill="black" />
<!-- Penguin arms -->
<path d="M130,100 C120,90 110,100 110,110" stroke="#1a1a2e" stroke-width="4" fill="none" />
<path d="M170,100 C180,90 190,100 190,110" stroke="#1a1a2e" stroke-width="4" fill="none" />
<!-- Penguin feet -->
<path d="M143,130 L138,135 L148,135 Z" fill="#ff8d00" transform="rotate(15, 143, 130)" />
<path d="M157,130 L152,135 L162,135 Z" fill="#ff8d00" transform="rotate(-15, 157, 130)" />
<!-- Snowballs in the air -->
<circle cx="115" cy="75" r="8" fill="white" stroke="#cceeff" stroke-width="1" />
<circle cx="150" cy="45" r="9" fill="white" stroke="#cceeff" stroke-width="1" />
<circle cx="185" cy="75" r="8" fill="white" stroke="#cceeff" stroke-width="1" />
<!-- Snowflake details on snowballs -->
<path d="M113,73 L117,77 M113,77 L117,73 M115,71 L115,79" stroke="#cceeff" stroke-width="1" />
<path d="M148,43 L152,47 M148,47 L152,43 M150,41 L150,49" stroke="#cceeff" stroke-width="1" />
<path d="M183,73 L187,77 M183,77 L187,73 M185,71 L185,79" stroke="#cceeff" stroke-width="1" />
<!-- Sweat drops from penguin -->
<path d="M135,80 C134,83 133,85 134,87" stroke="#cceeff" stroke-width="1" fill="none" />
<path d="M165,80 C166,83 167,85 166,87" stroke="#cceeff" stroke-width="1" fill="none" />
<!-- Motion lines -->
<path d="M110,70 C105,65 103,63 100,60" stroke="#cceeff" stroke-opacity="0.5" stroke-width="1" fill="none" />
<path d="M190,70 C195,65 197,63 200,60" stroke="#cceeff" stroke-opacity="0.5" stroke-width="1" fill="none" />
<path d="M150,40 C150,35 150,33 150,30" stroke="#cceeff" stroke-opacity="0.5" stroke-width="1" fill="none" />
<!-- Balance pole -->
<line x1="110" y1="110" x2="190" y2="110" stroke="#8b4513" stroke-width="2" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<rect width="300" height="300" fill="#99ccff" />
<linearGradient id="volcanoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff9900" stop-opacity="1" />
<stop offset="100%" stop-color="#ff4c00" stop-opacity="1" />
</linearGradient>
<!-- Volcano -->
<path d="M 120,280 C 100,250 80,220 100,200 L 120,180 140,200 C 160,220 180,250 160,280 Z" fill="url(#volcanoGradient)" />
<ellipse cx="130" cy="280" rx="40" ry="20" fill="#451100" />
<path d="M 120,280 C 100,250 80,220 100,200 L 120,180 140,200 C 160,220 180,250 160,280 Z" stroke="#451100" stroke-width="2" />
<path d="M 125,220 L 135,220" stroke="#999999" stroke-width="2" />
<path d="M 125,240 L 135,240" stroke="#999999" stroke-width="2" />
<path d="M 125,260 L 135,260" stroke="#999999" stroke-width="2" />
<!-- Eruption -->
<linearGradient id="eruptionGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffcccc" stop-opacity="1" />
<stop offset="100%" stop-color="#ff4c00" stop-opacity="1" />
</linearGradient>
<path d="M 130,200 L 140,150 120,150 Z" fill="url(#eruptionGradient)" />
<path d="M 130,200 L 140,150 120,150 Z" stroke="#451100" stroke-width="2" />
<circle cx="130" cy="180" r="10" fill="#999999" />
<circle cx="130" cy="160" r="10" fill="#999999" />
<circle cx="130" cy="140" r="10" fill="#999999" />
<!-- Tightrope -->
<path d="M 30,120 L 270,120" stroke="#666666" stroke-width="5" />
<path d="M 30,120 L 270,120" stroke="#999999" stroke-width="2" />
<!-- Penguin -->
<linearGradient id="penguinGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#00cccc" stop-opacity="1" />
<stop offset="100%" stop-color="#008080" stop-opacity="1" />
</linearGradient>
<path d="M 150,100 C 130,80 110,60 130,40 L 150,20 170,40 C 190,60 210,80 190,100 Z" fill="url(#penguinGradient)" />
<ellipse cx="150" cy="100" rx="30" ry="10" fill="#080808" />
<path d="M 150,100 C 130,80 110,60 130,40 L 150,20 170,40 C 190,60 210,80 190,100 Z" stroke="#080808" stroke-width="2" />
<circle cx="140" cy="80" r="10" fill="#ffffff" />
<circle cx="160" cy="80" r="10" fill="#ffffff" />
<!-- Snowballs -->
<circle cx="120" cy="60" r="15" fill="#cccccc" />
<circle cx="180" cy="60" r="15" fill="#cccccc" />
<circle cx="150" cy="30" r="15" fill="#cccccc" />
<path d="M 120,60 L 150,80 L 180,60" stroke="#666666" stroke-width="2" />
<path d="M 150,80 L 150,30" stroke="#666666" stroke-width="2" />
<!-- Arms -->
<path d="M 140,80 L 120,60" stroke="#080808" stroke-width="3" />
<path d="M 160,80 L 180,60" stroke="#080808" stroke-width="3" />
<path d="M 150,80 L 150,30" stroke="#080808" stroke-width="3" />
</svg>
Judge's Analysis
Player 1's image showcases a vibrant and dynamic depiction of the scene, with a clearly visible penguin juggling snowballs above an erupting volcano.
The use of color contrasts and background enhances the visual appeal and adds depth.
Player 2's submission, while unique, lacks clarity in representing the penguin and the juggling action, making Player 1's artwork more effective in adhering 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 cat orchestra on a floating lily pad"
"A penguin juggling colorful fish under the northern lights"
"Chameleon playing a tiny saxophone under a psychedelic mushroom"
"Cactus wearing sunglasses on a surfboard, riding waves under a sunset"
"Floating city on a giant turtle's back, under a starry sky"
"Surreal clock with melting numbers dripping into a cup of steaming coffee"