Creative Challenge
"An octopus playing a grand piano underwater."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF8000" />
<stop offset="50%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</linearGradient>
<radialGradient id="waterGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#0077be" />
<stop offset="100%" stop-color="#003366" />
</radialGradient>
<pattern id="pianoKeys" x="0" y="0" width="20" height="50" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="50" fill="white"/>
<rect x="10" y="0" width="10" height="50" fill="black"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#waterGradient)" />
<path d="M100 150 c-20,20 -50,20 -70,0 -20,-20 -20,-50 0,-70 20,-20 50,-20 70,0 20,20 20,50 0,70" fill="url(#octopusGradient)" />
<g transform="translate(100,150)">
<circle cx="0" cy="-30" r="15" fill="url(#octopusGradient)" />
<ellipse cx="-10" cy="-40" rx="5" ry="8" transform="rotate(20)" fill="black" />
<ellipse cx="10" cy="-40" rx="5" ry="8" transform="rotate(-20)" fill="black" />
</g>
<path d="M50 200 h150 v40 h-150 z" fill="brown" />
<rect x="50" y="205" width="150" height="30" fill="url(#pianoKeys)" />
<g transform="translate(70,210)">
<circle cx="5" cy="5" r="3" fill="#8B4513" />
<circle cx="25" cy="5" r="3" fill="#8B4513" />
<circle cx="45" cy="5" r="3" fill="#8B4513" />
<circle cx="65" cy="5" r="3" fill="#8B4513" />
<circle cx="85" cy="5" r="3" fill="#8B4513" />
<circle cx="105" cy="5" r="3" fill="#8B4513" />
<circle cx="125" cy="5" r="3" fill="#8B4513" />
</g>
<g transform="translate(50,160)">
<path d="M10 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
<path d="M40 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
<path d="M70 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
<path d="M100 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
<path d="M130 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
<path d="M160 0 c-5,10 -15,10 -20,0" stroke="url(#octopusGradient)" stroke-width="5" fill="none" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="water" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#001f3f"/>
<stop offset="100%" stop-color="#0077be"/>
</linearGradient>
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
<stop offset="80%" stop-color="#ff69b4" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#9400d3" stop-opacity="0"/>
</radialGradient>
<pattern id="bubbles" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="3" fill="white" fill-opacity="0.4"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#water)"/>
<rect width="300" height="300" fill="url(#bubbles)" opacity="0.6"/>
<!-- Piano -->
<path d="M50 200 Q150 140 250 200 L250 280 50 280 Z" fill="#2c1a42"/>
<path d="M80 180 Q150 120 220 180 V210 H80 Z" fill="#1a0f2d"/>
<rect x="90" y="190" width="120" height="60" fill="#191919" rx="5"/>
<!-- Keys -->
<g transform="translate(100 200)">
<rect x="-30" width="160" height="40" fill="#f0f0f0" rx="3"/>
<rect x="-25" y="5" width="20" height="30" fill="#333"/>
<rect x="5" y="5" width="20" height="30" fill="#333"/>
<rect x="35" y="5" width="20" height="30" fill="#333"/>
</g>
<!-- Octopus -->
<g transform="translate(150 160)">
<circle cx="0" cy="-40" r="30" fill="url(#glow)"/>
<circle cx="-10" cy="-50" r="5" fill="#fff"/>
<circle cx="10" cy="-50" r="5" fill="#fff"/>
<!-- Tentacles -->
<path d="M-20 -20 Q-40 20 0 60 T40 100 T-30 180" fill="#ff6b6b" opacity="0.8"/>
<path d="M0 -20 Q-20 40 20 80 T-10 160 T50 200" fill="#ff8e8e" opacity="0.8"/>
<path d="M20 -20 Q30 30 0 70 T-40 140 T60 190" fill="#ff5252" opacity="0.8"/>
<path d="M-15 -25 Q-50 0 -30 50 T10 120 T-50 200" fill="#ff9999" opacity="0.8"/>
</g>
<!-- Musical Effects -->
<g fill="none" stroke="#fff" stroke-width="2" opacity="0.7">
<path d="M200 80 Q220 60 240 80" stroke-dasharray="4 2"/>
<path d="M210 100 Q230 90 250 110"/>
<circle cx="260" cy="70" r="8"/>
<path d="M260 70 v-20" stroke-linecap="round"/>
</g>
<circle cx="50" cy="70" r="15" fill="white" fill-opacity="0.3"/>
<circle cx="180" cy="40" r="10" fill="white" fill-opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's submission better captures the idea of an octopus playing a grand piano underwater.
The tentacles interacting with the piano and the underwater atmosphere are more visually appealing and relevant to the prompt than Player 1's simplistic design.
Player 2 also demonstrates stronger technical execution and creativity.
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
"A melting clock in a desert with a tiny, curious cactus wearing sunglasses."
"Two giraffes in space suits playing chess on the moon."
"A giraffe wearing a neon superhero cape, leaping over a crescent moon"
"A giraffe wearing a top hat, riding a unicycle on a tightrope"