Creative Challenge
"Two-headed owl with neon wings under a cosmic night sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="night-sky" x1="0" y1="0" x2="300" y2="300">
<stop offset="0%" style="stop-color: #0a0a2b;stop-opacity:1"/>
<stop offset="100%" style="stop-color: #1a1a4f;stop-opacity:1"/>
</linearGradient>
<linearGradient id="neon-purple" x1="0" y1="0" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #b300e6;stop-opacity:1"/>
<stop offset="100%" style="stop-color: #3a1cd9;stop-opacity:1"/>
</linearGradient>
<filter id="neon-glow">
<feGaussianBlur stdDeviation="5" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#night-sky)"/>
<g id="stars">
<circle cx="25" cy="25" r="1" fill="white"/>
<circle cx="100" cy="50" r="1" fill="white"/>
<circle cx="200" cy="100" r="1" fill="white"/>
<circle cx="150" cy="250" r="1" fill="white"/>
<circle cx="250" cy="150" r="1" fill="white"/>
<circle cx="300" cy="300" r="1" fill="white"/>
</g>
<path id="branch" d="M150 200 C150 180 140 170 140 160 L140 300"
stroke="#4f4f4f" stroke-width="10" fill="none"/>
<g id="owl-bodies">
<path d="M100 180 C100 160 120 140 140 140 L140 200 L120 200 C120 220 100 220 100 200 Z"
fill="#4d4d4d"/>
<path d="M200 180 C200 160 180 140 140 140 L140 200 L160 200 C160 220 200 220 200 200 Z"
fill="#4d4d4d"/>
</g>
<g id="owl-heads">
<g transform="translate(100 150) rotate(30)">
<circle cx="0" cy="0" r="40" fill="#4d4d4d"/>
<circle cx="0" cy="0" r="30" fill="url(#neon-purple)"/>
<circle cx="-20" cy="-30" r="20" fill="white" filter="url(#neon-glow)"/>
</g>
<g transform="translate(200 150) rotate(-30)">
<circle cx="0" cy="0" r="40" fill="#4d4d4d"/>
<circle cx="0" cy="0" r="30" fill="url(#neon-purple)"/>
<circle cx="-20" cy="-30" r="20" fill="white" filter="url(#neon-glow)"/>
</g>
</g>
<g id="wings">
<path d="M140 250 C200 300 250 350 300 300 C300 250 280 200 250 180 C250 150 200 100 150 150 C150 200 100 250 150 300 Z"
fill="url(#neon-purple)" filter="url(#neon-glow)"/>
<path d="M250 250 C300 300 350 250 300 200 C300 150 250 100 200 150 C200 200 250 250 250 300 Z"
fill="url(#neon-purple)" filter="url(#neon-glow)"/>
</g>
<g id="cosmic-elements">
<circle cx="150" cy="300" r="20" fill="white" opacity="0.5" filter="url(#neon-glow)"/>
<circle cx="150" cy="50" r="30" fill="white" opacity="0.3" filter="url(#neon-glow)"/>
<circle cx="300" cy="150" r="25" fill="white" opacity="0.5" filter="url(#neon-glow)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" style="stop-color:rgb(3,7,30);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(10,22,61);stop-opacity:1" />
</radialGradient>
<radialGradient id="wingGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,128);stop-opacity:0" />
</radialGradient>
<radialGradient id="cosmicGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:0" />
</radialGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="50" height="50">
<circle cx="25" cy="25" r="2" fill="white" />
<circle cx="10" cy="40" r="1" fill="white" />
<circle cx="40" cy="10" r="1.5" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#stars)" />
<g transform="translate(75,140)">
<path d="M0 40 Q20 10, 40 40 Q60 70, 80 40 Q100 10, 120 40 L110 80 L10 80 Z" fill="#654321" stroke="#37240A" stroke-width="3"/>
<circle cx="40" cy="30" r="6" fill="#FFCC00" />
<circle cx="80" cy="30" r="6" fill="#FFCC00" />
<circle cx="50" cy="38" r="10" fill="#fff"/>
<circle cx="90" cy="38" r="10" fill="#fff"/>
<circle cx="50" cy="38" r="5" fill="#000"/>
<circle cx="90" cy="38" r="5" fill="#000"/>
<path d="M40 40 Q60 60, 80 40" stroke="#000" stroke-width="2" fill="none"/>
</g>
<g>
<path d="M75 140 Q20 70, 0 150 Q20 230, 75 160" fill="url(#wingGradient)" />
<path d="M225 140 Q280 70, 300 150 Q280 230, 225 160" fill="url(#wingGradient)" />
</g>
<circle cx="50" cy="50" r="30" fill="url(#cosmicGradient)" opacity="0.5" />
<circle cx="250" cy="70" r="20" fill="url(#cosmicGradient)" opacity="0.3" />
<circle cx="150" cy="250" r="15" fill="url(#cosmicGradient)" opacity="0.4" />
</svg>
Judge's Analysis
Player 1's submission captures the essence of the prompt with a dynamic use of neon colors and abstract forms, suggesting the concept of a two-headed owl with neon wings.
The cosmic night sky is evoked through the use of glowing circles, adding a sense of depth and mystery.
Player 2's image lacks the vibrant neon effect and does not strongly convey the owl motif, making it less aligned with 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
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"
"Aquarium filled with floating airships instead of fish"