Creative Challenge
"Floating city on a whale's back under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2a1a4f"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="whaleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#4a90e2"/>
<stop offset="100%" stop-color="#1f3b73"/>
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f9d71c"/>
<stop offset="100%" stop-color="#c79100"/>
</radialGradient>
<mask id="moonMask">
<rect x="0" y="0" width="300" height="300" fill="white"/>
<circle cx="230" cy="60" r="30" fill="black"/>
</mask>
</defs>
<!-- Night Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Crescent Moon -->
<circle cx="220" cy="60" r="30" fill="url(#moonGradient)" mask="url(#moonMask)"/>
<!-- Whale's Back -->
<path d="M40,200 Q150,150 260,200 Q250,240 40,240 Z" fill="url(#whaleGradient)" stroke="#0f1f3f" stroke-width="1"/>
<!-- Whale Tail -->
<path d="M40,220 L15,210 L15,230 Z" fill="url(#whaleGradient)" stroke="#0f1f3f" stroke-width="1"/>
<!-- Whale Eye -->
<circle cx="190" cy="170" r="3" fill="white"/>
<circle cx="190" cy="170" r="1.5" fill="#0f1f3f"/>
<!-- Floating City on the Whale's Back -->
<g id="city">
<!-- Building 1 -->
<rect x="100" y="140" width="15" height="20" fill="#f78fb3" stroke="#c56d8a" stroke-width="0.5"/>
<polygon points="100,140 107.5,132 115,140" fill="#f8a5c2"/>
<rect x="104" y="148" width="3" height="3" fill="white"/>
<rect x="109" y="148" width="3" height="3" fill="white"/>
<!-- Building 2 -->
<rect x="120" y="135" width="12" height="25" fill="#badc58" stroke="#789262" stroke-width="0.5"/>
<polygon points="120,135 126,128 132,135" fill="#dff9fb"/>
<rect x="123" y="145" width="3" height="3" fill="white"/>
<rect x="123" y="150" width="3" height="3" fill="white"/>
<!-- Building 3 -->
<rect x="135" y="145" width="10" height="20" fill="#ffbe76" stroke="#e58e26" stroke-width="0.5"/>
<polygon points="135,145 140,138 145,145" fill="#ff7979"/>
<!-- Building 4 -->
<rect x="150" y="138" width="14" height="22" fill="#686de0" stroke="#3d3d7e" stroke-width="0.5"/>
<polygon points="150,138 157,130 164,138" fill="#a29bfe"/>
<!-- Building 5 -->
<rect x="168" y="142" width="12" height="20" fill="#e056fd" stroke="#9a42f5" stroke-width="0.5"/>
<polygon points="168,142 174,135 180,142" fill="#f7a8ff"/>
<!-- Building 6 -->
<rect x="185" y="130" width="10" height="30" fill="#ff7979" stroke="#e55050" stroke-width="0.5"/>
<polygon points="185,130 190,122 195,130" fill="#ff6b81"/>
<rect x="186" y="140" width="2" height="2" fill="white"/>
<rect x="191" y="140" width="2" height="2" fill="white"/>
<rect x="186" y="145" width="2" height="2" fill="white"/>
<rect x="191" y="145" width="2" height="2" fill="white"/>
<!-- Building 7 -->
<rect x="200" y="140" width="8" height="18" fill="#f9ca24" stroke="#f39c12" stroke-width="0.5"/>
<polygon points="200,140 204,133 208,140" fill="#ffeaa7"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0d1440"/>
<stop offset="100%" stop-color="#1c2749"/>
</linearGradient>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#fcf7e4" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#fcf7e4" stop-opacity="0"/>
</radialGradient>
<linearGradient id="whaleGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#3b4b5c"/>
<stop offset="100%" stop-color="#5a6b7c"/>
</linearGradient>
<linearGradient id="cityGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#444444"/>
<stop offset="100%" stop-color="#666666"/>
</linearGradient>
<pattern id="cityPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#444"/>
<rect x="10" y="10" width="10" height="10" fill="#444"/>
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="5" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="250" cy="50" r="30" fill="#fcf7e4" filter="url(#glow)"/>
<circle cx="250" cy="50" r="20" fill="#fcf7e4" filter="url(#glow)"/>
<circle cx="250" cy="50" r="10" fill="#fcf7e4" filter="url(#glow)"/>
<path d="M0,200 Q150,100 300,200 L300,300 L0,300 Z" fill="url(#whaleGradient)"/>
<rect x="50" y="130" width="200" height="50" fill="url(#cityPattern)"/>
<rect x="100" y="100" width="100" height="30" fill="url(#cityPattern)"/>
<rect x="120" y="70" width="60" height="30" fill="url(#cityPattern)"/>
<circle cx="250" cy="50" r="5" fill="#fcf7e4" filter="url(#glow)"/>
<rect x="0" y="200" width="300" height="100" fill="#1c2749"/>
</svg>
Judge's Analysis
Player 1's image clearly adheres to the prompt by depicting a colorful city on a whale's back under a crescent moon.
The composition is creative and the use of color adds visual appeal, making the concept easily recognizable.
Player 2's image, on the other hand, lacks clarity in representing the floating city and the whale, making it less effective in 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.