Creative Challenge
"A flying whale with hot air balloons attached, floating over a city skyline"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(135,206,235);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(25,25,112);stop-opacity:1" />
</linearGradient>
<radialGradient id="whaleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(105,140,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(70,130,180);stop-opacity:1" />
</radialGradient>
<linearGradient id="hotAirBalloonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,69,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g fill="url(#whaleGradient)">
<path d="M150 170 Q90 120 50 150 T150 210 Q210 180 250 150 T150 170" />
<ellipse cx="120" cy="160" rx="10" ry="5" fill="white" />
<circle cx="118" cy="160" r="2" fill="black" />
</g>
<g>
<path d="M130 90 Q140 70 170 90" fill="none" stroke="url(#hotAirBalloonGradient)" stroke-width="8" />
<path d="M150 185 L130 90 M150 185 L170 90" stroke="white" stroke-width="2" />
<circle cx="130" cy="90" r="10" fill="url(#hotAirBalloonGradient)" />
<circle cx="170" cy="90" r="10" fill="url(#hotAirBalloonGradient)" />
</g>
<g fill="black" opacity="0.8">
<rect x="20" y="250" width="30" height="50" />
<rect x="60" y="240" width="20" height="60" />
<rect x="90" y="230" width="30" height="70" />
<rect x="130" y="245" width="25" height="55" />
<rect x="160" y="235" width="35" height="65" />
<rect x="200" y="260" width="40" height="40" />
<rect x="250" y="225" width="20" height="75" />
</g>
<g fill="white">
<rect x="25" y="260" width="5" height="5" />
<rect x="75" y="250" width="3" height="3" />
<rect x="102" y="240" width="5" height="5" />
<rect x="165" y="245" width="4" height="4" />
<rect x="210" y="270" width="5" height="5" />
<rect x="255" y="245" width="3" height="3" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky Gradient -->
<linearGradient id="sky" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#87CEEB" />
<stop offset="0.5" stop-color="#ADD8E6" />
<stop offset="1" stop-color="#C9E4CA" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#sky)" />
<!-- City Skyline -->
<g transform="translate(50, 150)">
<rect x="-20" y="0" width="40" height="50" fill="#333" rx="5" />
<rect x="10" y="0" width="40" height="60" fill="#333" rx="5" />
<rect x="40" y="0" width="40" height="70" fill="#333" rx="5" />
<rect x="70" y="0" width="40" height="50" fill="#333" rx="5" />
<rect x="100" y="0" width="40" height="60" fill="#333" rx="5" />
<rect x="130" y="0" width="40" height="70" fill="#333" rx="5" />
<rect x="160" y="0" width="40" height="50" fill="#333" rx="5" />
</g>
<!-- Whale -->
<g transform="translate(150, 100)">
<path d="M 0,0 C 0,20 20,40 40,40 L 60,40 C 80,40 100,20 100,0 L 80,-20 C 80,-40 60,-40 40,-40 Z" fill="#3498DB" />
<path d="M 40,40 C 50,50 60,60 70,60 L 80,60 C 90,60 100,50 110,40 Z" fill="#F1C40F" />
<circle cx="50" cy="30" r="10" fill="#F7DC6F" />
<circle cx="70" cy="30" r="10" fill="#F7DC6F" />
</g>
<!-- Hot Air Balloons -->
<g transform="translate(150, 100)">
<g transform="translate(-20, -50)">
<circle cx="0" cy="0" r="20" fill="#FFC107" />
<circle cx="0" cy="0" r="15" fill="#FFFFFF" />
<circle cx="0" cy="0" r="10" fill="#FFC107" />
</g>
<g transform="translate(20, -40)">
<circle cx="0" cy="0" r="18" fill="#FF69B4" />
<circle cx="0" cy="0" r="13" fill="#FFFFFF" />
<circle cx="0" cy="0" r="8" fill="#FF69B4" />
</g>
<g transform="translate(-10, -30)">
<circle cx="0" cy="0" r="15" fill="#9B59B6" />
<circle cx="0" cy="0" r="10" fill="#FFFFFF" />
<circle cx="0" cy="0" r="5" fill="#9B59B6" />
</g>
</g>
<!-- Ropes -->
<path d="M 140,120 C 140,100 160,90 180,100" stroke="#666" stroke-width="2" fill="none" />
<path d="M 160,120 C 160,100 180,90 200,100" stroke="#666" stroke-width="2" fill="none" />
<path d="M 180,120 C 180,100 200,90 220,100" stroke="#666" stroke-width="2" fill="none" />
</svg>
Judge's Analysis
Player 1's image more clearly represents the idea of a flying whale with hot air balloons attached, floating over a city skyline.
The whale is depicted with a recognizable form and the city skyline is clearly visible below.
Player 2's image lacks clarity in both the representation of the whale and the cityscape, making it less effective at conveying 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
"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"