Creative Challenge
"Surreal clock tower melting into a river of stars"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background - River of Stars -->
<rect width="300" height="300" fill="navy" />
<circle cx="150" cy="120" r="90" fill="white" />
<circle cx="180" cy="150" r="70" fill="white" opacity="0.8" />
<circle cx="130" cy="90" r="50" fill="white" opacity="0.6" />
<!-- Melting Clock Tower -->
<path d="M100,100 L200,100 L200,200 L100,200 Z" fill="gray" />
<circle cx="150" cy="120" r="10" fill="gold" />
<circle cx="170" cy="140" r="10" fill="gold" />
<circle cx="130" cy="150" r="10" fill="gold" />
<polygon points="100,200 150,250 200,200" fill="gray" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(44,62,80);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(142,68,173);stop-opacity:1" />
</linearGradient>
<linearGradient id="riverGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(44,62,80);stop-opacity:0" />
<stop offset="100%" style="stop-color:rgb(0,128,128);stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="10" y="10" width="60" height="60" patternUnits="userSpaceOnUse">
<circle cx="6" cy="6" r="4" fill="white" />
<circle cx="20" cy="20" r="2" fill="white" />
<circle cx="40" cy="50" r="3" fill="white" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150 50)">
<path d="M-20 -20 Q-15 0 0 0 Q15 0 20 -20 L10 -100 Q-10 -110 -30 -100 Z" fill="#8e44ad" stroke="#5d3b93" stroke-width="2" />
<circle cx="0" cy="0" r="6" fill="white" />
<line x1="0" y1="0" x2="10" y2="-10" stroke="white" stroke-width="2" />
<line x1="0" y1="0" x2="-10" y2="-5" stroke="white" stroke-width="2" />
<path d="M20 -20 Q10 0 30 20 Q40 40 50 60 T60 80" fill="none" stroke="#9b59b6" stroke-width="2" />
</g>
<path d="M140 80 Q150 100 160 120 T170 160 Q180 180 150 220 T120 280" fill="url(#riverGradient)" stroke="url(#stars)" stroke-width="4" />
<rect x="0" y="200" width="300" height="100" fill="url(#stars)" />
</svg>
Judge's Analysis
Player 2's submission better captures the surreal theme of a clock tower melting into a river of stars with its fluid, abstract design and imaginative use of color gradients.
The composition elegantly conveys motion and transformation, aligning closely with the prompt.
In contrast, Player 1's image lacks the surreal and transformative qualities, appearing more static and less visually compelling.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"