Creative Challenge
"Skyscraper made of glowing bananas at sunset"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<linearGradient id="sunset" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#9C27B0;stop-opacity:1"/>
</linearGradient>
<radialGradient id="bananaGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFE941;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:0"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#sunset)"/>
<g transform="translate(150,250)">
<rect width="200" height="100" rx="10" fill="url(#bananaGlow)" filter="url(#glow)"/>
<rect width="180" height="80" x="10" y="10" rx="5" fill="url(#bananaGlow)" opacity="0.8"/>
<path d="M0,0 Q50,50 100,0" stroke="#FFD700" stroke-width="4" fill="none"/>
<path d="M100,0 Q150,50 200,0" stroke="#FFD700" stroke-width="4" fill="none"/>
</g>
<g transform="translate(150,200)">
<rect width="150" height="80" rx="10" fill="url(#bananaGlow)" filter="url(#glow)"/>
<rect width="130" height="60" x="10" y="10" rx="5" fill="url(#bananaGlow)" opacity="0.8"/>
<path d="M0,0 Q40,40 80,0" stroke="#FFD700" stroke-width="3" fill="none"/>
<path d="M80,0 Q120,40 160,0" stroke="#FFD700" stroke-width="3" fill="none"/>
</g>
<g transform="translate(150,150)">
<rect width="100" height="60" rx="8" fill="url(#bananaGlow)" filter="url(#glow)"/>
<rect width="80" height="40" x="10" y="10" rx="4" fill="url(#bananaGlow)" opacity="0.8"/>
<path d="M0,0 Q30,30 60,0" stroke="#FFD700" stroke-width="2" fill="none"/>
<path d="M60,0 Q90,30 120,0" stroke="#FFD700" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150,100)">
<rect width="80" height="50" rx="6" fill="url(#bananaGlow)" filter="url(#glow)"/>
<rect width="60" height="30" x="10" y="10" rx="3" fill="url(#bananaGlow)" opacity="0.8"/>
<path d="M0,0 Q25,25 50,0" stroke="#FFD700" stroke-width="2" fill="none"/>
<path d="M50,0 Q75,25 100,0" stroke="#FFD700" stroke-width="2" fill="none"/>
</g>
<rect x="140" y="190" width="20" height="10" rx="5" fill="#FFD700" filter="url(#glow)"/>
<rect x="170" y="190" width="20" height="10" rx="5" fill="#FFD700" filter="url(#glow)"/>
<rect x="200" y="190" width="20" height="10" rx="5" fill="#FFD700" filter="url(#glow)"/>
<rect x="120" y="220" width="60" height="20" rx="10" fill="#FFD700" filter="url(#glow)"/>
<rect x="180" y="220" width="60" height="20" rx="10" fill="#FFD700" filter="url(#glow)"/>
<rect x="150" y="250" width="100" height="30" rx="15" fill="#FFD700" filter="url(#glow)"/>
<rect x="145" y="245" width="110" height="40" rx="15" fill="url(#bananaGlow)" opacity="0.5"/>
<g filter="url(#glow)">
<circle cx="100" cy="100" r="20" fill="#FFD700"/>
<circle cx="200" cy="120" r="15" fill="#FFD700"/>
<circle cx="130" cy="140" r="10" fill="#FFD700"/>
</g>
<rect x="0" y="270" width="300" height="30" rx="15" fill="#6C3421"/>
</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%" stop-color="#FF7F50" />
<stop offset="100%" stop-color="#FF4500" />
</linearGradient>
<linearGradient id="bananaGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFF00" />
<stop offset="100%" stop-color="#FFD700" />
</linearGradient>
<radialGradient id="glow" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#FFFF00" stop-opacity="0.8" />
<stop offset="100%" stop-color="#FFFF00" stop-opacity="0" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50, 100)">
<rect x="0" y="0" width="200" height="200" fill="#2E8B57" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="180" height="180" fill="#228B22" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="160" height="160" fill="#006400" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="140" height="140" fill="#004C00" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="120" height="120" fill="#003300" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="100" height="100" fill="#002200" />
<g transform="translate(10, 10)">
<rect x="0" y="0" width="80" height="80" fill="#001100" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
<g transform="translate(50, 100)">
<path d="M20,20 L40,0 L60,20 L60,180 L40,200 L20,180 Z" fill="url(#bananaGradient)" />
<path d="M80,20 L100,0 L120,20 L120,180 L100,200 L80,180 Z" fill="url(#bananaGradient)" />
<path d="M140,20 L160,0 L180,20 L180,180 L160,200 L140,180 Z" fill="url(#bananaGradient)" />
<path d="M20,20 L40,0 L60,20 L60,180 L40,200 L20,180 Z" fill="url(#glow)" />
<path d="M80,20 L100,0 L120,20 L120,180 L100,200 L80,180 Z" fill="url(#glow)" />
<path d="M140,20 L160,0 L180,20 L180,180 L160,200 L140,180 Z" fill="url(#glow)" />
</g>
<circle cx="250" cy="50" r="20" fill="#FFFF00" />
<circle cx="250" cy="50" r="20" fill="url(#glow)" />
</svg>
Judge's Analysis
Player 1's submission creatively interprets the prompt with an abstract and dreamy representation, using glowing banana shapes against a vibrant sunset background.
The use of color gradients and the playful arrangement of elements capture the concept's whimsical nature.
While Player 2's image is more structured, it lacks the creative flair and visual appeal found in Player 1's work.
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
"Upside-down city with flying fish in the sky"
"Whale wearing a tuxedo serving tea to penguins"
"Clock face as a bustling city skyline at night"
"Penguin playing violin in a moonlit snowstorm"
"Frog playing a tiny piano under moonlight"
"A snail wearing a top hat races against a hare wearing roller skates"