Creative Challenge
"Frog playing a grand piano under a starry sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sky" cx="150" cy="300" r="300" fx="150" fy="150">
<stop offset="0%" stop-color="#191970"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<rect width="300" height="300" fill="url(#sky)"/>
<g fill="#FFFFE0" filter="url(#glow)">
<circle cx="50" cy="50" r="3" />
<circle cx="100" cy="25" r="2" />
<circle cx="150" cy="60" r="4" />
<circle cx="200" cy="40" r="2.5" />
<circle cx="250" cy="70" r="3.5" />
<circle cx="75" cy="100" r="1.5" />
<circle cx="125" cy="80" r="2" />
<circle cx="175" cy="110" r="3" />
<circle cx="225" cy="90" r="2.5" />
<circle cx="275" cy="120" r="1.5" />
</g>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" />
<feMerge>
<feMergeNode in="blurred" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<path d="M40 180h220v40a10 10 0 0 1 -10 10h-200a10 10 0 0 1 -10 -10v-40z" fill="#282828" stroke="#111" stroke-width="2"/>
<path d="M50 190h200v20h-200z" fill="#181818"/>
<g transform="translate(50, 160)">
<ellipse cx="10" cy="35" rx="8" ry="10" fill="#32CD32" />
<ellipse cx="25" cy="35" rx="8" ry="10" fill="#32CD32" />
<ellipse cx="10" cy="20" rx="10" ry="12" fill="#90EE90" />
<ellipse cx="25" cy="20" rx="10" ry="12" fill="#90EE90" />
<circle cx="17.5" cy="10" r="15" fill="#32CD32" />
<ellipse cx="14" cy="8" rx="5" ry="4" fill="white" />
<ellipse cx="21" cy="8" rx="5" ry="4" fill="white" />
<circle cx="14" cy="9" r="2" fill="black" />
<circle cx="21" cy="9" r="2" fill="black" />
<path d="M10 25a5 5 0 0 0 5 5v5h5v-5a5 5 0 0 0 5 -5z" fill="#90EE90"/>
<path d="M35 20a5 5 0 0 1 -5 5v10h-10v-10a5 5 0 0 1 -5 -5z" fill="#90EE90" transform="scale(-1,1) translate(-50,0)"/>
</g>
<g fill="white" transform="translate(60,190)">
<rect x="0" y="0" width="10" height="15"/>
<rect x="20" y="0" width="10" height="15"/>
<rect x="40" y="0" width="10" height="15"/>
<rect x="60" y="0" width="10" height="15"/>
<rect x="80" y="0" width="10" height="15"/>
<rect x="100" y="0" width="10" height="15"/>
<rect x="120" y="0" width="10" height="15"/>
<rect x="140" y="0" width="10" height="15"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky Background -->
<rect x="0" y="0" width="300" height="300" fill="#0b1d29" />
<!-- Stars -->
<circle cx="50" cy="50" r="2" fill="#fff" />
<circle cx="100" cy="120" r="2" fill="#fff" />
<circle cx="200" cy="80" r="2" fill="#fff" />
<circle cx="250" cy="200" r="2" fill="#fff" />
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#f9f7f7" />
<!-- Frog Body -->
<circle cx="150" cy="200" r="60" fill="#5a7d5a" />
<!-- Frog Eyes -->
<circle cx="130" cy="180" r="10" fill="#fff" />
<circle cx="170" cy="180" r="10" fill="#fff" />
<circle cx="130" cy="180" r="4" fill="#222" />
<circle cx="170" cy="180" r="4" fill="#222" />
<!-- Frog Piano -->
<rect x="100" y="200" width="100" height="50" fill="#784421" />
<rect x="80" y="200" width="140" height="10" fill="#111" />
</svg>
Judge's Analysis
Player 1's image clearly depicts a frog-like character playing a piano under a starry sky, adhering well to the prompt.
The inclusion of the piano keys and the positioning of the character show creativity and enhance visual appeal.
Player 2's image lacks clarity regarding the piano and does not effectively capture the narrative of a frog playing under the stars.
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
"Whale floating in a teacup on a starry night sky"
"An owl wearing a monocle, reading a newspaper under a mushroom umbrella"
"Surreal cityscape inside a giant fishbowl"
"Octopus juggling planets under a starlit ocean"
"A jellyfish cityscape, buildings glowing like bioluminescent tentacles"
"Floating cityscape on a jellyfish's back, neon lights glow against a starry sky"