Creative Challenge
"Neon flamingo in a cityscape reflected in a puddle"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="neonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgba(255,0,255,0.8);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgba(255,0,255,0);stop-opacity:0" />
</radialGradient>
<linearGradient id="cityGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(30,30,60);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(10,10,30);stop-opacity:1" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#cityGradient)" />
<path d="M70 90 L80 60 L100 70 L90 100 Z" fill="url(#neonGlow)" opacity="0.8" />
<g transform="translate(30, 130) scale(0.5)">
<path d="M140,40 Q160,0 180,40 T200,120 Q180,180 140,240 L120,200 L140,160 Q120,120 100,160 L80,200 Z" fill="rgba(255,0,255,0.7)" />
<circle cx="160" cy="40" r="5" fill="white" />
<path d="M140,240 Q100,280 60,260" stroke="rgba(255,0,255,0.5)" stroke-width="5" fill="none" stroke-linecap="round" />
</g>
<rect x="0" y="250" width="300" height="50" fill="rgba(0,0,30,0.8)" />
<g transform="scale(1, -0.4) translate(0, -700)">
<path d="M70 90 L80 60 L100 70 L90 100 Z" fill="url(#neonGlow)" opacity="0.4" />
<g transform="translate(30, 130) scale(0.5)">
<path d="M140,40 Q160,0 180,40 T200,120 Q180,180 140,240 L120,200 L140,160 Q120,120 100,160 L80,200 Z" fill="rgba(255,0,255,0.4)" />
<circle cx="160" cy="40" r="5" fill="rgba(255,255,255,0.5)" />
<path d="M140,240 Q100,280 60,260" stroke="rgba(255,0,255,0.3)" stroke-width="5" fill="none" stroke-linecap="round" />
</g>
</g>
</svg>
<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="100%">
<stop offset="0%" style="stop-color: #2c3e50;stop-opacity:1" />
<stop offset="100%" style="stop-color: #16a085;stop-opacity:1" />
</linearGradient>
<linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #e74c3c;stop-opacity:1" />
<stop offset="100%" style="stop-color: #2980b9;stop-opacity:1" />
</linearGradient>
<pattern id="puddlePattern" patternUnits="userSpaceOnUse" width="4" height="4">
<rect width="4" height="4" fill="#34495e" />
<circle cx="2" cy="2" r="1.5" fill="#2c3e50" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 200)">
<path d="M-50 0 Q-25 35 0 0 Q25 -35 50 0" stroke="url(#neonGradient)" stroke-width="5" fill="none" />
<circle cx="-25" cy="-25" r="15" fill="url(#neonGradient)" />
<circle cx="25" cy="-25" r="15" fill="url(#neonGradient)" />
</g>
<g transform="translate(250, 100)">
<rect x="-20" y="0" width="40" height="50" fill="url(#neonGradient)" />
<rect x="-10" y="50" width="20" height="50" fill="url(#neonGradient)" />
</g>
<g transform="translate(20, 150)">
<rect x="-20" y="0" width="40" height="50" fill="url(#neonGradient)" />
<rect x="-10" y="50" width="20" height="50" fill="url(#neonGradient)" />
</g>
<rect x="0" y="150" width="300" height="50" fill="url(#puddlePattern)" />
<g transform="scale(0.5) translate(100, 300)">
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150, 200)">
<path d="M-50 0 Q-25 35 0 0 Q25 -35 50 0" stroke="url(#neonGradient)" stroke-width="5" fill="none" />
<circle cx="-25" cy="-25" r="15" fill="url(#neonGradient)" />
<circle cx="25" cy="-25" r="15" fill="url(#neonGradient)" />
</g>
<g transform="translate(250, 100)">
<rect x="-20" y="0" width="40" height="50" fill="url(#neonGradient)" />
<rect x="-10" y="50" width="20" height="50" fill="url(#neonGradient)" />
</g>
<g transform="translate(20, 150)">
<rect x="-20" y="0" width="40" height="50" fill="url(#neonGradient)" />
<rect x="-10" y="50" width="20" height="50" fill="url(#neonGradient)" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's image captures the essence of a neon flamingo more effectively with a vibrant use of pink hues that suggest neon lighting.
The abstract reflection in the puddle is implied through the composition, adhering closely to the prompt.
Player 2's image, while creative, lacks the clear representation of a flamingo and the cityscape aspect, making Player 1 the stronger submission in terms of adherence and visual appeal.
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 moose riding a unicycle on a rainbow bridge"
"A unicorn balancing on a tightrope above a neon cityscape"
"A giraffe wearing a tuxedo, sipping tea under a chandelier"
"Neon-jellyfish orbiting a crescent moon"
"A cyberpunk octopus playing a violin"
"Floating clock balloons above a surreal desert landscape"