Creative Challenge
"A city skyline made entirely of musical instruments"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="guitarGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff8e8e;stop-opacity:1" />
</linearGradient>
<linearGradient id="pianoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#3a3a3a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#666;stop-opacity:1" />
</linearGradient>
<linearGradient id="drumGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff9999;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6b6b;stop-opacity:1" />
</linearGradient>
<linearGradient id="saxGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#99cc99;stop-opacity:1" />
<stop offset="100%" style="stop-color:#669966;stop-opacity:1" />
</linearGradient>
</defs>
<g transform="translate(50,200)">
<rect width="80" height="60" rx="10" fill="url(#guitarGradient)"/>
<rect x="70" y="-20" width="20" height="80" rx="5" fill="#ffd9b3"/>
<path d="M0,40 Q20,40 40,20" fill="#666"/>
</g>
<g transform="translate(120,180)">
<rect width="60" height="80" rx="15" fill="url(#pianoGradient)"/>
<rect x="0" y="60" width="60" height="20" rx="10" fill="#666"/>
<rect x="10" y="70" width="40" height="10" fill="#fff"/>
</g>
<g transform="translate(190,170)">
<circle cx="30" cy="30" r="30" fill="url(#drumGradient)"/>
<line x1="0" y1="30" x2="60" y2="30" stroke="#fff" stroke-width="2"/>
<line x1="30" y1="0" x2="30" y2="60" stroke="#fff" stroke-width="2"/>
</g>
<g transform="translate(260,150)">
<path d="M0,0 Q30,20 60,0" fill="url(#saxGradient)"/>
<rect x="25" y="10" width="10" height="40" rx="3" fill="#666"/>
</g>
<g transform="translate(80,220)">
<rect width="40" height="40" rx="10" fill="#ffd9b3"/>
<rect x="10" y="10" width="20" height="20" rx="5" fill="#666"/>
</g>
<g transform="translate(200,240)">
<rect width="30" height="30" rx="15" fill="#666"/>
<circle cx="15" cy="15" r="5" fill="#fff"/>
</g>
<g transform="translate(140,210)">
<rect width="20" height="40" rx="10" fill="#99cc99"/>
<rect x="10" y="20" width="10" height="20" rx="5" fill="#666"/>
</g>
<rect width="300" height="100" y="200" fill="#1a1a1a"/>
<path d="M0,300 Q150,280 300,300" fill="#1a1a1a"/>
<rect width="300" height="300" fill="url(#skyGradient)"/>
</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="#1a1a3a"/>
<stop offset="100%" stop-color="#4a4a8a"/>
</linearGradient>
<pattern id="musicNotes" width="30" height="30" patternUnits="userSpaceOnUse">
<path d="M5,20 q5,-10 10,0 m2,-15 l-2,15 m5,-10 l-2,10" stroke="#fcf" fill="none" stroke-width="0.5"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#musicNotes)" opacity="0.1"/>
<!-- Trumpet Building -->
<path d="M40,200 v-120 c0,0 20,-20 40,0 v120" fill="#ffd700"/>
<circle cx="60" cy="60" r="20" fill="#ffd700"/>
<!-- Piano Building -->
<rect x="90" y="100" width="60" height="100" fill="#303030"/>
<g transform="translate(90,100)">
<rect x="5" y="0" width="8" height="60" fill="white"/>
<rect x="15" y="0" width="8" height="60" fill="white"/>
<rect x="25" y="0" width="8" height="60" fill="white"/>
<rect x="35" y="0" width="8" height="60" fill="white"/>
<rect x="45" y="0" width="8" height="60" fill="white"/>
</g>
<!-- Guitar Building -->
<path d="M160,200 v-150 c0,-20 60,-20 60,0 v150" fill="#8b4513"/>
<rect x="160" y="80" width="60" height="10" fill="#deb887"/>
<circle cx="190" cy="130" r="25" fill="#4a4a4a"/>
<!-- Drum Building -->
<circle cx="250" cy="150" r="40" fill="#cd853f"/>
<ellipse cx="250" cy="150" rx="40" ry="10" fill="#8b4513"/>
<line x1="210" y1="150" x2="290" y2="150" stroke="#daa520" stroke-width="4"/>
<!-- Base -->
<rect x="0" y="200" width="300" height="100" fill="#1a1a1a"/>
<!-- Reflections -->
<g opacity="0.2">
<path d="M40,200 v50 c0,0 20,20 40,0 v-50" fill="#ffd700"/>
<rect x="90" y="200" width="60" height="50" fill="#303030"/>
<path d="M160,200 v50 c0,20 60,20 60,0 v-50" fill="#8b4513"/>
<ellipse cx="250" cy="200" rx="40" ry="20" fill="#cd853f"/>
</g>
<!-- Stars -->
<g fill="white" opacity="0.5">
<circle cx="20" cy="30" r="1"/>
<circle cx="50" cy="20" r="1"/>
<circle cx="80" cy="40" r="1"/>
<circle cx="280" cy="30" r="1"/>
<circle cx="260" cy="50" r="1"/>
<circle cx="230" cy="20" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and better adheres to the prompt.
The skyline is creatively constructed with a variety of musical instruments that are clearly identifiable, and the use of a night sky background adds depth and interest.
In contrast, Player 1's submission lacks clarity in depicting musical instruments and is less engaging overall.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"