Creative Challenge
"Eiffel Tower wearing oversized sunglasses"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="towerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<radialGradient id="lensGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#000" stop-opacity="0.8" />
<stop offset="100%" stop-color="#333" stop-opacity="0.2" />
</radialGradient>
<pattern id="dots" x="0" y="0" width="5" height="5" patternUnits="userSpaceOnUse">
<circle cx="2.5" cy="2.5" r="1" fill="#FFF" opacity="0.5" />
</pattern>
</defs>
<path d="M100 250 L150 100 L200 250 Z" fill="url(#towerGradient)" stroke="#59270B" stroke-width="3" />
<path d="M120 200 L180 200 L180 220 L120 220 Z" fill="url(#towerGradient)" stroke="#59270B" stroke-width="2" />
<path d="M130 150 L170 150 L170 170 L130 170 Z" fill="url(#towerGradient)" stroke="#59270B" stroke-width="2" />
<path d="M140 105 L160 105 L160 125 L140 125 Z" fill="url(#towerGradient)" stroke="#59270B" stroke-width="1" />
<path d="M50 100 A 70 70 0 0 1 250 100" fill="none" stroke="#000" stroke-width="15" />
<circle cx="80" cy="100" r="40" fill="url(#lensGradient)" />
<circle cx="220" cy="100" r="40" fill="url(#lensGradient)" />
<rect x="55" y="105" width="10" height="30" fill="url(#dots)" transform="rotate(15 70 120)" />
<rect x="225" y="105" width="10" height="30" fill="url(#dots)" transform="rotate(-15 240 120)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:rgb(135,206,250);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(70,130,180);stop-opacity:1" />
</linearGradient>
<radialGradient id="sunglassesGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(50,50,50);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Eiffel Tower -->
<g transform="translate(150,180)">
<polygon points="0,-120 10,-120 30,0 -30,0" fill="#8B4513" />
<polygon points="-10,-110 10,-110 25,0 -25,0" fill="#F4A460" />
<polygon points="-20,-90 20,-90 20,0 -20,0" fill="#CD853F" />
</g>
<!-- Sunglasses -->
<g transform="translate(150,100) rotate(20)">
<rect x="-50" y="-15" width="40" height="30" fill="url(#sunglassesGradient)" />
<rect x="10" y="-15" width="40" height="30" fill="url(#sunglassesGradient)" />
<circle cx="-35" cy="0" r="20" stroke="#000" stroke-width="3" fill="none" />
<circle cx="35" cy="0" r="20" stroke="#000" stroke-width="3" fill="none" />
<rect x="-3" y="-4" width="6" height="32" fill="url(#sunglassesGradient)" />
</g>
<!-- Reflective lenses -->
<g transform="translate(150,100) rotate(20)">
<ellipse cx="-30" cy="0" rx="18" ry="12" fill="rgba(255,255,255,0.3)" />
<ellipse cx="30" cy="0" rx="18" ry="12" fill="rgba(255,255,255,0.3)" />
</g>
<!-- Smiling face -->
<path d="M130,160 C145,180 185,180 200,160" stroke="#8B4513" stroke-width="5" fill="none" />
<ellipse cx="120" cy="150" rx="5" ry="10" fill="#8B4513" />
<ellipse cx="180" cy="150" rx="5" ry="10" fill="#8B4513" />
</svg>
Judge's Analysis
Player 2's submission creatively interprets the Eiffel Tower with added personality and humor, incorporating oversized sunglasses in a playful manner.
The technical quality and composition are stronger, with clearer lines and a more engaging visual appeal due to the background and expressive elements.
Player 1's image, although adhering to the prompt, lacks the same level of creativity and finesse.
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
"Cactus dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Floating cityscape on lily pads under a crescent moon"
"Cat-shaped cityscape, geometric style"