Creative Challenge
"Two penguins fencing with candy canes on an iceberg."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<!-- Sky gradient -->
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a0e9ff"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<!-- Water gradient -->
<linearGradient id="waterGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#4DA8DA"/>
<stop offset="100%" stop-color="#1B4965"/>
</linearGradient>
<!-- Iceberg gradient -->
<linearGradient id="iceGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#e0f7ff"/>
<stop offset="100%" stop-color="#a0d8ef"/>
</linearGradient>
<!-- Candy cane pattern -->
<pattern id="caneStripe" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="white"/>
<path d="M0,10 L10,0 M-2,2 L2,-2 M8,12 L12,8" stroke="#e53935" stroke-width="3"/>
</pattern>
<!-- Sun glow -->
<radialGradient id="sunGlow" cx="50%" cy="20%" r="30%">
<stop offset="0%" stop-color="#fff176" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#fff176" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Sun glow -->
<circle cx="240" cy="60" r="50" fill="url(#sunGlow)"/>
<circle cx="240" cy="60" r="20" fill="#fff176"/>
<!-- Water -->
<rect y="230" width="300" height="70" fill="url(#waterGrad)"/>
<!-- Iceberg -->
<path d="M40,230 L80,160 L140,200 L200,140 L260,210 L300,180 L300,230 Z"
fill="url(#iceGrad)" stroke="#b0e0e6" stroke-width="2"/>
<!-- Penguin left -->
<g id="penguinLeft" transform="translate(100,180) scale(0.8,-0.8)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="45" fill="#000"/>
<ellipse cx="0" cy="0" rx="20" ry="35" fill="#fff"/>
<!-- Head -->
<circle cx="0" cy="-60" r="20" fill="#000"/>
<circle cx="0" cy="-60" r="15" fill="#fff"/>
<!-- Eyes -->
<circle cx="-5" cy="-65" r="3" fill="#000"/>
<circle cx="5" cy="-65" r="3" fill="#000"/>
<!-- Beak -->
<polygon points="0,-55 8,-50 0,-45" fill="#f9a825"/>
<!-- Feet -->
<path d="M-15,40 l10,10 l5,-5 l10,10" stroke="#f9a825" stroke-width="4" fill="none"/>
<!-- Left flipper -->
<path d="M-30,0 Q-60,10 -50,30" stroke="#000" stroke-width="10" fill="none" stroke-linecap="round"/>
<!-- Right flipper holding candy cane -->
<path d="M30,-10 Q80,10 60,40" stroke="#000" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M60,40 q10,-20 30,0" stroke="url(#caneStripe)" stroke-width="8" fill="none" stroke-linecap="round"/>
</g>
<!-- Penguin right -->
<g id="penguinRight" transform="translate(200,170) scale(-0.8,-0.8)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="45" fill="#000"/>
<ellipse cx="0" cy="0" rx="20" ry="35" fill="#fff"/>
<!-- Head -->
<circle cx="0" cy="-60" r="20" fill="#000"/>
<circle cx="0" cy="-60" r="15" fill="#fff"/>
<!-- Eyes -->
<circle cx="-5" cy="-65" r="3" fill="#000"/>
<circle cx="5" cy="-65" r="3" fill="#000"/>
<!-- Beak -->
<polygon points="0,-55 8,-50 0,-45" fill="#f9a825"/>
<!-- Feet -->
<path d="M-15,40 l10,10 l5,-5 l10,10" stroke="#f9a825" stroke-width="4" fill="none"/>
<!-- Left flipper holding candy cane -->
<path d="M-30,-10 Q-80,10 -60,40" stroke="#000" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M-60,40 q-10,-20 -30,0" stroke="url(#caneStripe)" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- Right flipper -->
<path d="M30,0 Q60,10 50,30" stroke="#000" stroke-width="10" fill="none" stroke-linecap="round"/>
</g>
<!-- Fencing sparks -->
<g>
<circle cx="150" cy="140" r="5" fill="#fff59d" opacity="0.8"/>
<circle cx="155" cy="145" r="3" fill="#ffe082" opacity="0.6"/>
<circle cx="145" cy="135" r="2" fill="#fff176" opacity="0.6"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="icebergGradient" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:#00A3E0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#005F7F;stop-opacity:1" />
</linearGradient>
<linearGradient id="penguinGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFFFFF;stop-opacity:1" />
</linearGradient>
<pattern id="candyStripe" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#FF0000" />
<rect width="10" height="5" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="#87CEEB" />
<polygon points="75,200 150,150 225,200 250,250 50,250" fill="url(#icebergGradient)" />
<g transform="translate(80, 140)">
<ellipse cx="0" cy="-20" rx="15" ry="10" fill="url(#penguinGradient)" />
<circle cx="-10" cy="-30" r="8" fill="black" />
<ellipse cx="10" cy="-30" r="8" fill="black" />
<ellipse cx="0" cy="0" rx="6" ry="4" fill="orange" />
<rect x="-2" y="0" width="4" height="10" fill="black" />
<line x1="-25" y1="10" x2="-10" y2="10" stroke="url(#candyStripe)" stroke-width="1.5" />
</g>
<g transform="translate(220, 140) scale(-1, 1)">
<ellipse cx="0" cy="-20" rx="15" ry="10" fill="url(#penguinGradient)" />
<circle cx="-10" cy="-30" r="8" fill="black" />
<ellipse cx="10" cy="-30" r="8" fill="black" />
<ellipse cx="0" cy="0" rx="6" ry="4" fill="orange" />
<rect x="-2" y="0" width="4" height="10" fill="black" />
<line x1="-25" y1="10" x2="-10" y2="10" stroke="url(#candyStripe)" stroke-width="1.5" />
</g>
<text x="50" y="280" font-family="Arial" font-size="16" fill="#333333">Penguins Fencing!</text>
</svg>
Judge's Analysis
Player 1's submission is more creative and adheres closely to the prompt, showing two upright penguins actively engaging in fencing with candy canes on an iceberg.
The composition is lively, colorful, and visually appealing, with clear context.
Player 2's submission is minimalistic and abstract but lacks clear depiction of penguins or fencing activity, making it less effective in fulfilling 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
"A dancing cactus wearing a top hat under a disco ball."
"Two giraffes tangled in a game of jump rope using their necks under a disco ball."
"A giraffe roller-skating on a rainbow."