Creative Challenge
"Moonlit whale in a tuxedo playing a saxophone on a floating iceberg"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonlitGradient" cx="0.5" cy="0.5" r="0.7">
<stop offset="0%" stop-color="#f5f3ce"/>
<stop offset="100%" stop-color="#f0e68c"/>
</radialGradient>
<linearGradient id="icebergGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#b0e0e6"/>
<stop offset="100%" stop-color="#add8e6"/>
</linearGradient>
<linearGradient id="whaleGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4169e1"/>
<stop offset="100%" stop-color="#191970"/>
</linearGradient>
<linearGradient id="saxophoneGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#d4af37"/>
<stop offset="100%" stop-color="#ffd700"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#001a33"/>
<circle cx="240" cy="60" r="40" fill="url(#moonlitGradient)" />
<g transform="translate(70, 180)">
<path d="M60 0 C 50 20, 70 20, 60 40 L 80 40 Q 85 45, 100 40 T 120 40 L 140 0 Z" fill="url(#icebergGradient)"/>
</g>
<g transform="translate(70, 160)">
<path d="M60 0 Q 50 40, 90 50 Q 130 60, 140 0 Z" fill="url(#whaleGradient)" />
<path d="M70 10 Q 67 30, 85 40 Q 96 45, 120 40 Q 105 35, 98 20 Q 90 5, 80 8 Z" fill="white"/>
<path d="M80 12 Q 85 18, 89 18 Q 93 18, 98 12 R 87 25 Q 84 23, 80 12 Z" fill="black"/>
</g>
<g transform="translate(140, 160)">
<path d="M10 0 Q 5 20, 15 30 Q 20 40, 35 50 Q 50 40, 47 30 Q 45 20, 60 0 Z" fill="url(#saxophoneGradient)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky and moon -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#050533" />
<stop offset="100%" stop-color="#1a1a4a" />
</linearGradient>
<radialGradient id="moonGlow" cx="70%" cy="30%" r="50%" fx="70%" fy="30%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.7" />
<stop offset="70%" stop-color="#c9e6ff" stop-opacity="0.2" />
<stop offset="100%" stop-color="#050533" stop-opacity="0" />
</radialGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0a1a3f" />
<stop offset="100%" stop-color="#1e3a6a" />
</linearGradient>
<linearGradient id="icebergGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d9f2ff" />
<stop offset="60%" stop-color="#a5dffa" />
<stop offset="100%" stop-color="#87c9e6" />
</linearGradient>
<filter id="moonFilter">
<feGaussianBlur stdDeviation="1" />
</filter>
<filter id="waterRipple">
<feTurbulence type="turbulence" baseFrequency="0.01" numOctaves="2" result="turbulence" />
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="5" xChannelSelector="R" yChannelSelector="G" />
</filter>
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="4" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="starPattern" width="300" height="300" patternUnits="userSpaceOnUse">
<circle cx="15" cy="15" r="0.8" fill="white" opacity="0.8" />
<circle cx="45" cy="25" r="0.6" fill="white" opacity="0.6" />
<circle cx="75" cy="45" r="0.7" fill="white" opacity="0.7" />
<circle cx="125" cy="15" r="0.9" fill="white" opacity="0.9" />
<circle cx="150" cy="55" r="0.7" fill="white" opacity="0.7" />
<circle cx="185" cy="25" r="0.8" fill="white" opacity="0.8" />
<circle cx="215" cy="45" r="0.6" fill="white" opacity="0.7" />
<circle cx="265" cy="15" r="0.7" fill="white" opacity="0.9" />
<circle cx="285" cy="55" r="0.8" fill="white" opacity="0.8" />
<circle cx="35" cy="85" r="0.7" fill="white" opacity="0.7" />
<circle cx="95" cy="75" r="0.6" fill="white" opacity="0.6" />
<circle cx="135" cy="95" r="0.8" fill="white" opacity="0.8" />
<circle cx="195" cy="65" r="0.7" fill="white" opacity="0.7" />
<circle cx="235" cy="85" r="0.9" fill="white" opacity="0.9" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" />
<circle cx="210" cy="60" r="20" fill="#f5f5f5" filter="url(#moonFilter)" />
<circle cx="210" cy="60" r="40" fill="url(#moonGlow)" />
<!-- Water -->
<rect x="0" y="170" width="300" height="130" fill="url(#waterGradient)" filter="url(#waterRipple)" />
<!-- Iceberg -->
<path d="M50,170 L100,120 L170,130 L220,150 L230,170 L210,190 L180,200 L140,195 L80,190 Z"
fill="url(#icebergGradient)" />
<path d="M80,190 L75,210 L110,220 L150,215 L190,205 L210,190"
fill="#87c9e6" opacity="0.7" />
<path d="M100,120 L120,130 L140,125 L160,130 L170,130"
fill="#ffffff" opacity="0.5" />
<!-- Whale body -->
<g transform="translate(140, 160) rotate(-10)">
<!-- Whale base -->
<ellipse cx="0" cy="0" rx="55" ry="25" fill="#2a3c54" />
<path d="M-55,-5 Q-60,-25 -40,-15 L-35,-5 Z" fill="#2a3c54" />
<path d="M40,0 Q80,10 50,25 L40,10 Z" fill="#2a3c54" />
<!-- Tuxedo -->
<path d="M-15,-20 Q0,-25 15,-20 L20,15 Q0,20 -20,15 Z" fill="#000000" />
<path d="M-5,-20 Q0,-25 5,-20 L5,15 Q0,20 -5,15 Z" fill="#ffffff" />
<rect x="-10" y="-5" width="20" height="10" rx="5" fill="#cf0000" />
<circle cx="-5" cy="-12" r="2" fill="#e0e0e0" />
<circle cx="5" cy="-12" r="2" fill="#e0e0e0" />
<!-- Whale face -->
<ellipse cx="-40" cy="-5" rx="12" ry="8" fill="#3a4c64" />
<circle cx="-45" cy="-8" r="2" fill="#ffffff" />
<circle cx="-45" cy="-8" r="1" fill="#000000" />
<!-- Fins -->
<path d="M-10,20 Q-30,40 -20,15" fill="#3a4c64" />
<path d="M10,20 Q30,40 20,15" fill="#3a4c64" />
<!-- Saxophone -->
<g transform="translate(25, -15) rotate(40)">
<path d="M0,0 L20,10 Q25,15 20,20 L15,25 Q10,30 5,25 L-5,15 Q-10,10 -5,5 Z" fill="#d4af37" />
<path d="M-5,5 L-15,-20" stroke="#d4af37" stroke-width="3" />
<path d="M-15,-20 L-10,-30 Q-5,-32 0,-30 L5,-25" stroke="#d4af37" stroke-width="3" />
<rect x="-13" y="-10" width="3" height="5" fill="#1a1a1a" />
<rect x="-10" y="-15" width="3" height="5" fill="#1a1a1a" />
<rect x="-7" y="-20" width="3" height="5" fill="#1a1a1a" />
</g>
</g>
<!-- Musical notes -->
<g filter="url(#glow)">
<path d="M170,80 Q180,70 185,85 Q190,100 180,95" stroke="#ffffff" fill="none" stroke-width="1" />
<circle cx="180" cy="95" r="3" fill="#ffffff" />
<path d="M190,65 Q200,55 205,70 Q210,85 200,80" stroke="#ffffff" fill="none" stroke-width="1" />
<circle cx="200" cy="80" r="3" fill="#ffffff" />
<path d="M210,90 Q220,80 225,95 Q230,110 220,105" stroke="#ffffff" fill="none" stroke-width="1" />
<circle cx="220" cy="105" r="3" fill="#ffffff" />
</g>
<!-- Reflections on water -->
<ellipse cx="140" cy="240" rx="40" ry="15" fill="#2a3c54" opacity="0.4" />
<path d="M110,240 Q140,245 170,240" stroke="#d4af37" stroke-width="2" opacity="0.3" />
<ellipse cx="210" cy="60" r="5" fill="#ffffff" opacity="0.2" transform="translate(0, 180)" />
</svg>
Judge's Analysis
Player 2's submission more effectively fulfills the prompt by clearly depicting a whale in a tuxedo playing a saxophone on an iceberg, with a well-rendered moonlit atmosphere.
The composition is more detailed and visually engaging, showing higher technical quality and creativity in representing the whimsical scene.
Player 1's image is less clear and lacks detail in comparison, making it less compelling 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.
Similar Challenges
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"