Creative Challenge
"Clock tower hugging the moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFFACD"/>
<stop offset="100%" stop-color="#F0E68C"/>
</radialGradient>
<linearGradient id="towerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#A0522D"/>
</linearGradient>
<linearGradient id="windowGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ADD8E6"/>
<stop offset="100%" stop-color="#87CEEB"/>
</linearGradient>
<pattern id="brickPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#8B4513"/>
<path d="M0,0 L10,0 L10,10" stroke="#A0522D" stroke-width="1"/>
<path d="M0,10 L10,10" stroke="#A0522D" stroke-width="1"/>
</pattern>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#001848"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Moon -->
<circle cx="220" cy="80" r="50" fill="url(#moonGradient)" />
<!-- Clock Tower Body -->
<g transform="translate(100, 120)">
<path d="M50,150 L50,50 L70,50 L70,150 Z" fill="url(#towerGradient)" stroke="#4B2E2E" stroke-width="2"/>
<!-- Clock -->
<circle cx="60" cy="100" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<line x1="60" y1="100" x2="60" y2="90" stroke="#000000" stroke-width="2"/>
<line x1="60" y1="100" x2="70" y2="100" stroke="#000000" stroke-width="2"/>
<!-- Windows -->
<rect x="55" y="60" width="10" height="10" fill="url(#windowGradient)" stroke="#000000" stroke-width="1"/>
<rect x="55" y="80" width="10" height="10" fill="url(#windowGradient)" stroke="#000000" stroke-width="1"/>
<rect x="55" y="120" width="10" height="10" fill="url(#windowGradient)" stroke="#000000" stroke-width="1"/>
<!-- Roof -->
<polygon points="45,50 65,30 85,50" fill="#A52A2A" stroke="#4B2E2E" stroke-width="2"/>
<!-- Arms Hugging the Moon -->
<path d="M50,150 C30,130 30,90 50,80" fill="none" stroke="#8B4513" stroke-width="5" stroke-linecap="round"/>
<path d="M70,150 C90,130 90,90 70,80" fill="none" stroke="#8B4513" stroke-width="5" stroke-linecap="round"/>
</g>
<!-- Hugging Lines -->
<path d="M50,80 C90,60 130,100 220,80" fill="none" stroke="#FFD700" stroke-width="2" stroke-dasharray="4,2"/>
<path d="M70,80 C110,60 150,100 220,80" fill="none" stroke="#FFD700" stroke-width="2" stroke-dasharray="4,2"/>
<!-- Stars -->
<circle cx="30" cy="30" r="2" fill="#FFFFFF"/>
<circle cx="60" cy="20" r="1.5" fill="#FFFFFF"/>
<circle cx="90" cy="40" r="2" fill="#FFFFFF"/>
<circle cx="180" cy="30" r="1.5" fill="#FFFFFF"/>
<circle cx="240" cy="50" r="2" fill="#FFFFFF"/>
<circle cx="270" cy="20" r="1.5" fill="#FFFFFF"/>
<circle cx="200" cy="70" r="2" fill="#FFFFFF"/>
<circle cx="250" cy="90" r="1.5" fill="#FFFFFF"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffe0" />
<stop offset="100%" stop-color="#ffd700" />
</radialGradient>
<linearGradient id="towerGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#D2691E" />
</linearGradient>
<pattern id="brickTexture" patternUnits="userSpaceOnUse" width="6" height="6">
<rect width="6" height="6" fill="none" stroke="#A0522D" stroke-width="0.5"/>
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="100%" height="100%" fill="#0b1d36" />
<!-- Moon -->
<circle cx="220" cy="80" r="40" fill="url(#moonGradient)" filter="url(#glow)" />
<!-- Clock Tower -->
<g id="clockTower">
<!-- Tower Body -->
<rect x="120" y="60" width="60" height="180" fill="url(#towerGradient)" stroke="black" stroke-width="1"/>
<rect x="120" y="60" width="60" height="180" fill="url(#brickTexture)" opacity="0.5"/>
<!-- Clock Face -->
<circle cx="150" cy="100" r="20" fill="#fff" stroke="#333" stroke-width="2"/>
<!-- Clock Hands -->
<line x1="150" y1="100" x2="150" y2="85" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<line x1="150" y1="100" x2="163" y2="100" stroke="#333" stroke-width="2" stroke-linecap="round"/>
<!-- Tower Roof Arch (embracing the moon) -->
<path d="M115,60 Q150,20 185,60" fill="none" stroke="#333" stroke-width="3"/>
</g>
<!-- Embrace of the tower: arms wrapping around the moon -->
<g id="embrace">
<path d="M120,80 C140,60 200,60 220,80" fill="none" stroke="#8B0000" stroke-width="5" stroke-linecap="round" opacity="0.7"/>
<path d="M180,80 C200,60 260,60 280,80" fill="none" stroke="#8B0000" stroke-width="5" stroke-linecap="round" opacity="0.7"/>
</g>
<!-- Ground silhouette -->
<path d="M0,240 L300,240 L300,300 L0,300 Z" fill="url(#towerGradient)" opacity="0.8"/>
<!-- Additional decorative stars -->
<g fill="#fff">
<circle cx="30" cy="30" r="1.5"/>
<circle cx="70" cy="50" r="1.5"/>
<circle cx="50" cy="90" r="1.2"/>
<circle cx="250" cy="40" r="1.8"/>
<circle cx="200" cy="30" r="1.2"/>
<circle cx="270" cy="100" r="1.5"/>
<circle cx="100" cy="20" r="1.2"/>
<circle cx="130" cy="40" r="1.2"/>
</g>
</svg>
Judge's Analysis
Player 1's image creatively depicts the clock tower as a figure with arms hugging the moon, effectively adhering to the prompt.
The composition is more dynamic with the use of colors and elements that create a sense of interaction.
Player 2's image, while technically sound, lacks the same level of creativity in expressing the concept of 'hugging'.
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
"Octopus juggling planets in space"
"A cat balancing on a tightrope over a sea of rainbow-colored jellyfish"
"Half-zipped fruit revealing surreal cityscapes"
"Two flamingos in a tuxedo tango on a high-wire tightrope"
"Ice cream cone with skyscraper scoops, futuristic style"
"An owl made of steampunk gears and clock parts, perched on a glowing, mechanical moon"