Creative Challenge
"Flying whale under a midnight sky with glowing stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="midnightGradient" cx="50%" cy="0%" r="1.5">
<stop offset="0%" stop-color="#001d3d"/>
<stop offset="100%" stop-color="#000814"/>
</radialGradient>
<linearGradient id="whaleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#89CFF0"/>
<stop offset="100%" stop-color="#003366"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="300" height="300">
<circle cx="0" cy="0" r="0.5" fill="white"/>
<circle cx="50" cy="80" r="0.7" fill="white"/>
<circle cx="120" cy="20" r="0.8" fill="white"/>
<circle cx="170" cy="50" r="0.6" fill="white"/>
<circle cx="200" cy="120" r="0.7" fill="white"/>
<circle cx="250" cy="70" r="0.8" fill="white"/>
<circle cx="280" cy="150" r="1" fill="white"/>
<circle cx="30" cy="200" r="0.6" fill="white"/>
<circle cx="80" cy="250" r="0.7" fill="white"/>
<circle cx="150" cy="280" r="1" fill="white"/>
<circle cx="220" cy="240" r="0.6" fill="white"/>
</pattern>
</defs>
<!-- Midnight sky -->
<rect width="300" height="300" fill="url(#midnightGradient)"/>
<!-- Stars overlay -->
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.9" />
<!-- Glowing stars -->
<g filter="url(#glow)">
<circle cx="60" cy="40" r="1.5" fill="white"/>
<circle cx="140" cy="30" r="2" fill="white"/>
<circle cx="220" cy="60" r="1.2" fill="white"/>
<circle cx="90" cy="90" r="1.8" fill="white"/>
<circle cx="180" cy="100" r="1.6" fill="white"/>
<circle cx="260" cy="40" r="1.4" fill="white"/>
<circle cx="100" cy="150" r="2" fill="white"/>
<circle cx="200" cy="180" r="1.5" fill="white"/>
<circle cx="270" cy="130" r="1.8" fill="white"/>
</g>
<!-- Flying whale body -->
<path d="M50,150 C30,120 30,80 70,70 C100,60 150,70 180,90 C210,110 230,150 220,180 C210,210 170,230 140,220 C110,210 70,190 50,150 Z" fill="url(#whaleGradient)" stroke="#001f3f" stroke-width="2"/>
<!-- Whale eye -->
<circle cx="130" cy="110" r="3" fill="white"/>
<circle cx="131" cy="110" r="1.5" fill="#000814"/>
<!-- Whale tail with dynamic shape -->
<path d="M50,150 C30,160 30,190 50,210 C70,230 90,230 110,210" fill="url(#whaleGradient)" stroke="#001f3f" stroke-width="2"/>
<!-- Additional fins -->
<path d="M180,90 C190,80 210,75 220,85 C210,95 190,100 180,90 Z" fill="url(#whaleGradient)" stroke="#001f3f" stroke-width="2"/>
<!-- Abstract moon -->
<circle cx="240" cy="60" r="20" fill="none" stroke="#e0e0e0" stroke-width="2" stroke-dasharray="4 4"/>
<!-- Subtle reflection/light on whale -->
<path d="M90,140 Q100,130 110,140" fill="none" stroke="rgba(255,255,255,0.6)" stroke-width="1.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#001d3d" />
<stop offset="100%" stop-color="#09092D" />
</radialGradient>
<linearGradient id="whaleGradient" x1="100" y1="75" x2="200" y2="200" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#00A9CE" />
<stop offset="100%" stop-color="#005377" />
</linearGradient>
<radialGradient id="starGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="1" />
<stop offset="100%" stop-color="#FFFFFF" stop-opacity="0" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width=".1" height=".1">
<circle cx="5" cy="5" r="1" fill="url(#starGlow)" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<path
d="M100,200 Q150,150 200,200 Q240,230 200,245 Q170,260 130,245 Q90,230 100,200 Z"
fill="url(#whaleGradient)" />
<path
d="M105,205 C110,190 150,190 155,205"
fill="none" stroke="#004d66" stroke-width="2" />
<circle cx="120" cy="230" r="5" fill="white" />
<circle cx="150" cy="210" r="3" fill="white" />
<circle cx="190" cy="220" r="6" fill="#005377" />
<circle cx="105" cy="187" r="2" fill="white" />
<circle cx="200" cy="230" r="1.5" fill="white" />
<circle cx="220" cy="240" r="4" fill="#00A9CE" />
<path
d="M140,220 C120,240 135,245 140,240 C145,235 150,252 160,240 C170,228 155,220 140,220 Z"
fill="url(#whaleGradient)" />
<circle cx="280" cy="40" r="80" fill="url(#starPattern)" />
</svg>
Judge's Analysis
Player 1's image more effectively captures the essence of a 'flying whale under a midnight sky with glowing stars'.
The whale is more prominently displayed and the background is filled with stars, enhancing the midnight sky theme.
The composition is clearer and more visually appealing, adhering closely to the prompt with better technical quality and creativity.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"