Creative Challenge
"Surreal cityscape reflected in a teacup"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="gradient-sky" cx="50%" cy="20%" r="80%">
<stop offset="0%" stop-color="#ff9a8b" />
<stop offset="100%" stop-color="#fecfef" />
</radialGradient>
<linearGradient id="gradient-liquid" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#89cff0" />
<stop offset="100%" stop-color="#537188" />
</linearGradient>
<pattern id="cityPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<rect width="100" height="100" fill="url(#gradient-sky)" />
<g>
<rect x="10" y="10" width="20" height="80" fill="#d1d1e9"/>
<rect x="50" y="20" width="25" height="70" fill="#a9a9d8"/>
<rect x="80" y="10" width="15" height="80" fill="#7273b6"/>
</g>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#gradient-sky)" />
<!-- Teacup -->
<ellipse cx="150" cy="200" rx="100" ry="50" fill="white" stroke="#e2dfd2" stroke-width="1" />
<rect x="50" y="200" width="200" height="40" fill="white" stroke="#e2dfd2" stroke-width="1" />
<ellipse cx="150" cy="240" rx="100" ry="30" fill="#e2dfd2" />
<!-- Reflection in Teacup -->
<ellipse cx="150" cy="210" rx="90" ry="40" fill="url(#cityPattern)" clip-path="url(#clip-liquid)" opacity="0.7"/>
<defs>
<clipPath id="clip-liquid">
<ellipse cx="150" cy="210" rx="90" ry="40" />
</clipPath>
</defs>
<ellipse cx="150" cy="210" rx="88" ry="38" fill="url(#gradient-liquid)" clip-path="url(#clip-liquid)" />
<!-- Cityscape above Teacup -->
<g transform="translate(100, 80)">
<rect x="0" y="0" width="25" height="100" fill="#f4a7f2" stroke="#a0a0c0" stroke-width="2"/>
<rect x="40" y="20" width="20" height="80" fill="#b49fbc" stroke="#907e99" stroke-width="1.5"/>
<rect x="70" y="0" width="25" height="100" fill="#f0dae5" stroke="#baaeb9" stroke-width="2"/>
<rect x="110" y="40" width="15" height="60" fill="#d7bfd8" stroke="#b49fbc" stroke-width="1.5"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#f2c464" stop-opacity="1"/>
<stop offset="1" stop-color="#ffd7be" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad2" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#3498db" stop-opacity="1"/>
<stop offset="1" stop-color="#2980b9" stop-opacity="1"/>
</linearGradient>
<pattern id="pattern1" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#fff" rx="1"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#f0f0f0"/>
<g transform="translate(150, 150) scale(1.5)">
<g transform="rotate(-30)">
<rect x="-50" y="-50" width="100" height="100" fill="url(#grad1)" rx="10"/>
<circle cx="0" cy="0" r="40" fill="url(#grad2)"/>
</g>
<g transform="translate(0, -70) scale(0.8)">
<rect x="-30" y="-30" width="60" height="60" fill="url(#pattern1)" rx="5"/>
<circle cx="0" cy="0" r="20" fill="#fff" stroke="#ddd" stroke-width="2"/>
<g transform="translate(0, 20)">
<rect x="-10" y="-10" width="20" height="20" fill="#fff" rx="2"/>
<circle cx="0" cy="0" r="5" fill="#fff" stroke="#ddd" stroke-width="1"/>
</g>
</g>
</g>
<g transform="translate(150, 150) scale(0.8)">
<path d="M -50, -50 L -50, 50 L 50, 50 L 50, -50 Z" fill="#fff" stroke="#ddd" stroke-width="2"/>
<path d="M -40, -40 L -40, 40 L 40, 40 L 40, -40 Z" fill="url(#grad2)"/>
<g transform="translate(0, -20)">
<path d="M -20, -20 L -20, 20 L 20, 20 L 20, -20 Z" fill="#fff" stroke="#ddd" stroke-width="1"/>
<path d="M -15, -15 L -15, 15 L 15, 15 L 15, -15 Z" fill="url(#grad1)"/>
</g>
</g>
<g transform="translate(150, 150) scale(0.6)">
<path d="M -30, -30 L -30, 30 L 30, 30 L 30, -30 Z" fill="#fff" stroke="#ddd" stroke-width="1"/>
<path d="M -25, -25 L -25, 25 L 25, 25 L 25, -25 Z" fill="url(#pattern1)"/>
<g transform="translate(0, -15)">
<path d="M -15, -15 L -15, 15 L 15, 15 L 15, -15 Z" fill="#fff" stroke="#ddd" stroke-width="0.5"/>
<path d="M -10, -10 L -10, 10 L 10, 10 L 10, -10 Z" fill="url(#grad2)"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the prompt by depicting abstract skyscrapers emerging from a teacup, creating a clear and imaginative connection to a cityscape.
The use of gradient colors adds depth and enhances the surreal aspect of the image.
Player 2's submission, while creative in its geometric approach, lacks a clear representation of the cityscape and teacup concept, making it less adherent to the prompt.
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
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"
"Two giraffes wearing top hats, fencing on a tightrope"