Creative Challenge
"Clocktower sprouting giant sunflowers, clock hands as petals"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for clock tower -->
<linearGradient id="towerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513; stop-opacity:1" />
<stop offset="100%" style="stop-color:#5C3317; stop-opacity:1" />
</linearGradient>
<!-- Gradient for roof -->
<linearGradient id="roofGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#B22222; stop-opacity:1" />
<stop offset="100%" style="stop-color:#800000; stop-opacity:1" />
</linearGradient>
<!-- Gradient for clock face -->
<radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFACD; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700; stop-opacity:1" />
</radialGradient>
<!-- Gradient for petals -->
<linearGradient id="petalGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFDA44; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8C00; stop-opacity:1" />
</linearGradient>
<!-- Petal shape -->
<symbol id="petal" viewBox="0 0 10 50">
<path d="M5,0 C7,0 10,5 5,10 C0,5 3,0 5,0 Z" fill="url(#petalGradient)" />
</symbol>
</defs>
<!-- Background -->
<rect width="100%" height="100%" fill="#87CEEB" />
<!-- Clock Tower -->
<rect x="120" y="150" width="60" height="100" fill="url(#towerGradient)" stroke="#654321" stroke-width="2" />
<!-- Roof -->
<polygon points="120,150 150,120 180,150" fill="url(#roofGradient)" stroke="#654321" stroke-width="2" />
<!-- Clock Face -->
<circle cx="150" cy="170" r="30" fill="url(#clockFaceGradient)" stroke="#DAA520" stroke-width="2" />
<!-- Clock Hands as Petals -->
<g transform="translate(150,170)">
<use href="#petal" transform="rotate(0) translate(0,-30)" />
<use href="#petal" transform="rotate(30) translate(0,-30)" />
<use href="#petal" transform="rotate(60) translate(0,-30)" />
<use href="#petal" transform="rotate(90) translate(0,-30)" />
<use href="#petal" transform="rotate(120) translate(0,-30)" />
<use href="#petal" transform="rotate(150) translate(0,-30)" />
<use href="#petal" transform="rotate(180) translate(0,-30)" />
<use href="#petal" transform="rotate(210) translate(0,-30)" />
<use href="#petal" transform="rotate(240) translate(0,-30)" />
<use href="#petal" transform="rotate(270) translate(0,-30)" />
<use href="#petal" transform="rotate(300) translate(0,-30)" />
<use href="#petal" transform="rotate(330) translate(0,-30)" />
</g>
<!-- Sunflowers Sprouting from Clock Tower -->
<!-- First Sunflower -->
<g transform="translate(150,150)">
<!-- Stem -->
<rect x="148" y="0" width="4" height="20" fill="#228B22" />
<!-- Sunflower Center -->
<circle cx="150" cy="0" r="5" fill="#654321" />
<!-- Petals as Clock Hands -->
<g transform="translate(150,0)">
<use href="#petal" transform="rotate(0) translate(0,-10)" />
<use href="#petal" transform="rotate(60) translate(0,-10)" />
<use href="#petal" transform="rotate(120) translate(0,-10)" />
<use href="#petal" transform="rotate(180) translate(0,-10)" />
<use href="#petal" transform="rotate(240) translate(0,-10)" />
<use href="#petal" transform="rotate(300) translate(0,-10)" />
</g>
</g>
<!-- Second Sunflower -->
<g transform="translate(180,160)">
<!-- Stem -->
<rect x="178" y="0" width="4" height="20" fill="#228B22" />
<!-- Sunflower Center -->
<circle cx="180" cy="0" r="5" fill="#654321" />
<!-- Petals as Clock Hands -->
<g transform="translate(180,0)">
<use href="#petal" transform="rotate(30) translate(0,-10)" />
<use href="#petal" transform="rotate(90) translate(0,-10)" />
<use href="#petal" transform="rotate(150) translate(0,-10)" />
<use href="#petal" transform="rotate(210) translate(0,-10)" />
<use href="#petal" transform="rotate(270) translate(0,-10)" />
<use href="#petal" transform="rotate(330) translate(0,-10)" />
</g>
</g>
<!-- Third Sunflower -->
<g transform="translate(120,160)">
<!-- Stem -->
<rect x="118" y="0" width="4" height="20" fill="#228B22" />
<!-- Sunflower Center -->
<circle cx="120" cy="0" r="5" fill="#654321" />
<!-- Petals as Clock Hands -->
<g transform="translate(120,0)">
<use href="#petal" transform="rotate(15) translate(0,-10)" />
<use href="#petal" transform="rotate(75) translate(0,-10)" />
<use href="#petal" transform="rotate(135) translate(0,-10)" />
<use href="#petal" transform="rotate(195) translate(0,-10)" />
<use href="#petal" transform="rotate(255) translate(0,-10)" />
<use href="#petal" transform="rotate(315) translate(0,-10)" />
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#6ab04c" />
<!-- Clocktower -->
<rect x="125" y="50" width="50" height="150" fill="#9c6615" />
<rect x="110" y="200" width="80" height="20" fill="#373737" />
<polygon points="95,200 155,200 125,250" fill="#373737" />
<!-- Clock hands as petals -->
<circle cx="150" cy="150" r="80" fill="#ffd700" />
<line x1="150" y1="150" x2="90" y2="150" stroke="#f26522" stroke-width="5" />
<line x1="150" y1="150" x2="150" y2="210" stroke="#f26522" stroke-width="5" />
<line x1="150" y1="150" x2="210" y2="150" stroke="#f26522" stroke-width="5" />
<line x1="150" y1="150" x2="150" y2="90" stroke="#f26522" stroke-width="5" />
<!-- Sunflowers -->
<circle cx="70" cy="100" r="20" fill="#ffac33" />
<circle cx="100" cy="70" r="20" fill="#ffac33" />
<circle cx="110" cy="110" r="20" fill="#ffac33" />
<circle cx="60" cy="140" r="20" fill="#ffac33" />
<circle cx="90" cy="130" r="20" fill="#ffac33" />
<circle cx="130" cy="90" r="20" fill="#ffac33" />
<circle cx="140" cy="40" r="20" fill="#ffac33" />
</svg>
Judge's Analysis
Player 2's submission more effectively integrates the concept of a clocktower with sunflowers, using the clock hands as petals.
The composition is clearer and adheres to the prompt with visible clock elements and sunflower imagery.
While Player 1's design is colorful, it lacks clarity in depicting the clocktower and the integration of sunflower petals as clock hands.
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 juggling colorful, oversized dice under a disco ball"
"Dancing octopus wearing a top hat and monocle under a disco ball"
"Mystical mime juggling glowing, translucent jellyfish in neon moonlight"
"A cloud wearing sunglasses and a fedora sipping lemonade"
"A giraffe wearing 3D glasses watching a movie on a spaceship"
"Neon robot juggling glowing stars"