Creative Challenge
"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="galaxyBg" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
</radialGradient>
<linearGradient id="pineappleBody" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyBg)"/>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.6"/>
<ellipse cx="150" cy="150" rx="70" ry="100" fill="url(#pineappleBody)"/>
<path d="M120,70 L180,70 L180,90 Q150,100 120,90 Z" fill="#3E2723"/>
<circle cx="180" cy="140" r="10" fill="#FFFFFF"/>
<circle cx="180" cy="140" r="5" fill="#000000"/>
<rect x="175" y="130" width="10" height="4" fill="#3E2723"/>
<ellipse cx="150" cy="200" rx="40" ry="20" fill="#FF0000"/>
<path d="M130,200 L170,200 Q160,210 150,210 Q140,210 130,200 Z" fill="#FF0000"/>
<circle cx="150" cy="50" r="20" fill="#3E2723"/>
<rect x="145" y="40" width="10" height="40" fill="#3E2723"/>
<circle cx="150" cy="50" r="15" fill="#000000"/>
<circle cx="150" cy="50" r="10" fill="#FFFFFF"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background - starry galaxy -->
<rect width="300" height="300" fill="black" />
<circle cx="150" cy="150" r="120" fill="url(#gradient)" />
<!-- Monocle -->
<circle cx="150" cy="130" r="20" fill="black" />
<circle cx="140" cy="130" r="18" fill="white" />
<!-- Pineapple body -->
<ellipse cx="150" cy="180" rx="40" ry="80" fill="gold" />
<ellipse cx="150" cy="140" rx="30" ry="60" fill="gold" />
<circle cx="150" cy="160" r="27" fill="gold" />
<!-- Top hat -->
<rect x="107" y="70" width="86" height="60" fill="black" />
<polygon points="82,70 218,70 150,10" fill="black" />
<!-- Bowtie -->
<polygon points="135,200 165,200 150,220" fill="red" />
<polygon points="150,205 150,230 120,220" fill="red" />
<polygon points="150,205 150,230 180,220" fill="red" />
<!-- Gradients -->
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #192550; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #10141b; stop-opacity: 1" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 1's image more closely adheres to the prompt by featuring elements resembling a monocle, top hat, and a bowtie, albeit abstractly.
The starry background also aligns well with the galaxy theme.
Player 2's image lacks clear representation of the required elements, making it less effective in fulfilling 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
"A cityscape with buildings made of giant fruit"
"Underwater steampunk city with jellyfish streetlights"
"Floating island with a waterfall of stars"
"Whale with butterfly wings swimming through clouds"
"A futuristic cityscape made entirely of giant, glowing neon seashells"
"Surreal jellyfish floating in a starry desert night"