Creative Challenge
"A regal penguin in a tux, sipping tea on a floating iceberg"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="iceGradient">
<stop offset="0%" stop-color="#e6f7ff"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<linearGradient id="penguinGradient">
<stop offset="0%" stop-color="#333"/>
<stop offset="100%" stop-color="#1a1a1a"/>
</linearGradient>
<pattern id="icePattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="100%" height="100%" fill="#f0f8ff"/>
<circle cx="5" cy="5" r="2" fill="#fff"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#iceGradient)"/>
<path d="M150 250 Q180 260 210 250 T270 230 Q270 200 240 180 T180 170 Q150 180 120 170 T60 200 Q60 230 90 250 T150 250" fill="url(#icePattern)" stroke="#7DC7E1" stroke-width="2"/>
<g transform="translate(120,180)">
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#penguinGradient)"/>
<circle cx="0" cy="-30" r="15" fill="#1a1a1a"/>
<rect x="-10" y="-45" width="20" height="30" rx="5" fill="#000"/>
<path d="M-5-35 L5-35 Q8-35 8-30 L8-20 Q8-15 5-15 L-5-15 Q-8-15 -8-20 L-8-30 Q-8-35 -5-35 Z" fill="#fff"/>
<circle cx="0" cy="-40" r="5" fill="#ff4444"/>
<path d="M0-50 L-15-60 L-10-70 L-5-75 L0-80 L5-75 L10-70 L15-60 Z" fill="#7f7f7f"/>
</g>
<g transform="translate(180,180)">
<rect x="0" y="0" width="40" height="60" rx="20" fill="#ffd700"/>
<rect x="15" y="10" width="10" height="20" rx="3" fill="#ff9900"/>
<path d="M0 0 Q20-20 40 0" fill="#87CEEB"/>
</g>
<circle cx="220" cy="220" r="15" fill="#fff" stroke="#7f7f7f" stroke-width="2"/>
<path d="M220 220 L230 210 L210 210 Z" fill="#ff6b6b"/>
<rect x="100" y="240" width="100" height="10" rx="5" fill="#7f7f7f"/>
<path d="M120 245 Q140 255 160 245 T200 245" fill="#87CEEB"/>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="20" fill="#ff6b6b"/>
<circle cx="0" cy="0" r="15" fill="#ff8e8e"/>
<circle cx="0" cy="0" r="10" fill="#ffd700"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="150" y1="0" x2="150" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1a237e"/>
<stop offset="1" stop-color="#4a148c"/>
</linearGradient>
<radialGradient id="ice" cx="150" cy="320" r="0.7" gradientTransform="translate(0 -40)">
<stop offset="0" stop-color="#e0f7fa"/>
<stop offset="1" stop-color="#80deea"/>
</radialGradient>
<pattern id="snow" width="8" height="8" patternUnits="userSpaceOnUse">
<circle cx="4" cy="4" r="2" fill="white" opacity="0.6"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Iceberg -->
<path d="M60 250 Q150 150 240 250 L240 300 L60 300 Z" fill="url(#ice)" stroke="#b2ebf2" stroke-width="2"/>
<path d="M100 270 Q150 200 200 270" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"/>
<rect x="80" y="280" width="140" height="20" fill="url(#snow)"/>
<!-- Penguin -->
<g transform="translate(140 180)">
<path d="M0 0 a20 30 0 1 1 -40 0 a20 30 0 1 1 40 0" fill="#2c3e50"/>
<ellipse cx="0" cy="-15" rx="15" ry="25" fill="black"/>
<circle cx="-12" cy="-30" r="5" fill="gold"/>
<circle cx="12" cy="-30" r="5" fill="gold"/>
<path d="M-20 -10 Q0 -25 20 -10" fill="none" stroke="gold" stroke-width="2"/>
<path d="M-10 10 L10 10 L15 25 L-15 25 Z" fill="#e53935"/>
<path d="M-5 5 Q0 15 5 5" fill="none" stroke="white" stroke-width="2"/>
</g>
<!-- Tea Cup -->
<g transform="translate(115 150)">
<path d="M40 40 L30 60 Q40 65 50 60 L60 40" fill="#5d4037"/>
<rect x="30" y="40" width="40" height="20" rx="5" fill="#8d6e63"/>
<path d="M45 25 L55 25 L60 40 L40 40 Z" fill="#ffd54f"/>
<path d="M50 20 Q55 18 50 10" fill="none" stroke="#e65100" stroke-width="2"/>
</g>
<!-- Auroras -->
<path d="M0 150 Q75 100 150 120 Q225 140 300 100" stroke="url(#sky)" stroke-width="8" opacity="0.3" stroke-linecap="round"/>
<path d="M0 130 Q75 90 150 110 Q225 130 300 90" stroke="#e1bee7" stroke-width="4" opacity="0.4"/>
</svg>
Judge's Analysis
Player 2's image captures the theme more effectively, presenting a penguin with pronounced regal elements, such as a crown, and clearly depicting tea sipping.
The composition is more detailed and visually appealing with better use of color contrast, adding to the scene's charm and adherence 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
"Flying Fish Riding Bicycles Over a Cityscape"
"Floating city above a giant sleeping cat, geometric style"
"A turtle wearing a top hat, riding a unicycle on a rainbow"
"A flying fish wearing aviator goggles soaring over a surreal desert landscape"
"Frog conducting an orchestra of floating mushrooms under a crescent moon"