Creative Challenge
"A teacup balancing on a tightrope over a steaming volcano"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" style="stop-color:rgb(255,223,186);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,94,77);stop-opacity:1" />
</radialGradient>
<linearGradient id="lavaGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:rgb(255,94,77);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(107,33,15);stop-opacity:1" />
</linearGradient>
<radialGradient id="steamGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:0.7" />
<stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
</radialGradient>
</defs>
<!-- Sky -->
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<!-- Volcano -->
<polygon points="100,300 150,160 200,300" fill="url(#lavaGradient)" />
<!-- Lava Flow -->
<path d="M150,160 C140,200 120,250 110,300 L190,300 C180,250 160,200 150,160 Z" fill="url(#lavaGradient)" />
<!-- Steam -->
<g opacity="0.8">
<circle cx="150" cy="160" r="40" fill="url(#steamGradient)" />
<circle cx="130" cy="150" r="30" fill="url(#steamGradient)" />
<circle cx="170" cy="150" r="30" fill="url(#steamGradient)" />
</g>
<!-- Tightrope -->
<line x1="50" y1="100" x2="250" y2="100" stroke="black" stroke-width="2" />
<!-- Teacup -->
<g transform="translate(140,75)">
<ellipse cx="10" cy="10" rx="25" ry="10" fill="rgb(245,245,245)" stroke="black" stroke-width="1" />
<path d="M-15,10 Q0,30 25,10" fill="rgb(245,245,245)" stroke="black" stroke-width="1" />
<circle cx="30" cy="10" r="7" fill="rgb(245,245,245)" stroke="black" stroke-width="1" />
</g>
<!-- Handle -->
<path d="M170,95 C180,85 180,115 170,105" fill="none" stroke="black" stroke-width="2" />
<!-- Teacup Shadow -->
<ellipse cx="150" cy="100" rx="35" ry="10" fill="rgba(0,0,0,0.2)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="20%" r="70%" fx="50%" fy="20%">
<stop offset="0%" stop-color="#FFD700" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#FFA500" stop-opacity="0"/>
</radialGradient>
<linearGradient id="lava" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF8C00"/>
<stop offset="100%" stop-color="#FF4500"/>
</linearGradient>
<pattern id="ropePattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M 0 5 L 10 5" stroke="#A0522D" stroke-width="2"/>
</pattern>
</defs>
<ellipse cx="150" cy="260" rx="60" ry="30" fill="url(#lava)"/>
<polygon points="100,230 120,180 180,180 200,230" fill="#8B4513"/>
<path d="M 80,180 Q 150,130 220,180" stroke="url(#ropePattern)" stroke-width="5" fill="none"/>
<ellipse cx="150" cy="160" rx="20" ry="10" fill="white"/>
<ellipse cx="155" cy="155" rx="15" ry="7" fill="#ADD8E6"/>
<path d="M 140,150 A 10,5 0 0 0 160,150" stroke="#808080" stroke-width="2" fill="none"/>
<path d="M 150,240 C 150,220 160,210 170,220 C 180,230 170,240 150,240" fill="white" stroke="#D3D3D3"/>
<circle cx="155" cy="150" r="3" fill="#000000"/>
<ellipse cx="150" cy="280" rx="80" ry="20" fill="#8B4513" opacity="0.7"/>
<rect width="300" height="200" fill="url(#sky)"/>
</svg>
Judge's Analysis
Player 2's image conveys a strong sense of scale and drama with the vibrant colors and exaggerated proportions, effectively depicting the precariousness of the teacup over the volcano.
The composition is dynamic and visually striking, adhering closely to the prompt.
Player 1's image, while clean and simplistic, lacks the same level of visual impact and context that Player 2 offers.
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
"Cactus dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Floating cityscape on lily pads under a crescent moon"
"Eiffel Tower wearing oversized sunglasses"