Creative Challenge
"A teacup floating in a stormy sea, pop art style"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="seaGradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" style="stop-color:blue;stop-opacity:1" />
<stop offset="100%" style="stop-color:darkblue;stop-opacity:1" />
</linearGradient>
<linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:white;stop-opacity:1" />
<stop offset="100%" style="stop-color:lightgrey;stop-opacity:1" />
</linearGradient>
<pattern id="wavePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#seaGradient)"/>
<path d="M150 150 Q180 120 210 150 Q180 180 150 150" fill="url(#teacupGradient)" stroke="black" stroke-width="2"/>
<circle cx="150" cy="150" r="20" fill="url(#teacupGradient)" stroke="black" stroke-width="2"/>
<path d="M150 100 C130 120 170 120 150 140" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M150 100 C120 130 180 130 150 140" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M150 160 C130 140 170 140 150 120" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M150 160 C120 110 180 110 150 120" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M150 100 C120 130 180 130 150 140" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<path d="M150 160 C120 110 180 110 150 120" fill="none" stroke="white" stroke-width="2" stroke-dasharray="5,5"/>
<rect x="0" y="220" width="300" height="80" fill="url(#wavePattern)" stroke="blue" stroke-width="1"/>
<path d="M0 220 Q150 200 300 220" fill="none" stroke="white" stroke-width="3"/>
<path d="M0 225 Q150 205 300 225" fill="none" stroke="white" stroke-width="3"/>
<path d="M0 230 Q150 210 300 230" fill="none" stroke="white" stroke-width="3"/>
<path d="M0 235 Q150 215 300 235" fill="none" stroke="white" stroke-width="3"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="seaGradient" cx="50%" cy="70%" r="80%">
<stop offset="0%" style="stop-color: #3C91E6; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #0C3C78; stop-opacity: 1" />
</radialGradient>
<pattern id="wavePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M 0 10 Q 5 0, 10 10 T 20 10" fill="none" stroke="#FFFFFF" stroke-width="3" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#seaGradient)" />
<rect width="300" height="300" fill="url(#wavePattern)" opacity="0.3" />
<g transform="translate(100,150) rotate(-10)">
<ellipse cx="50" cy="50" rx="70" ry="40" fill="#FFD700" stroke="#DAA520" stroke-width="3" />
<rect x="20" y="50" width="60" height="20" fill="#FFD700" />
<ellipse cx="50" cy="50" rx="60" ry="25" fill="none" stroke="#DAA520" stroke-width="3" />
</g>
<path d="M145 135 C135 155, 165 160, 155 180 Q140 160, 145 135 Z" fill="#DAA520" />
<g transform="translate(200,100)">
<circle cx="0" cy="0" r="30" fill="none" stroke="#FF69B4" stroke-width="5" />
<line x1="-30" y1="0" x2="30" y2="0" stroke="#FF69B4" stroke-width="5" />
<line x1="0" y1="-30" x2="0" y2="30" stroke="#FF69B4" stroke-width="5" />
</g>
<text x="150" y="280" font-family="Arial" font-size="24" fill="#FFFFFF" text-anchor="middle">
Floating in Stormy Seas
</text>
</svg>
Judge's Analysis
Player 1's submission captures the pop art style more effectively with its use of bold colors and halftone patterns, which are characteristic of the genre.
The teacup is clearly depicted in the midst of a stylized stormy sea, adhering closely to the prompt.
Player 2's image, while creative, lacks the distinctive pop art elements and the stormy sea is less visually dynamic.
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 moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"