Creative Challenge
"A rocket-shaped hot air balloon floating over a cityscape at sunset."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunset" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="30%" style="stop-color:#FFE66D;stop-opacity:1" />
<stop offset="60%" style="stop-color:#FF8E53;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4ECDC4;stop-opacity:1" />
</linearGradient>
<linearGradient id="rocket" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#E63946;stop-opacity:1" />
<stop offset="50%" style="stop-color:#F1FAEE;stop-opacity:1" />
<stop offset="100%" style="stop-color:#457B9D;stop-opacity:1" />
</linearGradient>
<radialGradient id="flame">
<stop offset="0%" style="stop-color:#FFD60A;stop-opacity:1" />
<stop offset="50%" style="stop-color:#FF9F1C;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#E63946;stop-opacity:0.3" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="windows" x="0" y="0" width="8" height="12" patternUnits="userSpaceOnUse">
<rect x="1" y="1" width="6" height="8" fill="#FFE66D" opacity="0.7"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sunset)"/>
<!-- Sun -->
<circle cx="250" cy="80" r="30" fill="#FFD60A" opacity="0.8" filter="url(#glow)"/>
<!-- Clouds -->
<ellipse cx="50" cy="60" rx="30" ry="15" fill="#F1FAEE" opacity="0.6"/>
<ellipse cx="70" cy="55" rx="25" ry="12" fill="#F1FAEE" opacity="0.6"/>
<ellipse cx="200" cy="90" rx="35" ry="18" fill="#F1FAEE" opacity="0.5"/>
<ellipse cx="180" cy="95" rx="20" ry="10" fill="#F1FAEE" opacity="0.5"/>
<!-- Cityscape -->
<rect x="0" y="220" width="40" height="80" fill="#2D3436"/>
<rect x="35" y="200" width="30" height="100" fill="#34495E"/>
<rect x="60" y="210" width="35" height="90" fill="#2C3E50"/>
<rect x="90" y="190" width="40" height="110" fill="#34495E" fill-opacity="0.9"/>
<rect x="125" y="205" width="30" height="95" fill="#2D3436"/>
<rect x="150" y="195" width="45" height="105" fill="#2C3E50"/>
<rect x="190" y="215" width="35" height="85" fill="#34495E"/>
<rect x="220" y="200" width="40" height="100" fill="#2D3436" fill-opacity="0.9"/>
<rect x="255" y="210" width="45" height="90" fill="#2C3E50"/>
<!-- Building windows -->
<rect x="90" y="190" width="40" height="110" fill="url(#windows)" opacity="0.6"/>
<rect x="150" y="195" width="45" height="105" fill="url(#windows)" opacity="0.5"/>
<rect x="220" y="200" width="40" height="100" fill="url(#windows)" opacity="0.6"/>
<!-- Rocket balloon basket -->
<path d="M 140 180 L 160 180 L 155 190 L 145 190 Z" fill="#8B4513" stroke="#654321" stroke-width="1"/>
<!-- Ropes -->
<line x1="145" y1="180" x2="130" y2="140" stroke="#654321" stroke-width="1.5"/>
<line x1="155" y1="180" x2="170" y2="140" stroke="#654321" stroke-width="1.5"/>
<line x1="150" y1="180" x2="150" y2="140" stroke="#654321" stroke-width="1.5"/>
<!-- Rocket balloon body -->
<ellipse cx="150" cy="110" rx="35" ry="45" fill="url(#rocket)" stroke="#1D3557" stroke-width="2"/>
<!-- Rocket nose cone -->
<path d="M 150 65 L 130 90 L 170 90 Z" fill="#E63946" stroke="#1D3557" stroke-width="2"/>
<!-- Rocket fins -->
<path d="M 115 120 L 105 140 L 115 135 Z" fill="#457B9D" stroke="#1D3557" stroke-width="1.5"/>
<path d="M 185 120 L 195 140 L 185 135 Z" fill="#457B9D" stroke="#1D3557" stroke-width="1.5"/>
<!-- Rocket window -->
<circle cx="150" cy="100" r="8" fill="#A8DADC" stroke="#1D3557" stroke-width="1.5"/>
<circle cx="150" cy="100" r="5" fill="#F1FAEE" opacity="0.7"/>
<!-- Flame burner -->
<ellipse cx="150" cy="140" rx="15" ry="8" fill="url(#flame)" filter="url(#glow)"/>
<!-- Stars -->
<circle cx="30" cy="30" r="1" fill="#F1FAEE" opacity="0.8"/>
<circle cx="80" cy="20" r="1.5" fill="#F1FAEE" opacity="0.7"/>
<circle cx="120" cy="35" r="1" fill="#F1FAEE" opacity="0.8"/>
<circle cx="280" cy="40" r="1.5" fill="#F1FAEE" opacity="0.7"/>
<circle cx="260" cy="25" r="1" fill="#F1FAEE" opacity="0.8"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunsetSky" cx="50%" cy="80%" r="70%">
<stop offset="0%" stop-color="#FFE066"/>
<stop offset="30%" stop-color="#FF8C42"/>
<stop offset="60%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#4ECDC4"/>
</radialGradient>
<linearGradient id="balloonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF4757"/>
<stop offset="30%" stop-color="#FF6348"/>
<stop offset="70%" stop-color="#FFA502"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="rocketTip" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="50%" stop-color="#F1C40F"/>
<stop offset="100%" stop-color="#E67E22"/>
</linearGradient>
<linearGradient id="basketGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#5D2F0A"/>
</linearGradient>
<linearGradient id="buildingGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#2C3E50"/>
<stop offset="100%" stop-color="#34495E"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#sunsetSky)"/>
<!-- Sun -->
<circle cx="220" cy="200" r="25" fill="#FFE066" filter="url(#glow)" opacity="0.8"/>
<!-- Cityscape -->
<rect x="0" y="220" width="40" height="80" fill="url(#buildingGrad)"/>
<rect x="45" y="200" width="35" height="100" fill="url(#buildingGrad)"/>
<rect x="85" y="230" width="30" height="70" fill="url(#buildingGrad)"/>
<rect x="120" y="210" width="45" height="90" fill="url(#buildingGrad)"/>
<rect x="170" y="240" width="25" height="60" fill="url(#buildingGrad)"/>
<rect x="200" y="225" width="40" height="75" fill="url(#buildingGrad)"/>
<rect x="245" y="235" width="35" height="65" fill="url(#buildingGrad)"/>
<rect x="285" y="245" width="15" height="55" fill="url(#buildingGrad)"/>
<!-- Building Windows -->
<rect x="5" y="230" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="15" y="240" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="25" y="235" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="50" y="210" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="60" y="220" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="125" y="220" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="140" y="230" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="155" y="240" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="210" y="235" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<rect x="225" y="245" width="6" height="8" fill="#FFE066" opacity="0.7"/>
<!-- Rocket Balloon Main Body -->
<ellipse cx="150" cy="90" rx="25" ry="45" fill="url(#balloonGradient)"/>
<!-- Rocket Tip -->
<path d="M 150 45 L 135 90 L 165 90 Z" fill="url(#rocketTip)"/>
<!-- Rocket Fins -->
<path d="M 125 110 L 135 90 L 130 120 Z" fill="#E74C3C"/>
<path d="M 175 110 L 165 90 L 170 120 Z" fill="#E74C3C"/>
<path d="M 140 125 L 150 90 L 145 135 Z" fill="#C0392B"/>
<path d="M 160 125 L 150 90 L 155 135 Z" fill="#C0392B"/>
<!-- Balloon Pattern Lines -->
<path d="M 150 45 Q 135 70 150 90 Q 165 70 150 45" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.6"/>
<path d="M 150 45 Q 125 80 150 135" stroke="#FFFFFF" stroke-width="1" fill="none" opacity="0.4"/>
<path d="M 150 45 Q 175 80 150 135" stroke="#FFFFFF" stroke-width="1" fill="none" opacity="0.4"/>
<!-- Basket -->
<rect x="140" y="140" width="20" height="12" fill="url(#basketGradient)" rx="2"/>
<!-- Ropes -->
<line x1="135" y1="135" x2="142" y2="140" stroke="#8B4513" stroke-width="1"/>
<line x1="165" y1="135" x2="158" y2="140" stroke="#8B4513" stroke-width="1"/>
<line x1="145" y1="130" x2="145" y2="140" stroke="#8B4513" stroke-width="1"/>
<line x1="155" y1="130" x2="155" y2="140" stroke="#8B4513" stroke-width="1"/>
<!-- Flame/Exhaust -->
<ellipse cx="150" cy="155" rx="8" ry="12" fill="#FF6B35" opacity="0.8"/>
<ellipse cx="150" cy="160" rx="5" ry="8" fill="#FFE066" opacity="0.9"/>
<!-- Clouds -->
<ellipse cx="80" cy="70" rx="15" ry="8" fill="#FFFFFF" opacity="0.6"/>
<ellipse cx="85" cy="65" rx="12" ry="6" fill="#FFFFFF" opacity="0.6"/>
<ellipse cx="75" cy="65" rx="10" ry="5" fill="#FFFFFF" opacity="0.6"/>
<ellipse cx="220" cy="50" rx="18" ry="10" fill="#FFFFFF" opacity="0.5"/>
<ellipse cx="225" cy="45" rx="14" ry="7" fill="#FFFFFF" opacity="0.5"/>
<ellipse cx="215" cy="45" rx="12" ry="6" fill="#FFFFFF" opacity="0.5"/>
<!-- Birds -->
<path d="M 60 40 Q 65 35 70 40 Q 65 45 60 40" fill="#2C3E50" opacity="0.7"/>
<path d="M 250 30 Q 255 25 260 30 Q 255 35 250 30" fill="#2C3E50" opacity="0.7"/>
<path d="M 255 35 Q 260 30 265 35 Q 260 40 255 35" fill="#2C3E50" opacity="0.7"/>
</svg>
Judge's Analysis
Player 2's submission demonstrates greater creativity and visual appeal with a vibrant and dynamic design for the rocket-shaped hot air balloon.
The sunset gradient and cityscape composition are more visually cohesive and polished compared to Player 1's simpler and less detailed execution.
Player 2's technical quality and adherence to the prompt are superior 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.