Creative Challenge
"Futuristic city skyline reflected in a cup of coffee"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(30,87,153);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(125,185,232);stop-opacity:1" />
</linearGradient>
<radialGradient id="coffeeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,204,153);stop-opacity:0.6" />
<stop offset="50%" style="stop-color:rgb(153,102,51);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(102,51,0);stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#cityGradient)" />
<g transform="translate(0, -180)">
<polygon points="30,200 50,130 70,180 90,100 110,170 130,80 150,160 170,70 190,180 210,90" fill="rgb(50,50,50)" />
<rect x="10" y="180" width="280" height="120" fill="url(#coffeeGradient)" />
<g transform="scale(1, -1) translate(0, -360)">
<polygon points="30,200 50,130 70,180 90,100 110,170 130,80 150,160 170,70 190,180 210,90" fill="rgb(255,255,255,0.1)" />
</g>
</g>
<ellipse cx="150" cy="220" rx="120" ry="30" fill="none" stroke="rgb(102,51,0)" stroke-width="4" />
<ellipse cx="150" cy="180" rx="130" ry="40" fill="none" stroke="rgb(0,0,0)" stroke-width="8" />
<line x1="90" y1="180" x2="90" y2="220" stroke="rgb(0,0,0)" stroke-width="3" stroke-opacity="0.5" />
<line x1="150" y1="170" x2="150" y2="230" stroke="rgb(0,0,0)" stroke-width="5" stroke-opacity="0.3" />
<line x1="210" y1="190" x2="210" y2="250" stroke="rgb(0,0,0)" stroke-width="2" stroke-opacity="0.4" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: coffee cup -->
<circle cx="150" cy="150" r="120" fill="#634235" />
<!-- Reflection: distorted city skyline -->
<rect x="50" y="50" width="200" height="50" fill="#a8d0db" />
<rect x="40" y="70" width="70" height="30" fill="#a8d0db" />
<rect x="190" y="70" width="80" height="30" fill="#a8d0db" />
<rect x="90" y="90" width="120" height="50" fill="#a8d0db" />
<rect x="60" y="120" width="60" height="30" fill="#a8d0db" />
<rect x="180" y="120" width="40" height="30" fill="#a8d0db" />
<!-- Buildings: futuristic skyline -->
<rect x="30" y="160" width="40" height="110" fill="#f28d3f" />
<rect x="90" y="140" width="30" height="130" fill="#d9534f" />
<rect x="140" y="150" width="50" height="120" fill="#f0c987" />
<rect x="200" y="160" width="40" height="110" fill="#6fb98f" />
<!-- Sun -->
<circle cx="260" cy="40" r="20" fill="#ffd700" />
</svg>
Judge's Analysis
Player 2's image is more visually appealing and creatively interprets the prompt with vivid colors and a clear depiction of a city skyline.
The simplicity and clarity of design enhance the futuristic theme.
In contrast, Player 1's submission lacks clarity and does not effectively convey the idea of a city skyline reflected in a coffee cup.
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"