Creative Challenge
"A cat in a cyberpunk cityscape wearing VR goggles"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#000033"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff69b4"/>
<stop offset="100%" stop-color="#4b0082"/>
</linearGradient>
<linearGradient id="catGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#ff69b4"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(50, 100)">
<rect x="0" y="0" width="200" height="150" fill="url(#buildingGradient)" rx="20"/>
<polygon points="0,0 200,0 150,50 50,50" fill="#ff69b4"/>
<polygon points="200,0 300,50 300,150 200,150" fill="#4b0082"/>
</g>
<g transform="translate(100, 150)">
<circle cx="50" cy="50" r="30" fill="url(#catGradient)"/>
<circle cx="30" cy="40" r="5" fill="#ffffff"/>
<circle cx="70" cy="40" r="5" fill="#ffffff"/>
<rect x="25" y="60" width="50" height="15" fill="#4b0082" rx="5"/>
<rect x="15" y="80" width="20" height="5" fill="#4b0082"/>
<rect x="65" y="80" width="20" height="5" fill="#4b0082"/>
<rect x="20" y="100" width="10" height="10" fill="#4b0082"/>
<rect x="60" y="100" width="10" height="10" fill="#4b0082"/>
</g>
<g transform="translate(110, 180)">
<rect x="0" y="0" width="80" height="20" fill="#ff69b4" rx="5"/>
<circle cx="40" cy="40" r="10" fill="#ff69b4"/>
<circle cx="40" cy="40" r="5" fill="#000000"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#212121" rx="20" />
<rect x="10" y="10" width="280" height="280" fill="#343434" rx="15" />
<rect x="20" y="20" width="260" height="260" fill="#474747" rx="10" />
<!-- Cityscape -->
<rect x="40" y="40" width="220" height="100" fill="#666" rx="5" />
<rect x="50" y="50" width="200" height="90" fill="#888" rx="5" />
<rect x="60" y="60" width="180" height="80" fill="#AAA" rx="5" />
<rect x="70" y="70" width="160" height="70" fill="#CCC" rx="5" />
<rect x="80" y="80" width="140" height="60" fill="#EEE" rx="5" />
<!-- Neon lights -->
<rect x="120" y="140" width="60" height="10" fill="#FF69B4" rx="2" />
<rect x="140" y="160" width="20" height="10" fill="#33CC33" rx="2" />
<rect x="160" y="180" width="40" height="10" fill="#FFC107" rx="2" />
<rect x="180" y="200" width="20" height="10" fill="#6666FF" rx="2" />
<!-- Cat -->
<path d="M 150 220 C 150 220, 140 230, 130 240 L 130 240 C 130 240, 120 250, 110 260 L 110 260 C 110 260, 120 270, 130 280 L 130 280 C 130 280, 140 290, 150 300 L 150 300 C 150 300, 160 290, 170 280 L 170 280 C 170 280, 180 270, 190 260 L 190 260 C 190 260, 180 250, 170 240 L 170 240 C 170 240, 160 230, 150 220 Z" fill="#F7F7F7" />
<!-- VR Goggles -->
<rect x="130" y="240" width="40" height="20" fill="#333" rx="5" />
<rect x="140" y="250" width="20" height="10" fill="#555" rx="2" />
<rect x="150" y="260" width="10" height="10" fill="#777" rx="2" />
<circle cx="155" cy="265" r="5" fill="#999" />
<!-- Glowing eyes -->
<circle cx="145" cy="265" r="3" fill="#33CC33" />
<circle cx="165" cy="265" r="3" fill="#33CC33" />
<!-- Gradient overlay -->
<rect x="0" y="0" width="300" height="300" fill="url(#grad)" rx="20" />
<linearGradient id="grad" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#FF69B4" stop-opacity="0.5" />
<stop offset="1" stop-color="#6666FF" stop-opacity="0.5" />
</linearGradient>
</svg>
Judge's Analysis
Player 1's image creatively represents a cat with distinct VR goggles within a cyberpunk setting, using vibrant colors and geometric shapes that align with the theme.
The composition is clear and visually appealing.
Player 2's image is more abstract and less identifiable with the prompt, making it harder to connect with the idea of a cat in a cyberpunk cityscape.
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
"Giraffe in a teacup with patterned clouds overhead"
"Glowing jellyfish dance under moonlit waters"
"A giraffe with a bowtie reading a book under a starlit sky"
"Levitating teacups dancing with fireflies under a full moon"
"Fractal octopus in neon, each tentacle a different pattern"
"An umbrella made of clouds, catching raindrops shaped like tiny suns"