Creative Challenge
"A surrealist cityscape built entirely from oversized, floating musical instruments"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><rect width="300" height="300" fill="#f0f0f0"/><text x="150" y="150" text-anchor="middle" fill="red">Error generating SVG</text></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: #1e3c72;" />
<stop offset="100%" style="stop-color: #2a5298;" />
</linearGradient>
<radialGradient id="reflectGradient" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.3">
<stop offset="0%" style="stop-color: #f5a623; stop-opacity: 1;" />
<stop offset="100%" style="stop-color: #f5a623; stop-opacity: 0;" />
</radialGradient>
<pattern id="wavePattern" x="0" y="0" width="0.1" height="0.1" patternUnits="userSpaceOnUse">
<path d="M 0 10 Q 5 0, 10 10 T 20 10" stroke="#ffffff" fill="none" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g opacity="0.9">
<ellipse cx="150" cy="120" rx="50" ry="15" fill="url(#reflectGradient)" />
<path d="M 75 100 C 55 80, 45 70, 75 60 C 105 50, 145 50, 175 60 C 205 70, 195 80, 175 100 Z"
fill="url(#wavePattern)" opacity="0.4" />
</g>
<g transform="translate(50, 150) rotate(-5)">
<rect x="0" y="0" width="60" height="10" fill="#8c6239" />
<rect x="10" y="-100" width="10" height="100" fill="#8c6239" />
<circle cx="15" cy="-100" r="20" fill="#f8c471" />
</g>
<g opacity="0.8" transform="translate(200, 140)">
<path d="M 0 0 Q 20 -50, 40 0 L 30 10 L 10 10 Z" fill="#d35400" />
<rect x="5" y="-30" width="30" height="40" fill="url(#wavePattern)" />
</g>
<g transform="translate(120, 160) scale(1.2)">
<ellipse cx="0" cy="0" rx="10" ry="40" fill="#2ecc71" />
<rect x="-5" y="-30" width="10" height="60" fill="#27ae60" />
<circle cx="0" cy="-35" r="10" fill="#16a085" />
</g>
<circle cx="250" cy="280" r="10" fill="#c0392b" opacity="0.7"/>
<path d="M250 280 Q255 270, 260 280 T 270 280" fill="none" stroke="#e74c3c" stroke-width="2"/>
<g transform="translate(40, 60)" opacity="0.5">
<path d="M 0 0 L 30 -70 L 60 0 Z" fill="#3498db" />
<rect x="10" y="-25" width="40" height="5" fill="#2980b9" />
</g>
</svg>
Judge's Analysis
Player 2's image adheres more closely to the surrealist cityscape concept with abstract forms that suggest musical instruments.
The composition shows a creative arrangement and better visual appeal with its use of color and depth.
Player 1's image fails to generate, disqualifying it from consideration.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"