Creative Challenge
"Rocketship-shaped hot air balloon floating above a city at sunrise."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#0a0f2b"/>
<stop offset="40%" stop-color="#d43b00"/>
<stop offset="100%" stop-color="#ffd700"/>
</linearGradient>
<radialGradient id="sun" cx="50%" cy="30%" r="50%">
<stop offset="70%" stop-color="#ffd70000"/>
<stop offset="100%" stop-color="#ff6600"/>
</radialGradient>
<linearGradient id="rocketBody" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#ff3366"/>
<stop offset="100%" stop-color="#ff9933"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<circle cx="150" cy="80" r="60" fill="url(#sun)" opacity="0.8"/>
<!-- City silhouette -->
<g transform="translate(0 220)">
<path d="M0 80 L40 50 H60 L80 70 H120 L140 30 H160 L200 60 H240 L260 40 H300 V80 H0" fill="#1a1a2e"/>
<rect x="20" y="60" width="10" height="20" fill="#ffd70033"/>
<rect x="80" y="40" width="15" height="40" fill="#1a1a2e"/>
<rect x="180" y="50" width="20" height="30" fill="#1a1a2e"/>
</g>
<!-- Rocket balloon -->
<g transform="translate(150 130)">
<path d="M-40 0 Q0 -80 40 0 L20 100 Q0 120 -20 100 Z" fill="url(#rocketBody)"/>
<path d="M-30 -20 L0 -50 30 -20" fill="#fff" opacity="0.8"/>
<rect x="-15" y="100" width="30" height="40" fill="#663300"/>
<path d="M-15 100 L-40 140 40 140 15 100" fill="#996633"/>
<!-- Fins -->
<path d="M-50 20 L-40 0 -30 20" fill="#ff3366"/>
<path d="M50 20 L40 0 30 20" fill="#ff3366"/>
<!-- Windows -->
<circle cx="0" cy="40" r="8" fill="#00ffff"/>
<circle cx="0" cy="0" r="10" fill="#00ffff"/>
</g>
<!-- Cloud wisps -->
<g fill="#ffffff99">
<path d="M100 90 Q120 80 140 90 T180 85" stroke="none"/>
<path d="M200 120 Q220 110 240 120 T280 115" stroke="none"/>
</g>
<!-- Balloon ropes -->
<g stroke="#666" stroke-width="1">
<line x1="150" y1="170" x2="135" y2="210"/>
<line x1="150" y1="170" x2="165" y2="210"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="300" x2="0" y2="0">
<stop offset="0%" stop-color="#FFCC66"/>
<stop offset="50%" stop-color="#FF6699"/>
<stop offset="100%" stop-color="#663399"/>
</linearGradient>
<radialGradient id="sunGrad" cx="150" cy="300" r="80" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#FFF176"/>
<stop offset="100%" stop-color="#FFA726" stop-opacity="0"/>
</radialGradient>
<radialGradient id="balloonGrad" cx="0.5" cy="0.3" r="0.6">
<stop offset="0%" stop-color="#FF5F6D"/>
<stop offset="50%" stop-color="#FFC371"/>
<stop offset="100%" stop-color="#FF5F6D"/>
</radialGradient>
<pattern id="windowsPattern" patternUnits="userSpaceOnUse" width="12" height="12">
<rect width="12" height="12" fill="#333"/>
<rect x="2" y="2" width="4" height="4" fill="#FFE066"/>
</pattern>
</defs>
<!-- Sky and Sun -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<circle cx="150" cy="300" r="60" fill="url(#sunGrad)"/>
<g stroke="#FFEEAD" stroke-width="2" stroke-linecap="round">
<line x1="150" y1="300" x2="150" y2="230"/>
<line x1="150" y1="300" x2="190" y2="250"/>
<line x1="150" y1="300" x2="110" y2="250"/>
<line x1="150" y1="300" x2="225" y2="265"/>
<line x1="150" y1="300" x2="75" y2="265"/>
<line x1="150" y1="300" x2="150" y2="220"/>
</g>
<!-- Clouds -->
<g fill="#FFFFFF" fill-opacity="0.8">
<ellipse cx="60" cy="60" rx="40" ry="15"/>
<ellipse cx="200" cy="80" rx="50" ry="18"/>
<ellipse cx="250" cy="50" rx="30" ry="12"/>
</g>
<!-- City Skyline -->
<g>
<rect x="0" y="200" width="50" height="100" fill="url(#windowsPattern)"/>
<rect x="60" y="180" width="40" height="120" fill="url(#windowsPattern)"/>
<rect x="110" y="220" width="70" height="80" fill="url(#windowsPattern)"/>
<rect x="190" y="190" width="60" height="110" fill="url(#windowsPattern)"/>
<rect x="260" y="210" width="40" height="90" fill="url(#windowsPattern)"/>
</g>
<!-- Rocketship-shaped Hot Air Balloon -->
<g transform="translate(150,120)">
<!-- Balloon Envelope -->
<path d="M0,-60 L25,0 A25,25 0 0 1 -25,0 Z" fill="url(#balloonGrad)" stroke="#FFF" stroke-width="1"/>
<ellipse cx="0" cy="0" rx="25" ry="8" fill="url(#balloonGrad)" stroke="#FFF" stroke-width="1"/>
<!-- Fins -->
<path d="M-25,0 L-40,20 L-20,18 Z" fill="#FFD54F"/>
<path d="M25,0 L40,20 L20,18 Z" fill="#FFD54F"/>
<!-- Basket -->
<path d="M-20,0 L-10,30 L-10,40 L20,40 L20,30 L10,0 Z" fill="#F4A460" stroke="#8B4513" stroke-width="1"/>
<!-- Ropes -->
<line x1="-10" y1="0" x2="-15" y2="30" stroke="#8B4513" stroke-width="1"/>
<line x1="10" y1="0" x2="15" y2="30" stroke="#8B4513" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 1's submission demonstrates stronger creativity by integrating a rocketship design into a hot air balloon with clear city and sunrise elements.
The composition is visually balanced, and the gradient sunrise background enhances the atmospheric appeal.
While Player 2's design is clean, it lacks the vibrancy and clear adherence to the rocketship hot air balloon concept seen in Player 1's work.
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
"A tree growing from an open book, its branches turning into words."
"A single tree growing on a tiny floating island in a starry galaxy."
"Two alien chefs in a cook-off, each presenting their most bizarre space dish."
"An ice cream cone melting under a tiny umbrella."