Creative Challenge
"A snail playing a grand piano under a spotlight on a forest stage"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spotlightGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:0"/>
</radialGradient>
<pattern id="stagePattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#228B22"/>
<rect width="5" height="5" x="5" y="5" fill="#104E8B"/>
</pattern>
</defs>
<!-- Forest Stage -->
<path d="M150 50q0-25-25-25-25 0-25 25 0 25 25 25 25 0 25-25 0-25-25-25-25-25 0-25 25 0 25 25 25" fill="url(#stagePattern)"/>
<!-- Trees -->
<g transform="translate(150,120)">
<rect width="300" height="100" fill="#104E8B"/>
<rect x="-120" y="-80" width="20" height="60" rx="5" fill="#228B22"/>
<rect x="-60" y="-40" width="30" height="80" rx="10" fill="#228B22"/>
<rect x="0" y="-100" width="40" height="100" rx="15" fill="#228B22"/>
<rect x="60" y="-60" width="30" height="80" rx="10" fill="#228B22"/>
<rect x="120" y="-40" width="20" height="60" rx="5" fill="#228B22"/>
</g>
<!-- Spotlight -->
<circle cx="150" cy="120" r="80" fill="url(#spotlightGrad)" clip-path="url(#spotlightClip)"/>
<clipPath id="spotlightClip">
<circle cx="150" cy="120" r="80" fill="white"/>
</clipPath>
<!-- Grand Piano -->
<path d="M100 200q20-20 50-20 30 0 50 20 20 20 20 50 0 30-20 50-20 20-50 20-30 0-50-20-20-20-20-50 0-30 20-50 20-20 50-20 30 0 50 20 20 20 20 50" fill="url(#pianoGrad)"/>
<linearGradient id="pianoGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#CD8500;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#A0522D;stop-opacity:1"/>
</linearGradient>
<!-- Piano Keys -->
<rect x="120" y="250" width="60" height="10" rx="5" fill="#FFFFFF"/>
<rect x="180" y="250" width="60" height="10" rx="5" fill="#FFFFFF"/>
<!-- Snail -->
<path d="M150 180q0-30-20-40-20-10-40-10-20 0-40 10-20 10-20 30 0 20 20 40 20 20 40 20" fill="url(#snailGrad)"/>
<linearGradient id="snailGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FF8E8E;stop-opacity:1"/>
</linearGradient>
<circle cx="150" cy="160" r="10" fill="#FFFFFF"/>
<!-- Antennae -->
<path d="M145 150l-20-30" stroke="#FF6B6B" stroke-width="2"/>
<path d="M155 150l20-30" stroke="#FF6B6B" stroke-width="2"/>
<!-- Music Note -->
<path d="M150 200q0-10-10-15-10-5-20-5-10 0-15 5-5 5-5 15 0 10 10 15 10 5 20 5 10 0 15-10-5-10-10-15-5-10-10-5-15 0 10 10 15 10 5 20 5" fill="#FFD700"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="forestGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2e8b57" />
<stop offset="100%" stop-color="#013220" />
</linearGradient>
<radialGradient id="spotlight" cx="0.5" cy="0.1" r="0.8" fx="0.5" fy="0.1">
<stop offset="0%" stop-color="rgba(255, 255, 255, 0.9)" />
<stop offset="100%" stop-color="rgba(255, 255, 255, 0)" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#forestGradient)" />
<!-- Spotlight -->
<ellipse cx="150" cy="80" rx="130" ry="140" fill="url(#spotlight)" />
<!-- Stage -->
<rect x="30" y="230" width="240" height="20" fill="#654321" />
<rect x="0" y="250" width="300" height="50" fill="#8b4513" />
<!-- Grand Piano -->
<path d="M100 230 Q120 180 180 210 Q250 250 230 290 Q110 310 100 230 Z" fill="#333" />
<rect x="110" y="230" width="10" height="30" fill="#444" />
<rect x="180" y="230" width="10" height="30" fill="#444" />
<rect x="140" y="230" width="2" height="10" fill="#222" />
<rect x="142" y="230" width="2" height="10" fill="#444" />
<rect x="144" y="230" width="2" height="10" fill="#222" />
<rect x="146" y="230" width="2" height="10" fill="#444" />
<rect x="148" y="230" width="2" height="10" fill="#222" />
<!-- Snail -->
<circle cx="60" cy="210" r="20" fill="pink" />
<path d="M80 210 C80 200, 100 200, 100 210 Q100 220, 80 230 Z" fill="#2e8b57" />
<circle cx="100" cy="210" r="4" fill="#111" />
<line x1="57" y1="198" x2="57" y2="202" stroke="gray" stroke-width="2" />
<line x1="63" y1="198" x2="63" y2="202" stroke="gray" stroke-width="2" />
<!-- Trees -->
<rect x="0" y="150" width="30" height="150" fill="#654321" />
<rect x="270" y="150" width="30" height="150" fill="#654321" />
<circle cx="15" cy="120" r="50" fill="#2e8b57" />
<circle cx="285" cy="120" r="50" fill="#2e8b57" />
<circle cx="50" cy="100" r="30" fill="#2e8b57" />
<circle cx="250" cy="100" r="30" fill="#2e8b57" />
</svg>
Judge's Analysis
Player 2's image more effectively captures the idea of a 'snail playing a grand piano under a spotlight on a forest stage.' The representation of the snail, piano, and forest elements is clear and visually cohesive.
In contrast, Player 1's image is more abstract and less recognizable in relation to the prompt, reducing its adherence and visual appeal.
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
"An octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"