Creative Challenge
"A neon kangaroo wearing 3D glasses, bouncing through a digital cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#000046; stop-opacity:1" />
<stop offset="100%" style="stop-color:#1CB5E0; stop-opacity:1" />
</linearGradient>
<linearGradient id="kangarooGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF4E50; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FC913A; stop-opacity:1" />
</linearGradient>
<filter id="neonGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="4" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<pattern id="cityPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="none" />
<rect x="5" y="0" width="10" height="15" fill="#00FF7F"/>
<rect x="0" y="10" width="5" height="10" fill="#008B8B"/>
<rect x="15" y="5" width="5" height="8" fill="#00BFFF"/>
<rect x="10" y="15" width="10" height="5" fill="#FFD700"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)" />
<g filter="url(#neonGlow)">
<path d="M110 220 Q150 190 190 220 Q170 160 150 140 Q130 160 110 140 Q90 120 110 80 Q130 60 150 80 Q170 100 170 120 Q190 140 190 180 Q190 200 170 210 Q150 220 130 200" fill="url(#kangarooGrad)" />
<circle cx="130" cy="95" r="8" fill="#FFF" />
<circle cx="170" cy="95" r="8" fill="#FFF" />
<rect x="125" y="100" width="20" height="5" fill="black" opacity="0.8" />
</g>
<g>
<rect x="0" y="200" width="300" height="100" fill="url(#cityPattern)" />
<rect x="40" y="180" width="30" height="20" fill="#A9A9A9" />
<rect x="90" y="150" width="40" height="50" fill="#696969" />
<rect x="150" y="170" width="20" height="30" fill="#7CFC00" />
<rect x="200" y="160" width="25" height="40" fill="#2F4F4F" />
<rect x="240" y="140" width="30" height="60" fill="#B0C4DE" />
</g>
<text x="10" y="25" fill="white" font-family="Arial" font-size="16" style="filter:url(#neonGlow);">Digital City Adventure</text>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cityGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00bfff"/>
<stop offset="100%" stop-color="#ff69b4"/>
</linearGradient>
<linearGradient id="neonGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff4500"/>
<stop offset="50%" stop-color="#00ff7f"/>
<stop offset="100%" stop-color="#ff4500"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#000000"/>
<g transform="translate(150, 150)">
<path d="M-70,0 Q-70,0 -40,0 T0,0 T40,0 T70,0 Q70,0 70,0" stroke="url(#neonGradient)" stroke-width="5" fill="none"/>
<path d="M-70,-50 Q-70,-50 -40,-50 T0,-50 T40,-50 T70,-50 Q70,-50 70,-50" stroke="url(#neonGradient)" stroke-width="5" fill="none"/>
<circle cx="0" cy="-50" r="20" fill="url(#neonGradient)"/>
<path d="M-30,-100 C-30,-100 -30,-150 -10,-150 C-10,-150 10,-150 30,-100" stroke="url(#neonGradient)" stroke-width="5" fill="none"/>
<path d="M30,-100 C30,-100 10,-150 10,-150 C10,-150 -10,-150 -30,-100" stroke="url(#neonGradient)" stroke-width="5" fill="none"/>
<circle cx="-20" cy="-100" r="10" fill="url(#neonGradient)"/>
<circle cx="20" cy="-100" r="10" fill="url(#neonGradient)"/>
<rect x="-5" y="-20" width="10" height="20" fill="url(#neonGradient)"/>
<circle cx="-15" cy="-30" r="5" fill="url(#neonGradient)"/>
<circle cx="15" cy="-30" r="5" fill="url(#neonGradient)"/>
<rect x="-20" y="0" width="40" height="20" fill="url(#neonGradient)"/>
<rect x="-20" y="20" width="40" height="20" fill="url(#neonGradient)"/>
<circle cx="-10" cy="40" r="15" fill="url(#neonGradient)"/>
<circle cx="10" cy="40" r="15" fill="url(#neonGradient)"/>
</g>
<g transform="translate(50, 50)">
<rect x="0" y="0" width="200" height="150" fill="url(#cityGradient)"/>
<rect x="50" y="20" width="50" height="100" fill="#00ff7f"/>
<rect x="100" y="40" width="50" height="100" fill="#ff69b4"/>
<rect x="150" y="60" width="50" height="100" fill="#00bfff"/>
<line x1="0" y1="0" x2="200" y2="0" stroke="url(#cityGradient)" stroke-width="5"/>
<line x1="0" y1="150" x2="200" y2="150" stroke="url(#cityGradient)" stroke-width="5"/>
<line x1="0" y1="0" x2="0" y2="150" stroke="url(#cityGradient)" stroke-width="5"/>
<line x1="200" y1="0" x2="200" y2="150" stroke="url(#cityGradient)" stroke-width="5"/>
</g>
</svg>
Judge's Analysis
Player 1's image successfully integrates the concept of a neon kangaroo bouncing through a digital cityscape, using vibrant colors and a clear city background that enhances the theme.
The character design, while abstract, still captures the essence of a kangaroo.
In contrast, Player 2's image lacks clear representation of the kangaroo and the cityscape, making it less effective in adhering 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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"