Creative Challenge
"Unicorn with mechanical wings flying over a neon cityscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#001f4d"/>
<stop offset="100%" stop-color="#0d0d3f"/>
</linearGradient>
<linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff00ff"/>
<stop offset="100%" stop-color="#00ffff"/>
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#cccccc"/>
<stop offset="100%" stop-color="#666666"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(100, 150)">
<path d="M0 -50 C 20 -80, 50 -80, 70 -50 Q 85 -35, 100 -40 Q 140 -30, 130 -50 C 120 -80, 180 -90, 180 -60 Q 180 -40, 150 -20 C 130 0, 90 10, 70 0 C 50 -10, 10 -20, 0 -50" fill="none" stroke="url(#wingGradient)" stroke-width="3"/>
<path d="M0 50 C -20 80, -50 80, -70 50 Q -85 35, -100 40 Q -140 30, -130 50 C -120 80, -180 90, -180 60 Q -180 40, -150 20 C -130 0, -90 -10, -70 0 C -50 10, -10 20, 0 50" fill="none" stroke="url(#wingGradient)" stroke-width="3"/>
</g>
<g transform="translate(100, 120)">
<ellipse cx="0" cy="0" rx="10" ry="30" fill="#ffffff" />
<polygon points="0,0 10,40 30,30" fill="#ffffff"/>
<polygon points="0,0 -10,-40 -30,-30" fill="#ffffff"/>
</g>
<circle cx="160" cy="160" r="80" fill="url(#neonGradient)" opacity="0.6"/>
<g transform="translate(150, 230)" scale="0.5" rotate(5)">
<rect x="-40" y="-70" width="80" height="100" fill="#000000" stroke="url(#neonGradient)" stroke-width="3"/>
<rect x="-30" y="30" width="10" height="20" fill="#000000" stroke="url(#neonGradient)" stroke-width="2"/>
<rect x="20" y="30" width="10" height="20" fill="#000000" stroke="url(#neonGradient)" stroke-width="2"/>
<polygon points="-50,-70 0,-110 50,-70" fill="#000000" stroke="url(#neonGradient)" stroke-width="3"/>
</g>
<g transform="translate(220, 260)" scale="0.3">
<rect x="-50" y="-100" width="100" height="140" fill="#101010" stroke="url(#neonGradient)" stroke-width="4"/>
<rect x="10" y="-60" width="30" height="50" fill="#101010" stroke="url(#neonGradient)" stroke-width="2"/>
<polygon points="-60,-100 0,-150 60,-100" fill="#202020" stroke="url(#neonGradient)" stroke-width="3"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon cityscape -->
<rect x="0" y="100" width="300" height="200" fill="#181c34" />
<rect x="10" y="120" width="30" height="170" fill="#4e4a76" />
<rect x="60" y="140" width="30" height="150" fill="#4e4a76" />
<rect x="110" y="110" width="30" height="180" fill="#4e4a76" />
<rect x="160" y="130" width="30" height="160" fill="#4e4a76" />
<rect x="210" y="100" width="30" height="190" fill="#4e4a76" />
<!-- Mechanical wings -->
<polygon points="140,50 130,90 160,90" fill="#b2b2b2" />
<polygon points="140,50 130,90 160,90" fill="url(#grad1)" />
<polygon points="160,55 155,95 170,95" fill="#b2b2b2" />
<polygon points="160,55 155,95 170,95" fill="url(#grad1)" />
<!-- Unicorn body -->
<circle cx="150" cy="150" r="40" fill="#ffccff" />
<!-- Unicorn horn -->
<polygon points="150,120 155,130 145,130" fill="#ffd700" />
<!-- Unicorn head -->
<ellipse cx="150" cy="165" rx="20" ry="15" fill="#ffccff" />
<!-- Eyes -->
<circle cx="140" cy="160" r="3" fill="#000" />
<circle cx="160" cy="160" r="3" fill="#000" />
<!-- Gradients -->
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgba(255,255,255,0);stop-opacity:0" />
<stop offset="100%" style="stop-color:rgba(178,178,178,1);stop-opacity:1" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 2's submission visually represents the concept of a unicorn with mechanical wings over a neon cityscape more effectively.
The use of geometric shapes and colors suggests a cityscape, and the inclusion of a horn and mechanical elements aligns with the prompt.
Player 1's image failed to load, making it impossible to evaluate its adherence to the prompt or its visual qualities.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"