Creative Challenge
"A penguin DJ spinning ice records at a snow rave"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(63,94,251);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(252,70,107);stop-opacity:1" />
</linearGradient>
<radialGradient id="snowGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:white;stop-opacity:1" />
<stop offset="100%" style="stop-color:lightblue;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="150" cy="300" r="130" fill="url(#snowGradient)" />
<g transform="translate(100, 100)">
<ellipse cx="50" cy="75" rx="50" ry="75" fill="black" />
<ellipse cx="50" cy="75" rx="40" ry="65" fill="white" />
<circle cx="35" cy="70" r="5" fill="black" />
<circle cx="65" cy="70" r="5" fill="black" />
<polygon points="50,90 45,110 55,110" fill="orange" />
<path d="M30,130 C40,120 60,120 70,130" fill="none" stroke="black" stroke-width="3" />
</g>
<g transform="translate(50, 180)">
<rect x="0" y="0" width="200" height="50" rx="10" ry="10" fill="darkslategray" />
<rect x="15" y="15" width="40" height="20" fill="skyblue" />
<rect x="145" y="15" width="40" height="20" fill="skyblue" />
<circle cx="60" cy="25" r="15" fill="lightblue" stroke="white" stroke-width="3" />
<circle cx="160" cy="25" r="15" fill="lightblue" stroke="white" stroke-width="3" />
<circle cx="60" cy="25" r="5" fill="white" />
<circle cx="160" cy="25" r="5" fill="white" />
<rect x="80" y="5" width="40" height="40" fill="gray" />
<line x1="100" y1="5" x2="100" y2="45" stroke="white" stroke-width="2" />
</g>
<g id="notes" fill="white" transform="translate(200, 50)">
<path d="M0 0 L10 0 L10 -30 L20 -30 L20 0 L30 0 L30 10 L20 10 L20 -20 L10 -20 L10 10 L0 10 Z" />
<circle cx="5" cy="15" r="5" />
</g>
<use xlink:href="#notes" transform="translate(-30, 20)" />
<use xlink:href="#notes" transform="translate(-60, 40)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#64c7cc" />
<!-- Ice igloo DJ booth -->
<path d="M50 200 h200 v-40 h-200 v40" fill="#ffffff" />
<!-- Ice records -->
<circle cx="150" cy="160" r="60" fill="#aed9e0" />
<circle cx="120" cy="180" r="50" fill="#aed9e0" />
<circle cx="180" cy="180" r="50" fill="#aed9e0" />
<!-- Head of the penguin DJ -->
<circle cx="150" cy="120" r="40" fill="#111" />
<!-- Eyes -->
<circle cx="135" cy="110" r="5" fill="#fff" />
<circle cx="165" cy="110" r="5" fill="#fff" />
<!-- Beak -->
<polygon points="150,130 145,140 155,140" fill="#f90" />
<!-- Body -->
<ellipse cx="150" cy="190" rx="40" ry="60" fill="#111" />
<!-- Arms -->
<path d="M110 180 q-20 -20 -10 -50" stroke="#111" stroke-width="4" fill="none" />
<path d="M190 180 q20 -20 10 -50" stroke="#111" stroke-width="4" fill="none" />
<!-- Legs -->
<line x1="140" y1="250" x2="135" y2="270" stroke="#111" stroke-width="4" />
<line x1="160" y1="250" x2="165" y2="270" stroke="#111" stroke-width="4" />
</svg>
Judge's Analysis
Player 2's submission creatively captures the essence of a penguin DJ with a simplified yet recognizable silhouette, fitting the snow rave theme.
The color scheme and composition are clear and visually appealing, adhering more closely to the prompt than Player 1's submission.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"