Creative Challenge
"Clock tower made of books under a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150">
<stop offset="0%" style="stop-color:#0a0a2e;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#1a1a4f;stop-opacity:1"/>
</radialGradient>
<filter id="starGlow">
<feGaussianBlur stdDeviation="1"/>
</filter>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ffd700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ffdf6b;stop-opacity:1"/>
</linearGradient>
<linearGradient id="bookGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#8b0000;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#660000;stop-opacity:1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g filter="url(#starGlow)">
<circle cx="50" cy="50" r="1" fill="#fff"/>
<circle cx="100" cy="80" r="1.5" fill="#fff"/>
<circle cx="150" cy="60" r="1" fill="#fff"/>
<circle cx="200" cy="70" r="1.2" fill="#fff"/>
<circle cx="250" cy="40" r="1" fill="#fff"/>
<!-- Add more stars as desired -->
</g>
<!-- Book Tower Structure -->
<rect x="120" y="180" width="60" height="100" fill="url(#bookGradient)" transform="rotate(2 150 280)"/>
<rect x="110" y="190" width="80" height="90" fill="url(#bookGradient)" transform="rotate(-2 150 280)"/>
<rect x="100" y="200" width="100" height="80" fill="url(#bookGradient)"/>
<!-- Clock Face -->
<circle cx="150" cy="250" r="40" fill="url(#clockGradient)" stroke="#ffd700" stroke-width="2"/>
<circle cx="150" cy="250" r="3" fill="#fff"/>
<text x="145" y="245" font-size="20" fill="#fff" font-family="Arial" transform="rotate(-90 145 245)">12</text>
<text x="165" y="255" font-size="20" fill="#fff" font-family="Arial">3</text>
<text x="155" y="285" font-size="20" fill="#fff" font-family="Arial">6</text>
<text x="145" y="255" font-size="20" fill="#fff" font-family="Arial">9</text>
<!-- Book Details -->
<rect x="130" y="220" width="40" height="20" fill="#660000"/>
<rect x="110" y="210" width="80" height="30" fill="#8b0000"/>
<!-- Open Books -->
<rect x="90" y="270" width="60" height="40" rx="5" fill="#660000"/>
<rect x="170" y="270" width="60" height="40" rx="5" fill="#8b0000"/>
<!-- Moon -->
<path d="M280,100 Q295,100 295,100 Q310,100 300,80 L280,100" fill="url(#moonGradient)"/>
<!-- Details and Highlights -->
<circle cx="150" cy="250" r="35" fill="none" stroke="#fff" stroke-width="1"/>
<circle cx="150" cy="250" r="25" fill="none" stroke="#ffd700" stroke-width="1"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" style="stop-color:midnightblue;stop-opacity:1" />
<stop offset="100%" style="stop-color:black;stop-opacity:1" />
</linearGradient>
<linearGradient id="bookGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#FDB813;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF6347;stop-opacity:1" />
</linearGradient>
<radialGradient id="clockGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" style="stop-color:white;stop-opacity:1" />
<stop offset="100%" style="stop-color:grey;stop-opacity:1" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="2" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="150" cy="60" r="40" fill="url(#clockGradient)" stroke="black" stroke-width="3" />
<rect x="140" y="70" width="20" height="10" fill="black" />
<polygon points="150,20 145,60 155,60" fill="black" />
<rect x="100" y="80" width="100" height="200" fill="url(#bookGradient)" stroke="black" stroke-width="2" />
<rect x="110" y="90" width="80" height="15" fill="#3B9C9C" />
<rect x="110" y="115" width="80" height="15" fill="#BF8C23" />
<rect x="110" y="140" width="80" height="15" fill="#A10A28" />
<rect x="110" y="165" width="80" height="15" fill="#73A839" />
<rect x="110" y="190" width="80" height="15" fill="#344B9A" />
<rect x="110" y="215" width="80" height="15" fill="#7C4F77" />
<rect x="110" y="240" width="80" height="15" fill="#F4C430" />
<rect x="110" y="265" width="80" height="15" fill="#D13F31" />
<circle cx="150" cy="60" r="18" fill="none" stroke="black" stroke-width="1.5" />
<line x1="150" y1="60" x2="150" y2="45" stroke="black" stroke-width="2" />
<line x1="150" y1="60" x2="135" y2="75" stroke="black" stroke-width="2" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.15" />
</svg>
Judge's Analysis
Player 2's image features a more defined clock tower constructed from colorful books, directly relating to the prompt.
The addition of a detailed clock face and a patterned starry night sky enhances the technical quality and visual appeal.
Player 1's submission is less clear in depicting a clock tower made of books, as the focus on the clock face overshadows the book element.
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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"