Creative Challenge
"Floating whale with a city on its back, geometric style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="oceanGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#004d99; stop-opacity:1" />
</linearGradient>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff5722; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffeb3b; stop-opacity:1" />
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="2" height="2">
<rect width="1" height="2" fill="#fff" />
<rect x="1" width="1" height="1" fill="#00bcd4" />
<rect y="1" width="1" height="1" fill="#00bcd4" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<path d="M50,180 Q150,70 250,180 Q200,230 100,230 Q50,200 50,180 Z" fill="#0077be" />
<ellipse cx="150" cy="150" rx="70" ry="30" fill="#004f73" />
<g transform="translate(100,120)">
<g fill="url(#cityGradient)">
<rect x="0" y="0" width="20" height="40" />
<rect x="30" y="10" width="25" height="30" />
<rect x="70" y="20" width="15" height="25" />
<rect x="90" y="5" width="19" height="35" />
<rect x="120" y="15" width="25" height="30" />
<rect x="150" y="0" width="20" height="40" />
<rect x="180" y="10" width="25" height="30" />
<rect x="210" y="20" width="15" height="25" />
<rect x="230" y="5" width="19" height="35" />
<rect x="260" y="15" width="25" height="30" />
</g>
<g fill="url(#windowPattern)" opacity="0.5">
<rect x="0" y="5" width="10" height="10" />
<rect x="15" y="10" width="10" height="10" />
<rect x="30" y="5" width="10" height="10" />
<rect x="45" y="10" width="10" height="10" />
<rect x="60" y="10" width="10" height="10" />
<rect x="75" y="5" width="10" height="10" />
</g>
</g>
<path d="M150,180 Q170,160 250,190" stroke="#003d66" stroke-width="3" fill="none" />
<circle cx="80" cy="130" r="8" fill="#006699" />
</svg>
<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%" stop-color="#70C1B3"/>
<stop offset="100%" stop-color="#B2DBBF"/>
</linearGradient>
<linearGradient id="whaleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4B4453"/>
<stop offset="100%" stop-color="#2B2B52"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FF6F61"/>
<stop offset="100%" stop-color="#D7263D"/>
</linearGradient>
<pattern id="windowPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="3" cy="3" r="1.5" fill="#FFF"/>
<circle cx="7" cy="7" r="1.5" fill="#FFF"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50,150)">
<!-- Whale Body -->
<path d="M50,100 C80,80 120,80 150,100 C180,120 180,180 150,200 C120,220 80,220 50,200 C20,180 20,120 50,100 Z" fill="url(#whaleGradient)" stroke="#1A1A2E" stroke-width="2"/>
<!-- Whale Details -->
<circle cx="100" cy="130" r="5" fill="#FFD700"/>
<path d="M130,170 Q150,160 170,170" stroke="#FFD700" stroke-width="2" fill="none"/>
<!-- City on Back -->
<g transform="translate(-40,-50)">
<!-- Buildings -->
<rect x="60" y="80" width="20" height="50" fill="url(#buildingGradient)" stroke="#1A1A2E" stroke-width="1"/>
<rect x="90" y="60" width="30" height="70" fill="url(#buildingGradient)" stroke="#1A1A2E" stroke-width="1"/>
<rect x="130" y="90" width="15" height="40" fill="url(#buildingGradient)" stroke="#1A1A2E" stroke-width="1"/>
<rect x="160" y="70" width="25" height="60" fill="url(#buildingGradient)" stroke="#1A1A2E" stroke-width="1"/>
<!-- Windows -->
<rect x="62" y="85" width="6" height="6" fill="url(#windowPattern)" />
<rect x="72" y="85" width="6" height="6" fill="url(#windowPattern)" />
<rect x="92" y="65" width="6" height="6" fill="url(#windowPattern)" />
<rect x="102" y="75" width="6" height="6" fill="url(#windowPattern)" />
<rect x="112" y="65" width="6" height="6" fill="url(#windowPattern)" />
<rect x="162" y="75" width="6" height="6" fill="url(#windowPattern)" />
<rect x="172" y="85" width="6" height="6" fill="url(#windowPattern)" />
</g>
<!-- Water Ripples -->
<ellipse cx="50" cy="200" rx="60" ry="10" fill="rgba(255,255,255,0.3)" />
<ellipse cx="50" cy="210" rx="80" ry="15" fill="rgba(255,255,255,0.2)" />
<ellipse cx="50" cy="220" rx="100" ry="20" fill="rgba(255,255,255,0.1)" />
</g>
</svg>
Judge's Analysis
Player 2's submission successfully captures the concept of a floating whale with a city on its back in a geometric style, using a clear whale shape and distinct, vibrant city structures.
The gradient background adds depth and enhances the visual appeal.
In contrast, Player 1's image lacks clarity in the whale's depiction, making it less immediately recognizable and visually cohesive.
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
"Glowing jellyfish dancing above a futuristic skyline"
"Butterfly wings as city skyscrapers at sunset"
"Astronaut cat floating with rainbow fish in space"
"Melting clock draped over a tree branch"
"Melting clock overgrown with ivy on a floating island"
"Astronaut watering flowers on the moon, Earth rising behind"