Creative Challenge
"An octopus wearing a top hat, juggling teacups in an underwater library"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a0e9ff"/>
<stop offset="100%" stop-color="#006994"/>
</linearGradient>
<radialGradient id="hatGradient" cx="0.5" cy="0.2" r="0.7">
<stop offset="0%" stop-color="#333" />
<stop offset="100%" stop-color="#000" />
</radialGradient>
<pattern id="patternBooks" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#654321"/>
<rect x="2" y="2" width="16" height="16" fill="#8B4513"/>
<line x1="2" y1="6" x2="18" y2="6" stroke="#fff" stroke-width="1"/>
<line x1="2" y1="10" x2="18" y2="10" stroke="#fff" stroke-width="1"/>
</pattern>
<filter id="bubbles">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur"/>
<feColorMatrix in="blur" type="matrix"
values="1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 0.3 0" />
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Underwater Library Bookshelves -->
<g opacity="0.7">
<rect x="20" y="200" width="260" height="80" fill="url(#patternBooks)" rx="10" ry="10"/>
<rect x="30" y="190" width="240" height="20" fill="#4B2E2E"/>
<rect x="20" y="200" width="20" height="80" fill="#362819"/>
<rect x="260" y="200" width="20" height="80" fill="#362819"/>
</g>
<!-- Octopus Body -->
<g id="octopus" transform="translate(150,150)">
<ellipse cx="0" cy="0" rx="40" ry="30" fill="#FF6F61"/>
<ellipse cx="-10" cy="-10" rx="5" ry="8" fill="#fff"/>
<ellipse cx="10" cy="-10" rx="5" ry="8" fill="#fff"/>
<circle cx="-10" cy="-10" r="2" fill="#000"/>
<circle cx="10" cy="-10" r="2" fill="#000"/>
<!-- Top Hat -->
<g transform="translate(0, -35)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#hatGradient)" />
<rect x="-15" y="0" width="30" height="10" fill="url(#hatGradient)" />
</g>
<!-- Tentacles -->
<g id="tentacles">
<path d="M-25,15 Q-30,40 -20,60" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M-15,20 Q-20,45 -10,65" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M-5,25 Q-10,50 0,70" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M5,25 Q10,50 20,70" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M15,20 Q20,45 30,65" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M25,15 Q30,40 20,60" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M-20,10 Q-25,35 -15,55" fill="none" stroke="#FF6F61" stroke-width="4" />
<path d="M20,10 Q25,35 15,55" fill="none" stroke="#FF6F61" stroke-width="4" />
</g>
</g>
<!-- Teacups -->
<g id="teacups">
<g transform="translate(100,100)">
<ellipse cx="0" cy="0" rx="8" ry="5" fill="#FFF8DC" stroke="#D2B48C" stroke-width="1"/>
<path d="M-5,0 Q-5,3 0,3 Q5,3 5,0" fill="#FFF8DC" stroke="#D2B48C" stroke-width="1"/>
<circle cx="5" cy="0" r="1.5" fill="#D2B48C"/>
</g>
<g transform="translate(200,80)">
<ellipse cx="0" cy="0" rx="8" ry="5" fill="#FFDEAD" stroke="#D2691E" stroke-width="1"/>
<path d="M-5,0 Q-5,3 0,3 Q5,3 5,0" fill="#FFDEAD" stroke="#D2691E" stroke-width="1"/>
<circle cx="5" cy="0" r="1.5" fill="#D2691E"/>
</g>
<g transform="translate(150,50)">
<ellipse cx="0" cy="0" rx="8" ry="5" fill="#E6E6FA" stroke="#9370DB" stroke-width="1"/>
<path d="M-5,0 Q-5,3 0,3 Q5,3 5,0" fill="#E6E6FA" stroke="#9370DB" stroke-width="1"/>
<circle cx="5" cy="0" r="1.5" fill="#9370DB"/>
</g>
</g>
<!-- Bubbles -->
<g filter="url(#bubbles)">
<circle cx="250" cy="50" r="5" fill="rgba(255,255,255,0.7)"/>
<circle cx="220" cy="80" r="3" fill="rgba(255,255,255,0.5)"/>
<circle cx="260" cy="120" r="4" fill="rgba(255,255,255,0.6)"/>
<circle cx="180" cy="60" r="2" fill="rgba(255,255,255,0.4)"/>
<circle cx="210" cy="140" r="3.5" fill="rgba(255,255,255,0.5)"/>
</g>
<!-- Shadows and Highlights -->
<ellipse cx="0" cy="0" rx="40" ry="30" fill="none" stroke="#000" stroke-opacity="0.1" stroke-width="2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with underwater effect -->
<defs>
<linearGradient id="water" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#2b5bff" />
<stop offset="1" stop-color="#0b3e7e" />
</linearGradient>
<pattern id="coral" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="8" fill="#ff6b6b" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#water)" />
<circle cx="50" cy="50" r="20" fill="white" opacity="0.2" />
<circle cx="250" cy="250" r="30" fill="white" opacity="0.2" />
<!-- Octopus body -->
<g transform="translate(150,150)">
<ellipse cx="0" cy="0" rx="40" ry="30" fill="#4a2e4a" />
<ellipse cx="0" cy="0" rx="35" ry="25" fill="#6a4a8a" />
<!-- Tentacles -->
<path d="M-100,0 Q-50,-20 0,-40 L0,-80 Q-50,-60 -100,-40" fill="#4a2e4a" />
<path d="M100,0 Q50,-20 0,-40 L0,-80 Q50,-60 100,-40" fill="#4a2e4a" />
<!-- Suckers -->
<circle cx="-60" cy="-20" r="5" fill="#2b5bff" />
<circle cx="60" cy="-20" r="5" fill="#2b5bff" />
<circle cx="-30" cy="-40" r="5" fill="#2b5bff" />
<circle cx="30" cy="-40" r="5" fill="#2b5bff" />
</g>
<!-- Top hat -->
<g transform="translate(150,80)">
<rect x="-40" y="-60" width="80" height="80" rx="10" fill="#2b5bff" />
<rect x="-35" y="-55" width="70" height="15" rx="5" fill="#1a3f6b" />
<path d="M-40,-90 Q-20,-100 0,-90 L0,-70 Q-20,-80 -40,-70" fill="#1a3f6b" />
</g>
<!-- Juggling teacups -->
<g transform="translate(150,150)" opacity="0.8">
<circle cx="0" cy="-100" r="15" fill="#ffffff" />
<circle cx="-50" cy="-50" r="15" fill="#ffffff" transform="scale(0.8)" />
<circle cx="50" cy="-50" r="15" fill="#ffffff" transform="scale(0.8)" />
<circle cx="0" cy="0" r="15" fill="#ffffff" transform="scale(0.6)" />
</g>
<!-- Bookshelf -->
<rect x="20" y="200" width="260" height="80" rx="10" fill="#6a4a8a" />
<rect x="40" y="220" width="220" height="50" rx="5" fill="#4a2e4a" />
<rect x="60" y="240" width="20" height="30" rx="2" fill="#2b5bff" />
<rect x="120" y="240" width="20" height="30" rx="2" fill="#1a3f6b" />
<rect x="180" y="240" width="20" height="30" rx="2" fill="#2b5bff" />
<rect x="240" y="240" width="20" height="30" rx="2" fill="#1a3f6b" />
<!-- Lighting effects -->
<radialGradient cx="150" cy="150" r="100" fx="150" fy="150" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#ffffff" stop-opacity="0.5" />
<stop offset="1" stop-color="#ffffff" stop-opacity="0" />
</radialGradient>
<circle cx="150" cy="150" r="100" fill="url(#rg0)" />
</svg>
Judge's Analysis
Player 1's image more directly represents the prompt with a recognizable octopus wearing a top hat and juggling teacups in an underwater library setting.
The composition is straightforward and clear, effectively capturing the whimsical nature of the idea.
Player 2's image is more abstract and less identifiable with the elements of the prompt, making it less effective in conveying the intended scene.
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 flying cat wearing a UFO as a hat, hovering above candy mountains"
"Umbrella growing from a teacup"
"A neon jellyfish orbiting a giant silver apple under a starry sky"
"Flying fish with balloon wings over a cityscape"
"Astronaut penguin juggling planets in space"
"Surreal clock with melting numbers and flying teacup"