Creative Challenge
"A flying whale with butterfly wings over a city skyline at sunset"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sunsetGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff9a8b"/>
<stop offset="50%" stop-color="#ff6a88"/>
<stop offset="100%" stop-color="#ff99ac"/>
</linearGradient>
<radialGradient id="whaleGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#8ecae6"/>
<stop offset="100%" stop-color="#023047"/>
</radialGradient>
<linearGradient id="wingGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffbe0b"/>
<stop offset="100%" stop-color="#fb5607"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sunsetGradient)"/>
<g transform="translate(50, 100)">
<ellipse cx="150" cy="50" rx="60" ry="20" fill="url(#whaleGradient)"/>
<ellipse cx="180" cy="35" rx="12" ry="5" fill="#83c5be"/>
<path d="M90 50 C110 20, 170 20, 210 50 L210 60 C170 70, 110 70, 90 50 Z" fill="url(#whaleGradient)"/>
<circle cx="95" cy="45" r="3" fill="#ffffff"/>
<g transform="translate(150, 10) rotate(10)">
<path d="M0 0 C -40 -20, -70 10, -50 40 L0 20 Z" fill="url(#wingGradient)"/>
<path d="M0 0 C 40 -20, 70 10, 50 40 L0 20 Z" fill="url(#wingGradient)"/>
</g>
<g transform="translate(150, 60) rotate(-10)">
<path d="M0 0 C -40 20, -70 -10, -50 -40 L0 -20 Z" fill="url(#wingGradient)"/>
<path d="M0 0 C 40 20, 70 -10, 50 -40 L0 -20 Z" fill="url(#wingGradient)"/>
</g>
</g>
<g>
<rect x="0" y="270" width="30" height="30" fill="#392F5A"/>
<rect x="40" y="260" width="30" height="40" fill="#392F5A"/>
<rect x="80" y="250" width="30" height="50" fill="#392F5A"/>
<rect x="120" y="240" width="30" height="60" fill="#392F5A"/>
<rect x="160" y="230" width="30" height="70" fill="#392F5A"/>
<rect x="200" y="260" width="30" height="40" fill="#392F5A"/>
<rect x="240" y="250" width="30" height="50" fill="#392F5A"/>
</g>
</svg>
<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 offset="50%" style="stop-color:#ff9999"/>
<stop offset="100%" style="stop-color:#ffcc99"/>
</linearGradient>
<linearGradient id="whaleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4a90e2"/>
<stop offset="100%" style="stop-color:#357abd"/>
</linearGradient>
<pattern id="windows" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="4" height="4" fill="#ffeb3b" x="1" y="1"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#sunset)"/>
<!-- City Buildings -->
<g transform="translate(0,150)">
<rect x="10" y="0" width="40" height="150" fill="#2c3e50"/>
<rect x="60" y="30" width="30" height="120" fill="#34495e"/>
<rect x="100" y="-20" width="50" height="170" fill="#2c3e50"/>
<rect x="160" y="10" width="35" height="140" fill="#34495e"/>
<rect x="205" y="-30" width="45" height="180" fill="#2c3e50"/>
<rect x="260" y="20" width="30" height="130" fill="#34495e"/>
</g>
<!-- Windows -->
<g transform="translate(0,150)">
<rect x="15" y="10" width="30" height="130" fill="url(#windows)"/>
<rect x="65" y="40" width="20" height="100" fill="url(#windows)"/>
<rect x="110" y="-10" width="30" height="150" fill="url(#windows)"/>
<rect x="165" y="20" width="25" height="120" fill="url(#windows)"/>
<rect x="215" y="-20" width="25" height="160" fill="url(#windows)"/>
<rect x="265" y="30" width="20" height="110" fill="url(#windows)"/>
</g>
<!-- Whale Body -->
<g transform="translate(150,120) rotate(-10)">
<path d="M-60,0 C-40,-20 40,-20 60,0 C40,20 -40,20 -60,0 Z" fill="url(#whaleGrad)"/>
<path d="M60,0 C70,0 80,10 90,0 C80,-10 70,-10 60,0" fill="url(#whaleGrad)"/>
<circle cx="-30" cy="-5" r="3" fill="black"/>
</g>
<!-- Butterfly Wings -->
<g transform="translate(150,120) rotate(-10)">
<path d="M-20,-10 C-40,-40 -60,-20 -40,0 C-60,20 -40,40 -20,10" fill="#ff758c" opacity="0.6"/>
<path d="M20,-10 C40,-40 60,-20 40,0 C60,20 40,40 20,10" fill="#ff758c" opacity="0.6"/>
<path d="M-15,-8 C-35,-35 -55,-18 -35,0 C-55,18 -35,35 -15,8" fill="#ff9b9b" opacity="0.4"/>
<path d="M15,-8 C35,-35 55,-18 35,0 C55,18 35,35 15,8" fill="#ff9b9b" opacity="0.4"/>
</g>
<!-- Stars -->
<g fill="#fff" opacity="0.5">
<circle cx="50" cy="30" r="1"/>
<circle cx="80" cy="40" r="1"/>
<circle cx="200" cy="20" r="1"/>
<circle cx="250" cy="35" r="1"/>
<circle cx="150" cy="25" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt with a clear depiction of a whale-like form with butterfly wings flying over a city skyline at sunset.
The composition effectively combines elements of fantasy and reality, maintaining technical quality and visual appeal.
Player 1's image lacks clarity in representing the prompt's elements, making it less successful in conveying the intended concept.
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
"Stilt-walking robot in a dessert cafe"
"Tree with clockwork gears for foliage against a full moon"
"An umbrella made of clouds, raining colorful candy drops"
"Juggling octopus wearing neon roller skates"
"Whale painting a starry night sky with its tail"
"Floating enchanted cactus with lunar eyes in a starlit desert"