Creative Challenge
"An octopus wearing a top hat and monocle, sipping tea at a tiny table underwater."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="waterGradient" cx="50%" cy="30%" r="70%" fx="50%" fy="30%">
<stop offset="0%" style="stop-color:#80DEEA; stop-opacity:1" />
<stop offset="30%" style="stop-color:#4DD0E1; stop-opacity:1" />
<stop offset="100%" style="stop-color:#0097A7; stop-opacity:1" />
</radialGradient>
<linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#EC407A;" /> <!-- Pinkish magenta -->
<stop offset="100%" style="stop-color:#AB47BC;" /> <!-- Purple -->
</linearGradient>
<radialGradient id="bubbleHighlight" cx="30%" cy="30%" r="60%">
<stop offset="0%" style="stop-color:white; stop-opacity:0.7" />
<stop offset="100%" style="stop-color:white; stop-opacity:0.1" />
</radialGradient>
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#424242;" />
<stop offset="100%" style="stop-color:#212121;" />
</linearGradient>
<linearGradient id="goldGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFEE58;" />
<stop offset="50%" style="stop-color:#FDD835;" />
<stop offset="100%" style="stop-color:#FBC02D;" />
</linearGradient>
<filter id="softShadow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur"/>
<feOffset in="blur" dx="2" dy="2" result="offsetBlur"/>
<feFlood flood-color="#000000" flood-opacity="0.35" result="offsetColor"/>
<feComposite in="offsetColor" in2="offsetBlur" operator="in" result="shadow"/>
<feMerge>
<feMergeNode in="shadow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#waterGradient)" />
<!-- Seabed -->
<path d="M0 250 Q 50 230, 100 255 T 200 240 T 300 260 V 300 H 0 Z" fill="#C5A17B" opacity="0.7"/>
<path d="M0 260 Q 60 245, 120 265 T 220 250 T 300 270 V 300 H 0 Z" fill="#B08D67" opacity="0.5"/>
<!-- Light Rays -->
<polygon points="40,0 70,0 160,300 130,300" fill="white" opacity="0.07" transform="rotate(-5 0 0)" />
<polygon points="160,0 190,0 230,300 200,300" fill="white" opacity="0.05" transform="rotate(5 300 0)" />
<polygon points="240,0 260,0 120,300 100,300" fill="white" opacity="0.06" transform="rotate(15 150 150)"/>
<!-- Seaweed -->
<g opacity="0.6" filter="url(#softShadow)">
<path d="M35 300 C 25 250, 45 220, 40 190 S 50 150 40 130" stroke="#556B2F" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M42 300 C 32 260, 50 230, 45 200 S 55 160 48 140" stroke="#6B8E23" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M270 300 C 280 240, 260 210, 265 180 S 250 140 260 120" stroke="#556B2F" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M263 300 C 272 250, 255 220, 260 190 S 245 150 252 130" stroke="#6B8E23" stroke-width="5" fill="none" stroke-linecap="round"/>
</g>
<!-- Table -->
<g transform="translate(90, 230)" filter="url(#softShadow)">
<ellipse cx="0" cy="0" rx="40" ry="18" fill="#A1887F" />
<rect x="-7" y="0" width="14" height="35" fill="#795548"/>
<ellipse cx="0" cy="35" rx="12" ry="4" fill="#795548"/>
</g>
<!-- Octopus Character Group -->
<g transform="translate(150, 175)" filter="url(#softShadow)">
<!-- Tentacles -->
<path d="M -20 -20 Q -40 0 -60 20 C -70 30 -75 30 -70 35" stroke="url(#octopusGradient)" stroke-width="14" fill="none" stroke-linecap="round"/>
<circle cx="-55" cy="15" r="3" fill="#F3E5F5" opacity="0.85"/>
<circle cx="-65" cy="25" r="3.5" fill="#F3E5F5" opacity="0.85"/>
<path d="M 20 -20 Q 0 0 -20 30 C -30 45 -40 55 -50 50" stroke="url(#octopusGradient)" stroke-width="14" fill="none" stroke-linecap="round"/>
<circle cx="-10" cy="15" r="3" fill="#F3E5F5" opacity="0.85"/>
<circle cx="-30" cy="35" r="3.5" fill="#F3E5F5" opacity="0.85"/>
<circle cx="-45" cy="48" r="3" fill="#F3E5F5" opacity="0.85"/>
<path d="M 0 -10 Q -30 -50 -10 -80 C 10 -95 40 -80 30 -60" stroke="url(#octopusGradient)" stroke-width="13" fill="none" stroke-linecap="round" opacity="0.9"/>
<circle cx="-15" cy="-60" r="2.5" fill="#F3E5F5" opacity="0.7" transform="rotate(-30 -15 -60)"/>
<circle cx="10" cy="-75" r="3" fill="#F3E5F5" opacity="0.7" transform="rotate(20 10 -75)"/>
<path d="M 10 -15 Q 40 -55 20 -85 C 0 -100 -30 -85 -20 -65" stroke="url(#octopusGradient)" stroke-width="13" fill="none" stroke-linecap="round" opacity="0.9"/>
<circle cx="25" cy="-65" r="3" fill="#F3E5F5" opacity="0.7" transform="rotate(30 25 -65)"/>
<circle cx="0" cy="-90" r="2.5" fill="#F3E5F5" opacity="0.7" transform="rotate(-10 0 -90)"/>
<path d="M -10 0 Q -20 40 10 50 C 30 55 40 30 30 10" stroke="url(#octopusGradient)" stroke-width="15" fill="none" stroke-linecap="round" />
<circle cx="0" cy="35" r="4" fill="#F3E5F5" opacity="0.85" />
<circle cx="20" cy="40" r="3.5" fill="#F3E5F5" opacity="0.85" />
<circle cx="35" cy="20" r="3" fill="#F3E5F5" opacity="0.85" />
<path d="M 10 5 Q 20 45 -10 55 C -30 60 -40 35 -30 15" stroke="url(#octopusGradient)" stroke-width="15" fill="none" stroke-linecap="round" />
<circle cx="0" cy="40" r="4" fill="#F3E5F5" opacity="0.85" />
<circle cx="-20" cy="45" r="3.5" fill="#F3E5F5" opacity="0.85" />
<circle cx="-35" cy="25" r="3" fill="#F3E5F5" opacity="0.85" />
<path d="M -25 -15 Q -40 -40 -50 -70 C -55 -85 -35 -90 -20 -80" stroke="url(#octopusGradient)" stroke-width="12" fill="none" stroke-linecap="round" opacity="0.8"/>
<circle cx="-45" cy="-55" r="2.5" fill="#F3E5F5" opacity="0.6" transform="rotate(-45 -45 -55)"/>
<circle cx="-30" cy="-85" r="2" fill="#F3E5F5" opacity="0.6"/>
<path d="M 25 -15 Q 40 -40 50 -70 C 55 -85 35 -90 20 -80" stroke="url(#octopusGradient)" stroke-width="12" fill="none" stroke-linecap="round" opacity="0.8"/>
<circle cx="45" cy="-55" r="2.5" fill="#F3E5F5" opacity="0.6" transform="rotate(45 45 -55)"/>
<circle cx="30" cy="-85" r="2" fill="#F3E5F5" opacity="0.6"/>
<!-- Octopus Head/Body -->
<path d="M 0 -70 Q -50 -70 -50 -30 Q -50 10 0 10 Q 50 10 50 -30 Q 50 -70 0 -70 Z" fill="url(#octopusGradient)"/>
<path d="M 0 -70 Q -50 -70 -50 -30 Q -50 10 0 10 Q 50 10 50 -30 Q 50 -70 0 -70 Z" fill="none" stroke="#4A148C" stroke-width="1.5" />
<!-- Eyes -->
<g>
<ellipse cx="-20" cy="-40" rx="12" ry="15" fill="white"/>
<circle cx="-20" cy="-40" r="7" fill="#212121"/>
<circle cx="-18" cy="-42" r="2.5" fill="white" opacity="0.9"/>
<ellipse cx="20" cy="-40" rx="12" ry="15" fill="white"/>
<!-- Pupil for monocled eye (partially visible) -->
<circle cx="20" cy="-40" r="7" fill="#424242" opacity="0.6"/>
</g>
<!-- Top Hat -->
<g transform="translate(0, -88) rotate(-8)">
<ellipse cx="0" cy="15" rx="28" ry="9" fill="url(#hatGradient)" stroke="#111" stroke-width="1"/>
<rect x="-20" y="-28" width="40" height="43" fill="url(#hatGradient)" stroke="#111" stroke-width="1"/>
<ellipse cx="0" cy="-28" rx="20" ry="7" fill="#525252"/>
<rect x="-22" y="-2" width="44" height="6" fill="#BF360C" stroke="#A62A0A" stroke-width="0.5"/>
</g>
<!-- Monocle -->
<g transform="translate(20, -40)">
<circle cx="0" cy="0" r="11" fill="#B2EBF2" opacity="0.4"/>
<circle cx="0" cy="0" r="11" stroke="url(#goldGradient)" stroke-width="2.5" fill="none"/>
<path d="M 10 2 Q 18 15, 12 28 T 8 40" stroke="url(#goldGradient)" stroke-width="1.2" fill="none" />
</g>
</g>
<!-- Teacup and Saucer (Positioned to be held by tentacle 1) -->
<!-- Tentacle 1 tip: (-70, 35) relative to octopus. Absolute: (150-70, 175+35) = (80, 210) -->
<g transform="translate(80, 210)" filter="url(#softShadow)">
<ellipse cx="0" cy="0" rx="14" ry="6" fill="#FFF8E1" stroke="#FBC02D" stroke-width="0.7"/>
<path d="M -9 -17 C -12 -7, -12 0, 0 0 C 12 0, 12 -7, 9 -17 Q 0 -22 -9 -17 Z" fill="#FFFDE7" stroke="#F5EAAA" stroke-width="0.5"/>
<path d="M 9 -14 C 14 -12, 14 -6, 9 -4" stroke="url(#goldGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
<ellipse cx="0" cy="-16" rx="8" ry="3" fill="#5D4037"/>
<path d="M -2 -20 q 1 -3.5 2 -6" stroke="#D7CCC8" stroke-width="0.7" fill="none" opacity="0.9"/>
<path d="M 0 -21 q -1 -3.5 0 -6.5" stroke="#D7CCC8" stroke-width="0.7" fill="none" opacity="0.9"/>
<path d="M 2 -20 q 0 -3.5 -1.5 -6" stroke="#D7CCC8" stroke-width="0.7" fill="none" opacity="0.9"/>
</g>
<!-- Bubbles -->
<g opacity="0.8">
<circle cx="30" cy="50" r="6" fill="url(#bubbleHighlight)" />
<circle cx="36" cy="57" r="3.5" fill="url(#bubbleHighlight)" opacity="0.7"/>
<circle cx="250" cy="80" r="9" fill="url(#bubbleHighlight)" />
<circle cx="258" cy="89" r="4.5" fill="url(#bubbleHighlight)" opacity="0.7"/>
<circle cx="238" cy="98" r="7" fill="url(#bubbleHighlight)" opacity="0.6"/>
<circle cx="70" cy="150" r="4.5" fill="url(#bubbleHighlight)" />
<circle cx="64" cy="159" r="3" fill="url(#bubbleHighlight)" opacity="0.7"/>
<circle cx="200" cy="260" r="8" fill="url(#bubbleHighlight)" />
<circle cx="212" cy="250" r="5.5" fill="url(#bubbleHighlight)" opacity="0.7"/>
<circle cx="50" cy="280" r="3.5" fill="url(#bubbleHighlight)" opacity="0.5"/>
<circle cx="270" cy="30" r="7" fill="url(#bubbleHighlight)" />
<circle cx="150" cy="20" r="5" fill="url(#bubbleHighlight)" opacity="0.6"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGrad" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" stop-color="#00008b"/>
<stop offset="100%" stop-color="#006994"/>
</linearGradient>
<radialGradient id="octoBody" cx="40%" cy="40%">
<stop offset="0%" stop-color="#6a4c93"/>
<stop offset="100%" stop-color="#4b0082"/>
</radialGradient>
<pattern id="wood" patternUnits="userSpaceOnUse" width="20" height="20">
<path d="M0 0L20 20M10-10L30 10" stroke="#5d432c" stroke-width="2"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#waterGrad)"/>
<!-- Seafloor -->
<path d="M0 250 Q150 230 300 250 L300 300 0 300Z" fill="#2d5a27"/>
<!-- Coral -->
<path d="M50 270 q20 -40 30 0 q-10 20 15 30" fill="#ff6b6b"/>
<path d="M250 260 q-15 -30 10 -20 q-25 10 -5 40" fill="#ff9f43"/>
<!-- Table -->
<circle cx="150" cy="220" r="40" fill="url(#wood)"/>
<rect x="145" y="150" width="10" height="70" fill="#5d432c"/>
<rect x="130" y="220" width="40" height="10" fill="#5d432c"/>
<!-- Octopus -->
<g transform="translate(150 180)">
<circle cx="0" cy="-30" r="40" fill="url(#octoBody)"/>
<!-- Tentacles -->
<path d="M-35 -20 q-25 50 -15 80 t40 30" fill="#4b0082"/>
<path d="M35 -20 q25 50 15 80 t-40 30" fill="#4b0082"/>
<path d="M-20 -25 q-15 40 0 70 t30 20" fill="#6a4c93"/>
<path d="M20 -25 q15 40 0 70 t-30 20" fill="#6a4c93"/>
<!-- Eyes -->
<circle cx="-15" cy="-40" r="8" fill="white"/>
<circle cx="15" cy="-40" r="8" fill="white"/>
<circle cx="-14" cy="-39" r="3" fill="#222"/>
<circle cx="16" cy="-39" r="3" fill="#222"/>
</g>
<!-- Accessories -->
<path d="M120 110 Q150 70 180 110 L150 90Z" fill="black"/> <!-- Hat -->
<circle cx="165" cy="140" r="12" fill="none" stroke="#gold" stroke-width="3"/> <!-- Monocle -->
<path d="M165 140 l15 -5" stroke="#gold" stroke-width="2"/>
<!-- Tea Set -->
<g transform="translate(150 200)">
<circle cx="0" cy="0" r="15" fill="white"/>
<path d="M-5 0 Q0 -15 5 0" fill="#87CEEB"/>
<rect x="-3" y="-25" width="6" height="15" rx="2" fill="#gold"/>
<path d="M0 -40 q10 -15 20 0" stroke="white" fill="none"/>
</g>
<!-- Bubbles -->
<circle cx="50" cy="50" r="5" fill="#87CEEB" opacity="0.7"/>
<circle cx="250" cy="80" r="7" fill="#87CEEB" opacity="0.7"/>
<circle cx="200" cy="150" r="4" fill="#87CEEB" opacity="0.7"/>
</svg>
Judge's Analysis
Player 1's image adheres more closely to the prompt, depicting a clearly identifiable octopus with a top hat, monocle, and tea at a small table underwater.
The composition is vibrant, creative, and visually appealing.
Player 2's image lacks clarity in the representation of the octopus and the specified accessories, making it less aligned with the prompt and less visually engaging overall.
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
"Three-eyed owl perched on a glowing crescent moon."
"Clock tower with melting gears under a swirling aurora sky."
"A giant snail racing a time-traveling turtle under a starry sky."
"A snail racing a cheetah on roller skates under a full moon."