Creative Challenge
"Two owls arm wrestling on a tree branch under a full moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="20%" r="85%" fx="50%" fy="20%">
<stop offset="0%" stop-color="#031d44"/>
<stop offset="100%" stop-color="#01060e"/>
</radialGradient>
<radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#fff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
<linearGradient id="featherGrad1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f8e8c2"/>
<stop offset="100%" stop-color="#d4b483"/>
</linearGradient>
<linearGradient id="featherGrad2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c2e8f8"/>
<stop offset="100%" stop-color="#83b4d4"/>
</linearGradient>
<linearGradient id="wingGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#d4b483"/>
<stop offset="100%" stop-color="#f8e8c2"/>
</linearGradient>
<linearGradient id="wingGrad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#83b4d4"/>
<stop offset="100%" stop-color="#c2e8f8"/>
</linearGradient>
<pattern id="wingPattern1" width="8" height="8" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
<path d="M0,2 L2,0 M-1,7 L7,-1" stroke="#a38" stroke-width="1"/>
</pattern>
<pattern id="wingPattern2" width="8" height="8" patternUnits="userSpaceOnUse" patternTransform="rotate(-45)">
<path d="M0,2 L2,0 M-1,7 L7,-1" stroke="#38a" stroke-width="1"/>
</pattern>
<filter id="moonFilter" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<circle cx="230" cy="70" r="40" fill="#fff" filter="url(#moonFilter)"/>
<circle cx="230" cy="70" r="36" fill="url(#moonGlow)"/>
<g fill="#fff">
<circle cx="20" cy="30" r="1" opacity="0.8"/>
<circle cx="50" cy="80" r="1.3" opacity="0.6"/>
<circle cx="80" cy="40" r="0.8" opacity="0.9"/>
<circle cx="120" cy="60" r="1.2" opacity="0.7"/>
<circle cx="160" cy="30" r="0.9" opacity="0.85"/>
<circle cx="200" cy="50" r="1.1" opacity="0.75"/>
<circle cx="260" cy="30" r="0.7" opacity="0.9"/>
<circle cx="210" cy="100" r="1.3" opacity="0.6"/>
<circle cx="90" cy="20" r="0.9" opacity="0.8"/>
<circle cx="180" cy="10" r="1" opacity="0.7"/>
<circle cx="250" cy="70" r="0.8" opacity="0.85"/>
<circle cx="280" cy="20" r="1.1" opacity="0.6"/>
</g>
<path d="M0,240 Q150,220 300,240" fill="none" stroke="#46331a" stroke-width="14" stroke-linecap="round"/>
<g fill="#3a5" fill-opacity="0.8" stroke="#274">
<ellipse cx="140" cy="240" rx="6" ry="3" transform="rotate(-20 140 240)"/>
<ellipse cx="150" cy="245" rx="7" ry="4"/>
<ellipse cx="160" cy="240" rx="6" ry="3" transform="rotate(20 160 240)"/>
</g>
<g transform="translate(100,200)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="url(#featherGrad1)" stroke="#663" stroke-width="2"/>
<circle cx="0" cy="-50" r="20" fill="url(#featherGrad1)" stroke="#663" stroke-width="2"/>
<circle cx="-7" cy="-55" r="5" fill="#fff"/>
<circle cx="-7" cy="-55" r="2" fill="#000"/>
<circle cx="7" cy="-55" r="5" fill="#fff"/>
<circle cx="7" cy="-55" r="2" fill="#000"/>
<polygon points="0,-45 -5,-35 5,-35" fill="#e67"/>
<path d="M-25,0 C-45,-10 -45,30 -15,20" fill="url(#wingPattern1)" stroke="#663" stroke-width="2"/>
<path d="M25,5 C40,0 40,-15 50,-10" fill="url(#wingGrad1)" stroke="#663" stroke-width="2"/>
<path d="M45,-15 C50,-25 60,-20 55,-10 C60,-5 55,0 50,-5" fill="#ffeb99" stroke="#663" stroke-width="1"/>
<polygon points="-10,25 0,40 10,25" fill="url(#featherGrad1)" stroke="#663" stroke-width="2"/>
</g>
<g transform="scale(-1,1) translate(200,200)">
<ellipse cx="0" cy="0" rx="25" ry="35" fill="url(#featherGrad2)" stroke="#336" stroke-width="2"/>
<circle cx="0" cy="-50" r="20" fill="url(#featherGrad2)" stroke="#336" stroke-width="2"/>
<circle cx="-7" cy="-55" r="5" fill="#fff"/>
<circle cx="-7" cy="-55" r="2" fill="#000"/>
<circle cx="7" cy="-55" r="5" fill="#fff"/>
<circle cx="7" cy="-55" r="2" fill="#000"/>
<polygon points="0,-45 -5,-35 5,-35" fill="#67e"/>
<path d="M-25,0 C-45,-10 -45,30 -15,20" fill="url(#wingPattern2)" stroke="#336" stroke-width="2"/>
<path d="M25,5 C40,0 40,-15 50,-10" fill="url(#wingGrad2)" stroke="#336" stroke-width="2"/>
<path d="M45,-15 C50,-25 60,-20 55,-10 C60,-5 55,0 50,-5" fill="#ffeb99" stroke="#336" stroke-width="1"/>
<polygon points="-10,25 0,40 10,25" fill="url(#featherGrad2)" stroke="#336" stroke-width="2"/>
</g>
</svg>
<svg 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="#0b0c2a"/>
<stop offset="100%" stop-color="#202347"/>
</linearGradient>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.4">
<stop offset="0%" stop-color="#ffffe0"/>
<stop offset="100%" stop-color="#f0e68c"/>
</radialGradient>
<linearGradient id="owlBodyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#d9c49f"/>
<stop offset="100%" stop-color="#8b6a4f"/>
</linearGradient>
<linearGradient id="wingGradient" x1="0" y1="0" x2="40" y2="0" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#f3ecd2"/>
<stop offset="100%" stop-color="#c1a57b"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="70" cy="70" r="40" fill="url(#moonGradient)" filter="url(#glow)"/>
<circle cx="30" cy="40" r="2" fill="#fff" filter="url(#glow)"/>
<circle cx="250" cy="60" r="1.5" fill="#fff" filter="url(#glow)"/>
<circle cx="200" cy="30" r="2.5" fill="#fff" filter="url(#glow)"/>
<circle cx="180" cy="100" r="1.8" fill="#fff" filter="url(#glow)"/>
<path d="M40,220 Q150,180 260,210" fill="none" stroke="#5a3a1a" stroke-width="15" stroke-linecap="round"/>
<!-- Left Owl -->
<g transform="translate(120,185)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#owlBodyGradient)" stroke="#5b3e1a" stroke-width="2"/>
<circle cx="0" cy="-35" r="15" fill="url(#owlBodyGradient)" stroke="#5b3e1a" stroke-width="2"/>
<circle cx="-6" cy="-38" r="5" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="6" cy="-38" r="5" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="-6" cy="-38" r="2" fill="#333"/>
<circle cx="6" cy="-38" r="2" fill="#333"/>
<path d="M0,-30 L5,-20 L-5,-20 Z" fill="#d88643"/>
<path d="M-10,0 Q0,10 10,0" fill="none" stroke="#5b3e1a" stroke-width="1"/>
<path d="M-20,-10 Q-40,0 -20,10 Q-25,5 -20,-10 Z" fill="url(#wingGradient)" stroke="#5b3e1a" stroke-width="1"/>
<path d="M20,-5 C35,-15 40,25 20,15 Q25,15 20,-5 Z" fill="url(#wingGradient)" stroke="#5b3e1a" stroke-width="1"/>
</g>
<!-- Right Owl -->
<g transform="scale(-1,1) translate(180,185)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#owlBodyGradient)" stroke="#5b3e1a" stroke-width="2"/>
<circle cx="0" cy="-35" r="15" fill="url(#owlBodyGradient)" stroke="#5b3e1a" stroke-width="2"/>
<circle cx="-6" cy="-38" r="5" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="6" cy="-38" r="5" fill="#fff" stroke="#333" stroke-width="1"/>
<circle cx="-6" cy="-38" r="2" fill="#333"/>
<circle cx="6" cy="-38" r="2" fill="#333"/>
<path d="M0,-30 L5,-20 L-5,-20 Z" fill="#d88643"/>
<path d="M-10,0 Q0,10 10,0" fill="none" stroke="#5b3e1a" stroke-width="1"/>
<path d="M-20,-10 Q-40,0 -20,10 Q-25,5 -20,-10 Z" fill="url(#wingGradient)" stroke="#5b3e1a" stroke-width="1"/>
<path d="M20,-5 C35,-15 40,25 20,15 Q25,15 20,-5 Z" fill="url(#wingGradient)" stroke="#5b3e1a" stroke-width="1"/>
</g>
<!-- Tension Sparks -->
<g stroke="#fff24c" stroke-width="1">
<line x1="150" y1="180" x2="155" y2="170"/>
<line x1="150" y1="180" x2="145" y2="170"/>
<line x1="150" y1="195" x2="155" y2="195"/>
<line x1="150" y1="195" x2="145" y2="195"/>
<line x1="150" y1="210" x2="155" y2="220"/>
<line x1="150" y1="210" x2="145" y2="220"/>
</g>
<circle cx="150" cy="195" r="5" fill="#e4b55f" stroke="#b88d3b" stroke-width="1" filter="url(#glow)"/>
<g fill="#2a6b27">
<ellipse cx="80" cy="220" rx="5" ry="2"/>
<ellipse cx="60" cy="200" rx="4" ry="2"/>
<ellipse cx="100" cy="210" rx="6" ry="3"/>
<ellipse cx="200" cy="230" rx="5" ry="2"/>
<ellipse cx="220" cy="215" rx="4" ry="2"/>
<ellipse cx="180" cy="205" rx="6" ry="3"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by depicting two owls interacting on a tree branch under a full moon, with clear emphasis on the arm wrestling concept.
While Player 1's submission is visually appealing, it fails to represent two owls or the arm wrestling activity, making it less aligned with the idea.
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
"Rocketship made of vegetables launching into a starry sky."
"Surreal tree with branches that turn into hands holding small glowing orbs."
"A snail wearing a crown racing against a turtle on a rainbow bridge."