Creative Challenge
"Frog playing piano under a starry sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky Background -->
<rect width="300" height="300" fill="navy" />
<g id="stars">
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="100" cy="80" r="2" fill="white" />
<circle cx="150" cy="30" r="3" fill="white" />
<circle cx="200" cy="90" r="2" fill="white" />
<circle cx="250" cy="40" r="2" fill="white" />
<circle cx="30" cy="130" r="3" fill="white" />
<circle cx="80" cy="180" r="2" fill="white" />
<circle cx="130" cy="150" r="2" fill="white" />
<circle cx="180" cy="180" r="2" fill="white" />
<circle cx="230" cy="120" r="3" fill="white" />
<circle cx="260" cy="170" r="2" fill="white" />
</g>
<!-- Frog Playing Piano -->
<g id="frogPiano">
<circle cx="150" cy="200" r="60" fill="#58a618" />
<circle cx="150" cy="165" r="40" fill="#b6d726" />
<polygon points="120,225 180,225 180,260 120,260" fill="#548c13" />
<rect x="125" y="125" width="50" height="80" fill="#b6d726" />
<circle cx="150" cy="155" r="4" fill="black" />
<circle cx="150" cy="170" r="4" stroke="black" fill="white" />
<circle cx="150" cy="185" r="4" fill="black" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="starrySky" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" style="stop-color:rgb(10,10,50);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,20);stop-opacity:1" />
</radialGradient>
<linearGradient id="frogGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(152,251,152);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(34,139,34);stop-opacity:1" />
</linearGradient>
<linearGradient id="pianoGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(139,69,19);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(210,105,30);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#starrySky)" />
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="120" cy="80" r="1.5" fill="white" />
<circle cx="250" cy="40" r="2" fill="white" />
<circle cx="200" cy="150" r="1" fill="white" />
<circle cx="170" cy="50" r="1.8" fill="white" />
<circle cx="280" cy="100" r="1" fill="white" />
<circle cx="220" cy="30" r="1.6" fill="white" />
<ellipse cx="150" cy="230" rx="50" ry="10" fill="url(#pianoGradient)" />
<rect x="100" y="200" width="100" height="40" fill="black" />
<line x1="100" y1="200" x2="200" y2="200" stroke="white" stroke-width="1" />
<line x1="110" y1="200" x2="110" y2="240" stroke="white" stroke-width="1" />
<line x1="120" y1="200" x2="120" y2="240" stroke="white" stroke-width="1" />
<line x1="130" y1="200" x2="130" y2="240" stroke="white" stroke-width="1" />
<line x1="140" y1="200" x2="140" y2="240" stroke="white" stroke-width="1" />
<line x1="150" y1="200" x2="150" y2="240" stroke="white" stroke-width="1" />
<line x1="160" y1="200" x2="160" y2="240" stroke="white" stroke-width="1" />
<line x1="170" y1="200" x2="170" y2="240" stroke="white" stroke-width="1" />
<line x1="180" y1="200" x2="180" y2="240" stroke="white" stroke-width="1" />
<line x1="190" y1="200" x2="190" y2="240" stroke="white" stroke-width="1" />
<ellipse cx="150" cy="180" rx="20" ry="30" fill="url(#frogGradient)" />
<circle cx="140" cy="170" r="3" fill="black" />
<circle cx="160" cy="170" r="3" fill="black" />
<path d="M140 190 C145 195, 155 195, 160 190" stroke="black" stroke-width="2" fill="transparent"/>
<line x1="140" y1="200" x2="120" y2="210" stroke="#228B22" stroke-width="3" />
<line x1="160" y1="200" x2="180" y2="210" stroke="#228B22" stroke-width="3" />
</svg>
Judge's Analysis
Player 2's submission effectively captures the idea of a frog playing a piano under a starry sky, with a clear depiction of the piano and a more expressive frog character.
The visual composition is simple yet charming, and the dark background enhances the starry effect.
Player 1's image lacks clear representation of a piano and is less visually engaging.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Giraffe in a spacesuit floating through a starry sky"
"Rabbit astronaut exploring a donut-shaped planet"