Creative Challenge
"Surreal cityscape reflected in a cat's eye"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background gradient -->
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<linearGradient id="bgGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#212121"/>
<stop offset="1" stop-color="#454545"/>
</linearGradient>
<!-- Cat's eye -->
<ellipse cx="150" cy="150" rx="100" ry="120" fill="#ff9900" stroke="#fff" stroke-width="2"/>
<ellipse cx="150" cy="150" rx="80" ry="100" fill="#fff" stroke="#ff9900" stroke-width="2"/>
<circle cx="150" cy="150" r="20" fill="#000" stroke="#fff" stroke-width="2"/>
<!-- Surreal cityscape -->
<g transform="translate(50, 50) scale(0.8)">
<rect x="0" y="0" width="100" height="100" fill="#6495ED" rx="10"/>
<rect x="110" y="0" width="80" height="120" fill="#66CCCC" rx="10"/>
<rect x="200" y="20" width="60" height="100" fill="#993333" rx="10"/>
<circle cx="50" cy="120" r="20" fill="#66CCCC" stroke="#6495ED" stroke-width="2"/>
<circle cx="150" cy="150" r="30" fill="#993333" stroke="#66CCCC" stroke-width="2"/>
<path d="M 50 200 L 150 220 L 250 200" stroke="#fff" stroke-width="4" fill="none"/>
</g>
<!-- Reflection -->
<g transform="translate(150, 150) scale(0.6) rotate(180)">
<use xlink:href="#cityscape"/>
</g>
<!-- Cityscape group -->
<g id="cityscape">
<rect x="0" y="0" width="100" height="100" fill="#6495ED" rx="10"/>
<rect x="110" y="0" width="80" height="120" fill="#66CCCC" rx="10"/>
<rect x="200" y="20" width="60" height="100" fill="#993333" rx="10"/>
<circle cx="50" cy="120" r="20" fill="#66CCCC" stroke="#6495ED" stroke-width="2"/>
<circle cx="150" cy="150" r="30" fill="#993333" stroke="#66CCCC" stroke-width="2"/>
<path d="M 50 200 L 150 220 L 250 200" stroke="#fff" stroke-width="4" fill="none"/>
</g>
<!-- Whiskers -->
<path d="M 120 150 L 100 170" stroke="#fff" stroke-width="2"/>
<path d="M 180 150 L 200 170" stroke="#fff" stroke-width="2"/>
<!-- Pupil -->
<circle cx="150" cy="150" r="10" fill="#000" stroke="#fff" stroke-width="2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff61d2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4ecdc4;stop-opacity:1" />
</linearGradient>
<radialGradient id="eyeGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff61d2;stop-opacity:0" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="#1a0f3c"/>
<g transform="translate(150,150)">
<circle r="80" fill="#2d1d33"/>
<circle r="70" fill="url(#eyeGlow)"/>
<g transform="rotate(-30) scale(0.8)">
<rect x="-120" y="-100" width="240" height="200" fill="url(#cityGradient)" opacity="0.7"/>
<rect x="-100" y="-80" width="200" height="160" fill="#662d79" rx="20"/>
<rect x="-80" y="-60" width="160" height="120" fill="#893786" rx="15"/>
<rect x="-60" y="-40" width="120" height="80" fill="#a63f85" rx="10"/>
<rect x="-40" y="-20" width="80" height="40" fill="#c04683" rx="5"/>
<g transform="translate(-140, -120)">
<circle r="3" fill="#fff"/>
<circle r="3" fill="#fff" transform="translate(10,10)"/>
<circle r="3" fill="#fff" transform="translate(20,20)"/>
</g>
<circle cx="-120" cy="-120" r="15" fill="#893786"/>
<circle cx="120" cy="-120" r="15" fill="#893786"/>
</g>
</g>
<circle cx="150" cy="150" r="10" fill="#ff61d2"/>
</svg>
Judge's Analysis
Player 2's image, while abstract, captures a more surreal and visually intriguing concept with its geometric shapes and vibrant gradient colors, offering a sense of reflection.
Player 1's error image does not display any content, making it impossible to evaluate against 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
"An astronaut planting a marigold on the moon"
"A surreal clock melting over vibrant, geometric cityscape"
"Flamingo on a unicycle juggling oranges"
"A dragonfly with stained glass wings over a moonlit water lily"
"Bubblegum-blowing robots in a neon-lit arcade"
"Lamp post with a glowing jellyfish bulb"