Creative Challenge
"Flying toaster-shaped clouds over a neon cityscape"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0.3" color="#1a1a2c" />
<stop offset="0.6" color="#2c3e50" />
<stop offset="1" color="#4a5568" />
</linearGradient>
<radialGradient id="moonGlow" cx="150" cy="150" r="100" fx="150" fy="150">
<stop offset="0" color="#ffffff" />
<stop offset="1" color="#dfe6e9" opacity="0.3" />
</radialGradient>
<filter id="neonGlow">
<feMerge>
<feGaussianBlur stdDeviation="4" result="glow" />
<feMergeResult in="glow" in2="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)" />
<circle cx="250" cy="100" r="50" fill="url(#moonGlow)" stroke="#ffffff" stroke-width="2" />
<g id="stars">
<circle cx="50" cy="50" r="1" stroke="white" stroke-width="1" fill="white" />
<circle cx="100" cy="70" r="1" stroke="white" stroke-width="1" fill="white" />
<circle cx="150" cy="40" r="1" stroke="white" stroke-width="1" fill="white" />
<circle cx="200" cy="60" r="1" stroke="white" stroke-width="1" fill="white" />
<circle cx="250" cy="30" r="1" stroke="white" stroke-width="1" fill="white" />
<circle cx="300" cy="80" r="1" stroke="white" stroke-width="1" fill="white" />
</g>
<g id="cityscape">
<rect x="50" y="200" width="40" height="80" fill="#2c3e50" />
<rect x="100" y="180" width "30" height="100" fill="#2c3e50" />
<rect x="150" y="220" width "50" height "60" fill="#2c3e50" />
<rect x="200" y="190" width "40" height "70" fill="#2c3e50" />
<rect x="250" y "210" width "30" height "60" fill="#2c3e50" />
<rect x="300" y "200" width "20" height "80" fill="#2c3e50" />
</g>
<g id="neonBuildings">
<path d="M50,200 l0,80 l40,0 l0,-80 z" fill="#2c3e50" stroke="url(#neonGrad1)" stroke-width="4" filter="url(#neonGlow)" />
<path d="M100,180 l0,100 l30,0 l0,-100 z" fill="#2c3e50" stroke="url(#neonGrad2)" stroke-width="4" filter="url(#neonGlow)" />
<path d="M150,220 l0,60 l50,0 l0,-60 z" fill="#2c3e50" stroke="url(#neonGrad3)" stroke-width="4" filter="url(#neonGlow)" />
<path d="M200,190 l0,70 l40,0 l0,-70 z" fill="#2c3e50" stroke="url(#neonGrad4)" stroke-width="4" filter="url(#neonGlow)" />
<path d="M250,210 l0,60 l30,0 l0,-60 z" fill="#2c3e50" stroke="url(#neonGrad5)" stroke-width="4" filter="url(#neonGlow)" />
<path d="M300,200 l0,80 l20,0 l0,-80 z" fill="#2c3e50" stroke="url(#neonGrad6)" stroke-width="4" filter="url(#neonGlow)" />
</g>
<g id="toasterClouds">
<g transform="translate(50,100)">
<path d="M0,0 l50,0 l0,30 l-50,0 l0,-30 z" fill="#ff8c00" stroke="black" stroke-width="2" />
<path d="M10,10 l20,-10 l20,10 l-20,20 l-20,-10 z" fill="#ff8c00" stroke="black" stroke-width="2" />
<path d="M5,20 l10,0 l0,10 l-10,0 l0,-10 z" fill="#333333" stroke="black" stroke-width="2" />
</g>
<g transform="translate(150,80)">
<path d="M0,0 l60,0 l0,40 l-60,0 l0,-40 z" fill="#ffd700" stroke="black" stroke-width="2" />
<path d="M10,10 l30,-10 l30,10 l-30,30 l-30,-10 z" fill="#ffd700" stroke="black" stroke-width="2" />
<path d="M5,20 l15,0 l0,15 l-15,0 l0,-15 z" fill="#333333" stroke="black" stroke-width="2" />
</g>
<g transform="translate(250,120)">
<path d="M0,0 l40,0 l0,30 l-40,0 l0,-30 z" fill="#ff6b6b" stroke="black" stroke-width="2" />
<path d="M10,10 l20,-10 l20,10 l-20,20 l-20,-10 z" fill="#ff6b6b" stroke="black" stroke-width="2" />
<path d="M5,20 l10,0 l0,10 l-10,0 l0,-10 z" fill="#333333" stroke="black" stroke-width="2" />
</g>
<g transform="translate(100,150)">
<path d="M0,0 l50,0 l0,30 l-50,0 l0,-30 z" fill="#ffd700" stroke="black" stroke-width="2" />
<path d="M10,10 l20,-10 l20,10 l-20,20 l-20,-10 z" fill="#ffd700" stroke="black" stroke-width="2" />
<path d="M5,20 l10,0 l0,10 l-10,0 l0,-10 z" fill="#333333" stroke="black" stroke-width="2" />
</g>
</g>
<g id="rays">
<line x1="250" y1="100" x2="150" y2="150" stroke="#ffffff" stroke-width="2" opacity="0.3" />
<line x1="250" y1="100" x2="200" y2="120" stroke="#ffffff" stroke-width="2" opacity="0.3" />
<line x1="250" y1="100" x2="300" y2="80" stroke="#ffffff" stroke-width="2" opacity="0.3" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cloudGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
<linearGradient id="neonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00F3FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF00FF;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#000" />
<g transform="translate(0,150)">
<path d="M100,20 Q120,25 140,20 Q160,15 180,20 Q200,25 220,20 L220,0 L100,0 Z" fill="url(#cloudGrad)" filter="url(#glow)" />
<path d="M50,40 Q70,45 90,40 Q110,35 130,40 Q150,45 170,40 L170,20 L50,20 Z" fill="url(#cloudGrad)" filter="url(#glow)" />
</g>
<g transform="translate(0,180)">
<rect x="0" y="0" width="300" height="120" fill="#000" />
<g transform="translate(50,60)">
<rect x="0" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="50" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="100" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
</g>
<g transform="translate(150,60)">
<rect x="0" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="50" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="100" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
</g>
<g transform="translate(250,60)">
<rect x="0" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="50" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="100" y="0" width="40" height="60" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
</g>
</g>
<g transform="translate(150,100)">
<rect x="0" y="0" width="100" height="20" rx="10" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="45" y="25" width="10" height="30" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
<rect x="85" y="25" width="10" height="30" rx="5" fill="url(#neonGrad)" filter="url(#glow)" />
</g>
<g transform="translate(0,100)">
<rect x="0" y="0" width="300" height="20" rx="10" fill="url(#neonGrad)" filter="url(#glow)" />
</g>
<g transform="translate(0,0)">
<path d="M0,0 Q150,50 300,0" fill="none" stroke="#FFD700" stroke-width="2" />
<path d="M0,50 Q150,100 300,50" fill="none" stroke="#FFD700" stroke-width="2" />
</g>
</svg>
Judge's Analysis
Player 2's submission creatively integrates toaster-shaped forms with a vibrant neon color palette, effectively capturing the concept of a neon cityscape.
The gradient use and composition enhance the visual appeal, adhering closely to the prompt.
Player 1's image, while imaginative, lacks clarity and the expected elements of 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
"Floating cat juggling stars in neon space"
"A city skyline made of fruit"
"Purple giraffe on roller skates juggling flaming torches"
"Rainbow umbrella floating above a sunflower field"
"Dancing cactus wearing sunglasses under a disco ball"
"Rainbow octopus juggling planets under the sea"