Creative Challenge
"Starry Night" reimagined as a bustling outer space city"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#0B1026"/>
<stop offset="100%" stop-color="#1B2452"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<!-- Swirling galaxy -->
<path d="M50,150 Q150,50 250,150 T450,150" fill="none" stroke="#4B79A1" stroke-width="30" opacity="0.3">
<animate attributeName="d" dur="20s" repeatCount="indefinite"
values="M50,150 Q150,50 250,150 T450,150;
M50,150 Q150,250 250,150 T450,150;
M50,150 Q150,50 250,150 T450,150"/>
</path>
<!-- Space buildings -->
<g filter="url(#glow)">
<!-- Building cluster 1 -->
<rect x="40" y="160" width="30" height="100" fill="#2B4B7C" rx="2"/>
<rect x="80" y="140" width="20" height="120" fill="#345A94" rx="2"/>
<rect x="110" y="180" width="25" height="80" fill="#1B2E4D" rx="2"/>
<!-- Building cluster 2 -->
<rect x="160" y="150" width="40" height="110" fill="#3A6DB5" rx="2"/>
<rect x="210" y="170" width="35" height="90" fill="#264573" rx="2"/>
<rect x="250" y="130" width="30" height="130" fill="#1D355A" rx="2"/>
</g>
<!-- Stars and lights -->
<g>
<circle cx="50" cy="50" r="2" fill="white" opacity="0.8">
<animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="100" cy="30" r="1.5" fill="white" opacity="0.6"/>
<circle cx="150" cy="70" r="2" fill="white" opacity="0.9"/>
<circle cx="200" cy="40" r="1.8" fill="white" opacity="0.7"/>
<circle cx="250" cy="60" r="1.7" fill="white" opacity="0.8"/>
</g>
<!-- Flying vehicles -->
<g>
<path d="M80,100 l10,-5 l10,5 z" fill="#FFD700" opacity="0.8">
<animate attributeName="transform" type="translate" values="0,0; 200,0; 0,0" dur="8s" repeatCount="indefinite"/>
</path>
<path d="M180,80 l8,-4 l8,4 z" fill="#FF6B6B" opacity="0.7">
<animate attributeName="transform" type="translate" values="0,0; -150,0; 0,0" dur="6s" repeatCount="indefinite"/>
</path>
</g>
<!-- Swirling energy fields -->
<circle cx="150" cy="150" r="60" fill="none" stroke="#7B68EE" stroke-width="2" opacity="0.2">
<animate attributeName="r" values="60;65;60" dur="4s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.2;0.4;0.2" dur="4s" repeatCount="indefinite"/>
</circle>
<!-- Window lights -->
<g>
<rect x="45" y="170" width="4" height="4" fill="#FFD700" opacity="0.8"/>
<rect x="45" y="185" width="4" height="4" fill="#FFD700" opacity="0.6"/>
<rect x="85" y="150" width="4" height="4" fill="#FFD700" opacity="0.7"/>
<rect x="165" y="160" width="4" height="4" fill="#FFD700" opacity="0.9"/>
<rect x="215" y="180" width="4" height="4" fill="#FFD700" opacity="0.8"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#00021a;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#00083b;stop-opacity:1"/>
</linearGradient>
<radialGradient id="starGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#93f0ff;stop-opacity:0"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Stars -->
<g transform="translate(0,0)">
<circle cx="50" cy="50" r="1" fill="url(#starGrad)"/>
<circle cx="100" cy="80" r="1.5" fill="#fff"/>
<circle cx="150" cy="30" r="1" fill="#93f0ff"/>
<circle cx="200" cy="120" r="2" fill="#fff"/>
<circle cx="250" cy="70" r="1.5" fill="#93f0ff"/>
</g>
<!-- Cityscape -->
<g transform="translate(0,150)">
<rect x="0" y="0" width="300" height="150" fill="#000"/>
<!-- Buildings -->
<g transform="translate(50,0)">
<rect x="0" y="0" width="40" height="80" fill="#041e43"/>
<rect x="0" y="-40" width="40" height="40" fill="#093a6f"/>
</g>
<g transform="translate(100,0)">
<rect x="0" y="0" width="60" height="120" fill="#041e43"/>
<rect x="0" y="-60" width="60" height="60" fill="#093a6f"/>
</g>
<g transform="translate(160,0)">
<rect x="0" y="0" width="30" height="70" fill="#041e43"/>
<rect x="0" y="-35" width="30" height="35" fill="#093a6f"/>
</g>
<g transform="translate(220,0)">
<rect x="0" y="0" width="50" height="100" fill="#041e43"/>
<rect x="0" y="-50" width="50" height="50" fill="#093a6f"/>
</g>
</g>
<!-- Spaceships -->
<g transform="translate(30,200)">
<rect x="0" y="0" width="40" height="15" rx="5" fill="#093a6f"/>
<rect x="15" y="-10" width="10" height="25" rx="3" fill="#093a6f"/>
<rect x="30" y="-15" width="20" height="5" rx="2" fill="#093a6f"/>
</g>
<g transform="translate(180,180)">
<rect x="0" y="0" width="35" height="12" rx="5" fill="#093a6f"/>
<rect x="10" y="-5" width="15" height="20" rx="3" fill="#093a6f"/>
<rect x="25" y="-10" width="25" height="10" rx="2" fill="#093a6f"/>
</g>
<!-- Central Spire -->
<rect x="135" y="120" width="30" height="90" rx="5" fill="url(#buildingGrad)"/>
<!-- Glowing Orb -->
<circle cx="150" cy="150" r="20" fill="url(#glowGrad)"/>
</svg>
Judge's Analysis
Player 1's submission creatively integrates elements reminiscent of 'Starry Night' with a more dynamic space cityscape, capturing the prompt's essence effectively.
The inclusion of arches and varied building heights adds depth and complexity, enhancing visual appeal.
Player 2's image, while visually clean, lacks the same level of engagement and thematic richness.
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"