Creative Challenge
"A clock-faced moon winking above a dreaming cityscape"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background gradient -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0A0033" />
<stop offset="50%" stop-color="#1A0F45" />
<stop offset="100%" stop-color="#291D54" />
</linearGradient>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFCE6" stop-opacity="0.7" />
<stop offset="100%" stop-color="#FFFCE6" stop-opacity="0" />
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="5" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="0.8" fill="white" opacity="0.7" />
<circle cx="25" cy="35" r="0.6" fill="white" opacity="0.6" />
<circle cx="45" cy="15" r="1" fill="white" opacity="0.8" />
<circle cx="65" cy="45" r="0.7" fill="white" opacity="0.7" />
<circle cx="85" cy="25" r="0.9" fill="white" opacity="0.9" />
<circle cx="75" cy="85" r="0.8" fill="white" opacity="0.8" />
<circle cx="35" cy="65" r="0.7" fill="white" opacity="0.7" />
<circle cx="15" cy="70" r="0.6" fill="white" opacity="0.6" />
<circle cx="55" cy="95" r="1" fill="white" opacity="0.8" />
<circle cx="90" cy="60" r="0.9" fill="white" opacity="0.9" />
</pattern>
<linearGradient id="buildingGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#1F1A46" />
<stop offset="100%" stop-color="#2A2456" />
</linearGradient>
<linearGradient id="buildingGrad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#251C4A" />
<stop offset="100%" stop-color="#36285C" />
</linearGradient>
<linearGradient id="windowGlow" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FFF7CC" />
<stop offset="100%" stop-color="#FFE566" />
</linearGradient>
<filter id="dreamyBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur in="SourceGraphic" stdDeviation="1" result="blur" />
<feColorMatrix in="blur" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="glow" />
<feBlend in="SourceGraphic" in2="glow" mode="normal" />
</filter>
</defs>
<!-- Sky background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#stars)" />
<!-- Moon glow -->
<circle cx="150" cy="80" r="75" fill="url(#moonGlow)" />
<!-- Clock-faced Moon -->
<g transform="translate(150, 80)">
<!-- Moon body -->
<circle cx="0" cy="0" r="45" fill="#FFFCE6" filter="url(#glow)" />
<!-- Clock face -->
<circle cx="0" cy="0" r="38" fill="#FFF8D6" stroke="#FFE88C" stroke-width="1" />
<!-- Clock numbers -->
<text x="0" y="-25" text-anchor="middle" font-size="8" fill="#7A6E3A" font-family="serif" font-weight="bold">12</text>
<text x="25" y="0" text-anchor="middle" font-size="8" fill="#7A6E3A" font-family="serif" font-weight="bold">3</text>
<text x="0" y="27" text-anchor="middle" font-size="8" fill="#7A6E3A" font-family="serif" font-weight="bold">6</text>
<text x="-25" y="0" text-anchor="middle" font-size="8" fill="#7A6E3A" font-family="serif" font-weight="bold">9</text>
<!-- Clock hands -->
<line x1="0" y1="0" x2="0" y2="-18" stroke="#7A6E3A" stroke-width="2" stroke-linecap="round" />
<line x1="0" y1="0" x2="15" y2="10" stroke="#7A6E3A" stroke-width="1.5" stroke-linecap="round" />
<circle cx="0" cy="0" r="3" fill="#7A6E3A" />
<!-- Moon craters -->
<circle cx="-15" cy="-15" r="5" fill="#F9F2D9" stroke="#F7EBC8" stroke-width="0.5" />
<circle cx="20" cy="-5" r="3" fill="#F9F2D9" stroke="#F7EBC8" stroke-width="0.5" />
<circle cx="10" cy="20" r="6" fill="#F9F2D9" stroke="#F7EBC8" stroke-width="0.5" />
<circle cx="-22" cy="10" r="4" fill="#F9F2D9" stroke="#F7EBC8" stroke-width="0.5" />
<!-- Winking eye -->
<circle cx="-12" cy="-5" r="3" fill="#7A6E3A" />
<path d="M8,-5 Q13,-10 18,-5" stroke="#7A6E3A" stroke-width="2" fill="none" />
<!-- Smiling mouth -->
<path d="M-10,15 Q0,25 10,15" stroke="#7A6E3A" stroke-width="2" fill="none" />
</g>
<!-- Dreaming cityscape -->
<g transform="translate(0, 190)">
<!-- Dream bubble -->
<path d="M150,0 C170,-40 250,-50 270,-10 C290,30 240,50 230,40 C220,70 170,60 160,40 C140,50 120,30 150,0"
fill="#FFFFFF" fill-opacity="0.1" stroke="#FFFFFF" stroke-opacity="0.3" stroke-width="1" filter="url(#dreamyBlur)" />
<!-- Buildings inside dream -->
<g filter="url(#dreamyBlur)">
<rect x="170" y="-30" width="20" height="50" fill="url(#buildingGrad1)" />
<rect x="190" y="-40" width="25" height="60" fill="url(#buildingGrad2)" />
<rect x="215" y="-25" width="15" height="45" fill="url(#buildingGrad1)" />
<rect x="230" y="-35" width="20" height="55" fill="url(#buildingGrad2)" />
<rect x="180" y="-20" width="5" height="5" fill="url(#windowGlow)" />
<rect x="180" y="-10" width="5" height="5" fill="url(#windowGlow)" />
<rect x="195" y="-30" width="5" height="5" fill="url(#windowGlow)" />
<rect x="195" y="-20" width="5" height="5" fill="url(#windowGlow)" />
<rect x="205" y="-15" width="5" height="5" fill="url(#windowGlow)" />
<rect x="220" y="-15" width="5" height="5" fill="url(#windowGlow)" />
<rect x="235" y="-25" width="5" height="5" fill="url(#windowGlow)" />
<rect x="235" y="-15" width="5" height="5" fill="url(#windowGlow)" />
</g>
<!-- Actual cityscape -->
<rect x="10" y="0" width="30" height="110" fill="url(#buildingGrad1)" />
<rect x="40" y="20" width="20" height="90" fill="url(#buildingGrad2)" />
<rect x="60" y="0" width="35" height="110" fill="url(#buildingGrad1)" />
<rect x="95" y="30" width="25" height="80" fill="url(#buildingGrad2)" />
<rect x="120" y="10" width="40" height="100" fill="url(#buildingGrad1)" />
<rect x="160" y="40" width="30" height="70" fill="url(#buildingGrad2)" />
<rect x="190" y="15" width="25" height="95" fill="url(#buildingGrad1)" />
<rect x="215" y="25" width="45" height="85" fill="url(#buildingGrad2)" />
<rect x="260" y="5" width="30" height="105" fill="url(#buildingGrad1)" />
<!-- Windows -->
<g opacity="0.8">
<rect x="20" y="20" width="5" height="5" fill="url(#windowGlow)" />
<rect x="20" y="35" width="5" height="5" fill="url(#windowGlow)" />
<rect x="20" y="50" width="5" height="5" fill="url(#windowGlow)" />
<rect x="20" y="65" width="5" height="5" fill="url(#windowGlow)" />
<rect x="45" y="30" width="5" height="5" fill="url(#windowGlow)" />
<rect x="45" y="45" width="5" height="5" fill="url(#windowGlow)" />
<rect x="45" y="60" width="5" height="5" fill="url(#windowGlow)" />
<rect x="70" y="20" width="5" height="5" fill="url(#windowGlow)" />
<rect x="70" y="35" width="5" height="5" fill="url(#windowGlow)" />
<rect x="70" y="50" width="5" height="5" fill="url(#windowGlow)" />
<rect x="70" y="65" width="5" height="5" fill="url(#windowGlow)" />
<rect x="85" y="15" width="5" height="5" fill="url(#windowGlow)" />
<rect x="85" y="30" width="5" height="5" fill="url(#windowGlow)" />
<rect x="85" y="45" width="5" height="5" fill="url(#windowGlow)" />
<rect x="85" y="60" width="5" height="5" fill="url(#windowGlow)" />
<rect x="85" y="75" width="5" height="5" fill="url(#windowGlow)" />
<rect x="105" y="40" width="5" height="5" fill="url(#windowGlow)" />
<rect x="105" y="55" width="5" height="5" fill="url(#windowGlow)" />
<rect x="105" y="70" width="5" height="5" fill="url(#windowGlow)" />
<rect x="130" y="20" width="5" height="5" fill="url(#windowGlow)" />
<rect x="130" y="35" width="5" height="5" fill="url(#windowGlow)" />
<rect x="130" y="50" width="5" height="5" fill="url(#windowGlow)" />
<rect x="130" y="65" width="5" height="5" fill="url(#windowGlow)" />
<rect x="145" y="25" width="5" height="5" fill="url(#windowGlow)" />
<rect x="145" y="40" width="5" height="5" fill="url(#windowGlow)" />
<rect x="145" y="55" width="5" height="5" fill="url(#windowGlow)" />
<rect x="145" y="70" width="5" height="5" fill="url(#windowGlow)" />
<rect x="175" y="50" width="5" height="5" fill="url(#windowGlow)" />
<rect x="175" y="65" width="5" height="5" fill="url(#windowGlow)" />
<rect x="175" y="80" width="5" height="5" fill="url(#windowGlow)" />
<rect x="200" y="25" width="5" height="5" fill="url(#windowGlow)" />
<rect x="200" y="40" width="5" height="5" fill="url(#windowGlow)" />
<rect x="200" y="55" width="5" height="5" fill="url(#windowGlow)" />
<rect x="200" y="70" width="5" height="5" fill="url(#windowGlow)" />
<rect x="230" y="35" width="5" height="5" fill="url(#windowGlow)" />
<rect x="230" y="50" width="5" height="5" fill="url(#windowGlow)" />
<rect x="230" y="65" width="5" height="5" fill="url(#windowGlow)" />
<rect x="230" y="80" width="5" height="5" fill="url(#windowGlow)" />
<rect x="245" y="40" width="5" height="5" fill="url(#windowGlow)" />
<rect x="245" y="55" width="5" height="5" fill="url(#windowGlow)" />
<rect x="245" y="70" width="5" height="5" fill="url(#windowGlow)" />
<rect x="270" y="15" width="5" height="5" fill="url(#windowGlow)" />
<rect x="270" y="30" width="5" height="5" fill="url(#windowGlow)" />
<rect x="270" y="45" width="5" height="5" fill="url(#windowGlow)" />
<rect x="270" y="60" width="5" height="5" fill="url(#windowGlow)" />
<rect x="270" y="75" width="5" height="5" fill="url(#windowGlow)" />
</g>
</g>
<!-- Floating Z letters for sleeping/dreaming -->
<g>
<text x="210" y="160" font-family="cursive" font-size="16" fill="#FFFFFF" opacity="0.7" transform="rotate(-10, 210, 160)">z</text>
<text x="225" y="145" font-family="cursive" font-size="20" fill="#FFFFFF" opacity="0.8" transform="rotate(-5, 225, 145)">z</text>
<text x="242" y="125" font-family="cursive" font-size="24" fill="#FFFFFF" opacity="0.9" transform="rotate(0, 242, 125)">z</text>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #FFF59D; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #F0C27B; stop-opacity: 1" />
</radialGradient>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #1E3C72; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #2A47A0; stop-opacity: 1" />
</linearGradient>
<filter id="blurryGlow">
<feGaussianBlur in="SourceGraphic" stdDeviation="4" result="blurred" />
<feMerge>
<feMergeNode in="blurred" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="150" cy="100" r="40" fill="url(#moonGradient)" filter="url(#blurryGlow)" />
<path d="M150,80 A20,20 0 1,0 150,130 A30,30 0 1,1 150,80 Z" fill="#FFD700" />
<circle cx="160" cy="95" r="4" fill="#333" />
<path d="M140,110 Q130,125 115,120" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M60,200 L100,150 L75,100 L125,100 L110,150 L150,150 L130,200 Z" fill="#FF6F61" />
<path d="M180,200 L220,150 L195,100 L245,100 L230,150 L270,150 L250,200 Z" fill="#6B5B95" />
<path d="M40,190 Q50,180 65,190 T70,210 Q85,220 80,215 T90,210" fill="#FF9A00" />
<text x="150" y="220" font-family="Verdana" font-size="20" fill="#FFF" text-anchor="middle">
Dream City
</text>
<circle cx="220" cy="80" r="2" fill="#FFF" />
<circle cx="230" cy="70" r="2.5" fill="#FFF" />
<circle cx="210" cy="60" r="1.5" fill="#FFF" />
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a 'clock-faced moon winking above a dreaming cityscape' with a clear illustration of a clock-like moon and a city below, enhanced by the 'zzz' symbols.
The technical execution is polished with a consistent color palette and a clear night sky background.
Player 2's abstract approach is creative but lacks the direct representation of the prompt's elements, making Player 1's submission more aligned with the task.
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
"Flamingo in a tuxedo, tap-dancing on a lilypad"
"Flying cat playing a trumpet in a starry skyline"
"A sun setting behind a skyline of teacups"
"Cloud with one quirky face winking"
"Dancing Cactus in a Tuxedo"
"A giraffe wearing a top hat, juggling planets in space"