Creative Challenge
"Banjo-playing pineapple under a disco spotlight"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="pineappleGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffcc00; stop-opacity:1" />
<stop offset="100%" style="stop-color:#cc9900; stop-opacity:1" />
</radialGradient>
<linearGradient id="spotlight" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgba(255,255,255,0.6); stop-opacity:1" />
<stop offset="100%" style="stop-color:rgba(255,255,255,0); stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#161616" />
<circle cx="150" cy="75" r="100" fill="url(#spotlight)" />
<g transform="translate(125,180)">
<ellipse cx="0" cy="0" rx="40" ry="60" fill="url(#pineappleGradient)" />
<polygon points="0,-60 -10,-80 10,-80" fill="#663300" />
<path d="M-15,-30 Q-20,-45 -10,-60 A15,15 0 0,1 10,-60 Q20,-45 15,-30" fill="#ffcc00" />
<circle cx="-20" cy="-40" r="3" fill="#000" />
<circle cx="20" cy="-40" r="3" fill="#000" />
<ellipse cx="0" cy="-30" rx="10" ry="5" fill="#000" />
<path d="M-25,0 Q-20,5 -15,0 Q-10,5 -5,0 Q0,-10 -5,-15 Q-10,-10 -15,-15 Q-20,-10 -25,0" fill="#ffcc00" />
<rect x="-30" y="-30" width="5" height="40" fill="#663300" />
<path d="M-30,10 Q-35,15 -30,20 Q-25,15 -30,10" fill="#ffcc00" />
<path d="M30,10 Q35,15 30,20 Q25,15 30,10" fill="#ffcc00" />
<path d="M-2,-30 L6,-50 L2,-45 L-6,-25 Z" fill="#663300" />
<path d="M2,-45 L-6,-25 C-3,-30 0,-35 3,-30 Z" fill="#ffcc00" />
<path d="M-24,-58 L16,-58 L0,-75 Z" fill="#000" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spotlightGradient" cx="0.5" cy="0" r="1">
<stop offset="0%" style="stop-color:white;stop-opacity:0.6" />
<stop offset="100%" style="stop-color:yellow;stop-opacity:0" />
</radialGradient>
<linearGradient id="pineappleBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f5a623" />
<stop offset="100%" style="stop-color:#f08d1e" />
</linearGradient>
<pattern id="pineappleTexture" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 5 L5 10 M5 0 L10 5" stroke="#d77d1c" stroke-width="1" />
</pattern>
<linearGradient id="banjoBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f6d7b0" />
<stop offset="100%" style="stop-color:#e9c393" />
</linearGradient>
</defs>
<!-- Disco Spotlight -->
<ellipse cx="150" cy="60" rx="200" ry="100" fill="url(#spotlightGradient)" />
<!-- Pineapple Leaves -->
<g transform="translate(150, 105)">
<polygon points="-20,-40 0,0 20,-40" fill="#6da34d"/>
<polygon points="-15,-45 0,0 15,-45" fill="#7bbc5a"/>
<polygon points="-10,-50 0,0 10,-50" fill="#82d067"/>
</g>
<!-- Pineapple Body -->
<ellipse cx="150" cy="160" rx="45" ry="55" fill="url(#pineappleBodyGradient)" />
<ellipse cx="150" cy="160" rx="45" ry="55" fill="url(#pineappleTexture)" />
<!-- Banjo -->
<circle cx="190" cy="190" r="25" fill="url(#banjoBodyGradient)" stroke="#d8ac7c" stroke-width="3"/>
<rect x="188" y="160" width="4" height="30" fill="#d8ac7c" />
<line x1="179" y1="175" x2="201" y2="175" stroke="#844d36" stroke-width="1"/>
<line x1="177" y1="182" x2="203" y2="182" stroke="#844d36" stroke-width="1"/>
<line x1="179" y1="190" x2="201" y2="190" stroke="#844d36" stroke-width="1"/>
<!-- Pineapple Face -->
<circle cx="140" cy="150" r="5" fill="#4d3223"/>
<circle cx="160" cy="150" r="5" fill="#4d3223"/>
<path d="M 140 165 Q 150 175, 160 165" stroke="#4d3223" stroke-width="2" fill="none"/>
</svg>
Judge's Analysis
Player 2's image captures the theme more effectively with a clear illustration of a pineapple under a bright disco spotlight, complete with a banjo.
The vibrant colors and clear depiction enhance the visual appeal and adhere closely to the prompt.
Player 1's image, while creative, lacks clarity in representing the banjo and disco elements, making Player 2's submission stronger overall.
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 snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"
"Sleeve of a wizard robe covered in intricate constellations"