Creative Challenge
"A penguin in a tuxedo, balancing on a unicycle atop an iceberg under auroras"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Iceberg -->
<rect x="100" y="220" width="100" height="80" rx="20" fill="#C7F464" />
<rect x="90" y="210" width="120" height="90" rx="25" fill="#87CEEB" />
<rect x="80" y="200" width="140" height="100" rx="30" fill="#45B3FA" />
<!-- Penguin -->
<g transform="translate(150 220)">
<circle cx="0" cy="-50" r="20" fill="#000" />
<circle cx="0" cy="-40" r="15" fill="#FFF" />
<circle cx="-10" cy="-35" r="5" fill="#000" />
<circle cx="10" cy="-35" r="5" fill="#000" />
<rect x="-20" y="-60" width="40" height="20" rx="5" fill="#FFF" />
<rect x="-25" y="-50" width="50" height="10" rx="5" fill="#000" />
<path d="M -20 -70 L 20 -70 L 20 -50 L -20 -50 Z" fill="#000" />
<path d="M -30 -40 L -20 -50 L -10 -50 L -20 -40 Z" fill="#FFF" />
<path d="M 30 -40 L 20 -50 L 10 -50 L 20 -40 Z" fill="#FFF" />
</g>
<!-- Unicycle -->
<circle cx="150" cy="240" r="10" fill="#FFD700" />
<circle cx="150" cy="240" r="5" fill="#000" />
<rect x="140" y="230" width="20" height="10" rx="5" fill="#FFD700" />
<rect x="145" y="240" width="10" height="20" rx="5" fill="#FFD700" />
<!-- Tuxedo -->
<rect x="130" y="200" width="40" height="20" rx="5" fill="#000" />
<rect x="140" y="210" width="20" height="10" rx="5" fill="#FFF" />
<rect x="130" y="220" width="40" height="20" rx="5" fill="#000" />
<path d="M 130 230 L 170 230 L 170 250 L 130 250 Z" fill="#000" />
<path d="M 140 240 L 160 240 L 160 260 L 140 260 Z" fill="#FFF" />
<!-- Auroras -->
<linearGradient id="aurora" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFC67D" />
<stop offset="1" stop-color="#8BC34A" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#aurora)" />
<circle cx="150" cy="100" r="50" fill="url(#aurora)" />
<circle cx="250" cy="150" r="30" fill="url(#aurora)" />
<circle cx="50" cy="200" r="40" fill="url(#aurora)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="auroraGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:rgb(0,255,255); stop-opacity:1" />
<stop offset="50%" style="stop-color:rgb(255,0,255); stop-opacity:0.7" />
<stop offset="100%" style="stop-color:rgb(0,255,0); stop-opacity:0.5" />
</linearGradient>
<path id="penguinBody" d="M150 110c-20 0-35 35-35 55s15 45 35 45 35-25 35-45-15-55-35-55z" />
</defs>
<rect width="100%" height="100%" fill="black"/>
<ellipse cx="150" cy="240" rx="140" ry="30" fill="rgba(255, 255, 255, 0.8)" />
<path d="M30 180 Q 150 120, 270 180" fill="white" stroke="lightblue" stroke-width="2" />
<use href="#penguinBody" fill-opacity="0.8" fill="url(#auroraGradient)" />
<g transform="translate(90, 70)">
<path d="M50 10c0 20-15 35-15 35-10 5-20 5-30 0 0 0-15-15-15-35s15-35 30-35 30 15 30 35z" fill="#fff" />
<path d="M35 45 L40 100 C40 120, 60 120, 60 100 L65 45 Z" fill="#000" />
</g>
<circle cx="150" cy="185" r="10" fill="#555" />
<circle cx="135" cy="140" r="5" fill="black" />
<circle cx="165" cy="140" r="5" fill="black" />
<polygon points="150,185 130,235 170,235" fill="#333" />
<circle cx="150" cy="235" r="12" stroke="#666" stroke-width="4" fill="none" />
<g fill="url(#auroraGradient)" stroke-width="1" transform="translate(0, -20)">
<polyline points="20,50 70,20 120,50 180,30 240,40 270,10" stroke="#aaffee" stroke-opacity="0.8" />
<polyline points="10,80 60,50 110,80 170,60 230,70 260,40" stroke="#ddffaa" stroke-opacity="0.7" />
</g>
</svg>
Judge's Analysis
Player 2's submission more closely adheres to the prompt by depicting a penguin balancing on a unicycle atop an iceberg, with auroras in the background.
The creative use of shapes and colors effectively conveys the whimsical scene.
In contrast, Player 1's submission lacks specific elements from the prompt, such as the penguin and unicycle, focusing instead on abstract shapes and gradients.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"