Creative Challenge
"Octopus playing a grand piano underwater"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#002244; stop-opacity:1" />
</linearGradient>
<radialGradient id="octopusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff6699; stop-opacity:1" />
<stop offset="100%" style="stop-color:#cc0033; stop-opacity:1" />
</radialGradient>
<pattern id="pianoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<polygon points="0,0 0,10 5,5" fill="#fff"/>
<polygon points="5,0 5,10 10,5" fill="#000"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<g id="octopus" transform="translate(150,180)">
<path d="M-20,20 Q-40,0 -20,-20 Q0,-40 20,-20 Q40,0 20,20 Q0,40 -20,20" fill="url(#octopusGradient)" />
<path d="M-20,20 C-25,30 -30,35 -20,45 C-10,55 10,55 20,45 C30,35 25,30 20,20 Z" fill="#ff3333"/>
<circle cx="-10" cy="-20" r="5" fill="#fff" />
<circle cx="10" cy="-20" r="5" fill="#fff" />
<circle cx="-10" cy="-21" r="2" fill="#000" />
<circle cx="10" cy="-21" r="2" fill="#000" />
</g>
<g id="piano" transform="translate(100,200)">
<rect width="100" height="10" fill="black"/>
<rect width="100" height="20" transform="translate(0,10)" fill="url(#pianoPattern)"/>
<rect width="100" height="5" transform="translate(0,30)" fill="black"/>
<path d="M0,15 Q10,25 20,15 Q30,5 40,15 Q50,25 60,15 Q70,5 80,15 Q90,25 100,15" fill="#ccc"/>
</g>
<g id="bubbles">
<circle cx="50" cy="50" r="5" fill="white" opacity="0.6"/>
<circle cx="70" cy="30" r="4" fill="white" opacity="0.5"/>
<circle cx="90" cy="80" r="7" fill="white" opacity="0.4"/>
<circle cx="130" cy="100" r="3" fill="white" opacity="0.5"/>
<circle cx="170" cy="40" r="5" fill="white" opacity="0.6"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#004e92"/>
<stop offset="100%" stop-color="#000428"/>
</linearGradient>
<radialGradient id="pianoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#ccc"/>
</radialGradient>
<radialGradient id="octoSkin" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff6f61"/>
<stop offset="100%" stop-color="#d64541"/>
</radialGradient>
<pattern id="inkPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="5" cy="5" r="1" fill="#333"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#oceanGradient)" />
<!-- Bubbles (water elements) -->
<g fill="white" opacity="0.3">
<circle cx="50" cy="240" r="4" />
<circle cx="90" cy="280" r="3" />
<circle cx="130" cy="250" r="5" />
<circle cx="180" cy="270" r="4" />
<circle cx="220" cy="260" r="3" />
<circle cx="260" cy="280" r="4" />
</g>
<!-- Grand Piano -->
<g id="piano" transform="translate(50,150)">
<!-- Piano body -->
<rect x="0" y="0" width="200" height="40" fill="url(#pianoGradient)" stroke="#555" stroke-width="2"/>
<!-- Piano lid -->
<path d="M 5 0 Q 100 -30 195 0 L 195 5 Q 100 -25 5 5 Z" fill="url(#pianoGradient)" stroke="#555" stroke-width="2"/>
<!-- Piano keys -->
<g>
<rect x="10" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="30" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="50" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="70" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="90" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="110" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="130" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="150" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
<rect x="170" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
</g>
</g>
<!-- Octopus playing the piano -->
<g id="octopus">
<!-- Octopus head/body -->
<ellipse cx="150" cy="90" rx="25" ry="18" fill="url(#octoSkin)" stroke="#8b3e30" stroke-width="2"/>
<!-- Eye details -->
<circle cx="142" cy="87" r="3" fill="#fff"/>
<circle cx="142" cy="87" r="1.5" fill="#000"/>
<circle cx="158" cy="87" r="3" fill="#fff"/>
<circle cx="158" cy="87" r="1.5" fill="#000"/>
<!-- Tentacles -->
<!-- Left upper tentacle reaching towards keys -->
<path d="M 140 100 C 120 110, 110 130, 130 140" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-linecap="round"/>
<circle cx="130" cy="140" r="3" fill="url(#octoSkin)"/>
<!-- Right upper tentacle reaching towards keys -->
<path d="M 160 100 C 180 110, 190 130, 170 140" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-linecap="round"/>
<circle cx="170" cy="140" r="3" fill="url(#octoSkin)"/>
<!-- Lower tentacles curling gracefully -->
<path d="M 145 110 C 130 150, 120 170, 140 190" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
<path d="M 155 110 C 170 150, 180 170, 160 190" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
<path d="M 150 115 C 145 150, 140 165, 150 200" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
<!-- Decorative ink splatters -->
<circle cx="130" cy="85" r="2" fill="url(#inkPattern)" opacity="0.5"/>
<circle cx="170" cy="85" r="2" fill="url(#inkPattern)" opacity="0.5"/>
<circle cx="150" cy="65" r="2.5" fill="url(#inkPattern)" opacity="0.5"/>
</g>
<!-- Subtle rays of light underwater -->
<g opacity="0.2">
<line x1="0" y1="0" x2="300" y2="300" stroke="white" stroke-width="5" stroke-linecap="round"/>
<line x1="300" y1="0" x2="0" y2="300" stroke="white" stroke-width="5" stroke-linecap="round"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the idea of an octopus playing a grand piano underwater.
The depiction of the octopus with multiple tentacles interacting with the piano is more dynamic and visually engaging.
Additionally, the image has better technical quality and composition, making it more appealing and adherent to 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
"Robot octopus juggling planets under the ocean"
"A giraffe wearing a top hat, juggling three colorful umbrellas"
"Lava lamp pouring into a teacup"
"Octopus wearing a vintage diving helmet, holding an old map in its tentacles"
"A tree with roots as lightning bolts under a stormy sky"
"A bionic owl with circuit wings perched on a glowing moon"