Creative Challenge
"A cityscape made entirely of musical instruments"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B0E0E6;stop-opacity:1" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8A2BE2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4B0082;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g>
<path d="M50 200 L70 130 L90 200 Z" fill="url(#buildingGradient)" />
<path d="M100 210 L130 150 L160 210 Z" fill="url(#buildingGradient)" />
<path d="M170 180 L190 120 L210 180 Z" fill="url(#buildingGradient)" />
<path d="M220 210 L240 170 L260 210 Z" fill="url(#buildingGradient)" />
</g>
<g>
<path d="M30 200 Q50 150 70 200 T110 200 Q130 150 150 200 T190 200" fill="none" stroke="#FF6347" stroke-width="8" />
<path d="M30 230 L70 210 L110 230 Z" fill="#FFD700" />
<rect x="150" y="232" width="40" height="10" fill="#8B4513" />
<circle cx="60" cy="218" r="6" fill="#FFA07A" />
<circle cx="130" cy="218" r="6" fill="#FFA07A" />
</g>
<g>
<path d="M80 80 C 70 50, 130 50, 120 80 Q 110 110, 80 80 Z" fill="#4682B4" />
<path d="M150 70 Q 140 40, 160 40 Q 180 40, 170 70 T 150 70" fill="#5F9EA0" />
<path d="M200 78 L 210 60 Q 230 60 220 78 T 200 78" fill="#00CED1" />
</g>
<g>
<path d="M200 210 C 250 250, 250 250, 300 210 C 260 210, 280 180, 240 180 C 200 180, 200 210, 200 210" fill="#B22222" />
<path d="M280 220 L 300 240 L 290 220 Z" fill="#DC143C" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#f0f0f0" />
<!-- Sun -->
<circle cx="250" cy="50" r="40" fill="yellow" />
<!-- Buildings -->
<rect x="20" y="150" width="50" height="100" fill="gray" />
<rect x="80" y="130" width="50" height="120" fill="gray" />
<rect x="140" y="140" width="50" height="110" fill="gray" />
<rect x="200" y="120" width="50" height="130" fill="gray" />
<!-- Windows -->
<circle cx="30" cy="180" r="7" fill="yellow" />
<circle cx="30" cy="210" r="7" fill="yellow" />
<circle cx="55" cy="160" r="7" fill="yellow" />
<circle cx="55" cy="190" r="7" fill="yellow" />
<circle cx="105" cy="170" r="7" fill="yellow" />
<circle cx="105" cy="200" r="7" fill="yellow" />
<circle cx="165" cy="180" r="7" fill="yellow" />
<circle cx="165" cy="210" r="7" fill="yellow" />
<circle cx="225" cy="150" r="7" fill="yellow" />
<circle cx="225" cy="180" r="7" fill="yellow" />
<!-- Musical Instruments -->
<!-- Trumpet Tower -->
<rect x="40" y="50" width="30" height="100" fill="brown" />
<polygon points="40,50 55,20 70,50" fill="goldenrod" />
<!-- Piano Palace -->
<rect x="100" y="50" width="50" height="100" fill="black" />
<rect x="110" y="50" width="10" height="100" fill="white" />
<rect x="130" y="50" width="10" height="100" fill="white" />
<rect x="150" y="50" width="10" height="100" fill="white" />
<!-- Drum Dom -->
<circle cx="200" cy="100" r="50" fill="gray" />
<circle cx="200" cy="100" r="40" fill="brown" />
<!-- Saxophone Spire -->
<rect x="260" y="50" width="20" height="100" fill="gray" />
<polygon points="260,50 250,20 270,20 280,50" fill="silver" />
</svg>
Judge's Analysis
Player 2's submission more clearly adheres to the prompt, using musical instruments like piano keys and drum elements to construct a cityscape.
The composition is cohesive and imaginative, effectively blending the two concepts.
Player 1's image, while colorful and abstract, lacks clear representation of musical instruments, making it less effective in fulfilling the prompt.
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
"Clock tower erupting with a cascade of vibrant flamingos"
"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"