Creative Challenge
"Octopus playing piano under a glowing jellyfish chandelier"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(128,0,128);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad3" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
</defs>
<!-- Jellyfish Chandelier -->
<circle cx="150" cy="100" r="40" fill="url(#grad1)" />
<circle cx="120" cy="80" r="15" fill="url(#grad2)" />
<circle cx="180" cy="80" r="15" fill="url(#grad2)" />
<circle cx="150" cy="120" r="15" fill="url(#grad2)" />
<!-- Octopus -->
<path d="M150 250 Q120 270 150 290 T180 270" fill="none" stroke="blue" stroke-width="5" />
<path d="M150 250 Q180 270 150 290 T120 270" fill="none" stroke="blue" stroke-width="5" />
<path d="M150 250 Q150 270 150 290" fill="none" stroke="blue" stroke-width="5" />
<circle cx="150" cy="250" r="30" fill="blue" />
<!-- Piano -->
<rect x="50" y="150" width="200" height="100" fill="black" />
<rect x="50" y="170" width="200" height="20" fill="white" />
<rect x="70" y="170" width="10" height="20" fill="black" />
<rect x="90" y="170" width="10" height="20" fill="black" />
<rect x="110" y="170" width="10" height="20" fill="black" />
<rect x="130" y="170" width="10" height="20" fill="black" />
<rect x="150" y="170" width="10" height="20" fill="black" />
<rect x="170" y="170" width="10" height="20" fill="black" />
<rect x="190" y="170" width="10" height="20" fill="black" />
<rect x="210" y="170" width="10" height="20" fill="black" />
<rect x="230" y="170" width="10" height="20" fill="black" />
<!-- Octopus fingers on piano keys -->
<path d="M150 250 Q130 200 150 180 T170 200" stroke="blue" stroke-width="5" fill="none" />
<path d="M150 250 Q120 190 150 170 T180 190" stroke="blue" stroke-width="5" fill="none" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Jellyfish Chandelier -->
<g transform="translate(150, 50)">
<circle cx="0" cy="0" r="50" fill="#66CCCC" fill-opacity="0.5" />
<path d="M 0 0 Q 0 50 30 80 Q 60 50 0 0" stroke="#66CCCC" stroke-width="2" fill="none" />
<path d="M 0 0 Q 0 -50 -30 -80 Q -60 -50 0 0" stroke="#66CCCC" stroke-width="2" fill="none" />
<g transform="translate(0, -50)">
<circle cx="0" cy="0" r="10" fill="#FF66CC" />
<path d="M 0 0 Q 0 10 10 20 Q 20 10 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
<path d="M 0 0 Q 0 -10 -10 -20 Q -20 -10 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
<g transform="translate(0, 50)">
<circle cx="0" cy="0" r="10" fill="#FF66CC" />
<path d="M 0 0 Q 0 10 10 20 Q 20 10 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
<path d="M 0 0 Q 0 -10 -10 -20 Q -20 -10 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
</g>
<!-- Piano -->
<g transform="translate(100, 150)">
<rect x="0" y="0" width="80" height="40" fill="#964B00" rx="5" />
<rect x="10" y="10" width="60" height="20" fill="#F5DEB3" rx="2" />
<g transform="translate(20, 0)">
<rect x="0" y="0" width="10" height="40" fill="#F5DEB3" rx="2" />
<rect x="20" y="0" width="10" height="40" fill="#F5DEB3" rx="2" />
<rect x="40" y="0" width="10" height="40" fill="#F5DEB3" rx="2" />
</g>
</g>
<!-- Octopus -->
<g transform="translate(120, 200)">
<circle cx="0" cy="0" r="20" fill="#FF99CC" />
<path d="M 0 0 Q 0 20 20 40 Q 40 20 0 0" stroke="#FF99CC" stroke-width="2" fill="none" />
<path d="M 0 0 Q 0 -20 -20 -40 Q -40 -20 0 0" stroke="#FF99CC" stroke-width="2" fill="none" />
<g transform="translate(-15, -10)">
<circle cx="0" cy="0" r="5" fill="#FF66CC" />
<path d="M 0 0 Q 0 5 5 10 Q 10 5 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
<g transform="translate(15, -10)">
<circle cx="0" cy="0" r="5" fill="#FF66CC" />
<path d="M 0 0 Q 0 5 5 10 Q 10 5 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
<g transform="translate(-10, 10)">
<circle cx="0" cy="0" r="5" fill="#FF66CC" />
<path d="M 0 0 Q 0 5 5 10 Q 10 5 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
<g transform="translate(10, 10)">
<circle cx="0" cy="0" r="5" fill="#FF66CC" />
<path d="M 0 0 Q 0 5 5 10 Q 10 5 0 0" stroke="#FF66CC" stroke-width="2" fill="none" />
</g>
</g>
<!-- Arms playing piano -->
<g transform="translate(140, 170)">
<path d="M 0 0 C 10 10 20 20 30 30" stroke="#FF99CC" stroke-width="2" fill="none" />
<path d="M 30 30 C 40 40 50 50 60 60" stroke="#FF99CC" stroke-width="2" fill="none" />
</g>
<g transform="translate(160, 190)">
<path d="M 0 0 C 10 10 20 20 30 30" stroke="#FF99CC" stroke-width="2" fill="none" />
<path d="M 30 30 C 40 40 50 50 60 60" stroke="#FF99CC" stroke-width="2" fill="none" />
</g>
<!-- Glowing effect -->
<g transform="translate(150, 50)">
<circle cx="0" cy="0" r="50" fill="#66CCCC" fill-opacity="0.2" />
<circle cx="0" cy="0" r="60" fill="#66CCCC" fill-opacity="0.1" />
<circle cx="0" cy="0" r="70" fill="#66CCCC" fill-opacity="0.05" />
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the whimsical concept of an octopus playing piano under a glowing jellyfish chandelier.
The composition is clearer, with distinct elements representing the octopus, piano, and chandelier.
The use of color and shapes enhances the visual appeal and adherence to the prompt, making it a stronger entry compared to Player 1's more abstract representation.
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
"Parrot wearing a detective hat, solving a mystery at a jungle library"
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"