Creative Challenge
"Clock tower erupting with a cascade of vibrant flamingos"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7e5f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b;stop-opacity:1" />
</linearGradient>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#de5b8b;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g transform="translate(120, 90)">
<rect x="-20" y="-30" width="40" height="80" fill="#905c25" />
<polygon points="-30,50 0,80 30,50" fill="#b8860b" />
<circle cx="0" cy="-15" r="15" fill="white" />
<circle cx="0" cy="-15" r="12" fill="black" />
<line x1="0" y1="-15" x2="0" y2="-30" stroke="black" stroke-width="2" />
<line x1="0" y1="-15" x2="10" y2="-25" stroke="black" stroke-width="2" />
</g>
<g transform="translate(150, 40)">
<path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
<path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
</g>
<g transform="translate(180, 80)">
<path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
<path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
</g>
<g transform="translate(100, 120)">
<path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
<path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
</g>
<g transform="translate(30, 160)">
<path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
<path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
</g>
<g transform="translate(220, 180)">
<path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
<path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Clock Tower -->
<rect x="115" y="50" width="70" height="180" fill="#c0c0c0" />
<rect x="130" y="40" width="40" height="20" fill="#8c8c8c" />
<rect x="140" y="20" width="20" height="20" fill="#8c8c8c" />
<!-- Clock Face -->
<circle cx="150" cy="150" r="50" fill="#f0f0f0" />
<circle cx="150" cy="150" r="3" fill="#000" />
<line x1="150" y1="150" x2="200" y2="150" stroke="#000" stroke-width="2" />
<line x1="150" y1="150" x2="150" y2="100" stroke="#000" stroke-width="2" />
<!-- Flamingos -->
<path d="M100 220 Q120 180 140 220 Q160 180 180 220 Q200 180 220 220 Q190 190 160 220 Q130 190 100 220" fill="#ff69b4" />
<path d="M120 230 Q130 190 140 230 Q150 190 160 230 Q170 190 180 230 Q170 200 160 230 Q150 200 140 230 Q130 200 120 230" fill="#ff69b4" />
<path d="M140 240 Q150 200 160 240 Q170 200 180 240 Q170 210 160 240 Q150 210 140 240" fill="#ff69b4" />
</svg>
Judge's Analysis
Player 2's submission more effectively represents the prompt by clearly depicting a clock tower with a cascade of vibrant flamingos emerging from it.
The composition is more structured and visually appealing, with a stronger representation of the theme.
Player 1's image lacks clarity in both the depiction of the clock tower and the flamingos, making it less effective in conveying the idea.
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
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"
"Golden snail atop a rainbow swamp with silver stars falling"