Creative Challenge
"An octopus wearing a top hat, balancing teacups on each tentacle."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="300" y2="300" gradientTransform="rotate(45)">
<stop offset="0%" stop-color="#e0f7fa"/>
<stop offset="100%" stop-color="#ffe0b2"/>
</linearGradient>
<!-- Octopus Body Gradient -->
<radialGradient id="octoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff6f61"/>
<stop offset="100%" stop-color="#c1440e"/>
</radialGradient>
<!-- Tentacle Gradient -->
<linearGradient id="tentacleGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff8a65"/>
<stop offset="100%" stop-color="#d84315"/>
</linearGradient>
<!-- Top Hat Pattern -->
<pattern id="hatPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#555"/>
<circle cx="10" cy="10" r="3" fill="#fff"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)" />
<!-- Octopus Body -->
<ellipse cx="150" cy="150" rx="60" ry="80" fill="url(#octoGrad)" stroke="#444" stroke-width="3"/>
<!-- Octopus Head (Top Hat Section) -->
<rect x="110" y="90" width="80" height="20" fill="url(#hatPattern)" stroke="#222" stroke-width="2" rx="3" ry="3"/>
<rect x="130" y="70" width="40" height="20" fill="url(#hatPattern)" stroke="#222" stroke-width="2" rx="4" ry="4"/>
<!-- Tentacles -->
<g fill="none" stroke="#b3552c" stroke-width="15">
<!-- Tentacle 1 -->
<path d="M 150 220
C 130 210, 110 220, 90 200" stroke-linecap="round"/>
<!-- Tentacle 2 -->
<path d="M 180 230
C 200 210, 220 210, 240 200" stroke-linecap="round"/>
<!-- Tentacle 3 -->
<path d="M 170 250
C 160 270, 140 270, 130 250" stroke-linecap="round"/>
<!-- Tentacle 4 -->
<path d="M 130 250
C 120 270, 100 270, 90 250" stroke-linecap="round"/>
<!-- Tentacle 5 -->
<path d="M 170 260
C 180 290, 220 290, 230 260" stroke-linecap="round"/>
</g>
<!-- Tentacles with Teacups -->
<!-- Tentacle 1 with Teacup -->
<g stroke="#563b2e" stroke-width="2">
<!-- Tentacle -->
<path d="M 130 210
C 120 200, 100 210, 90 200" stroke-linecap="round"/>
<!-- Teacup -->
<ellipse cx="85" cy="180" rx="12" ry="8" fill="#ffd54f" stroke="#aa6f39" stroke-width="1"/>
<rect x="73" y="182" width="24" height="5" fill="#8d6e63"/>
</g>
<!-- Tentacle 2 with Teacup -->
<g stroke="#563b2e" stroke-width="2">
<!-- Tentacle -->
<path d="M 200 200
C 210 210, 230 200, 240 210" stroke-linecap="round"/>
<!-- Teacup -->
<ellipse cx="245" cy="180" rx="12" ry="8" fill="#81d4fa" stroke="#1565c0" stroke-width="1"/>
<rect x="233" y="182" width="24" height="5" fill="#37474f"/>
</g>
<!-- Tentacle 3 with Teacup -->
<g stroke="#563b2e" stroke-width="2">
<!-- Tentacle -->
<path d="M 160 240
C 155 250, 145 250, 140 260" stroke-linecap="round"/>
<!-- Teacup -->
<ellipse cx="135" cy="280" rx="12" ry="8" fill="#aed581" stroke="#827717" stroke-width="1"/>
<rect x="123" y="282" width="24" height="5" fill="#556b2f"/>
</g>
<!-- Tentacle 4 with Teacup -->
<g stroke="#563b2e" stroke-width="2">
<!-- Tentacle -->
<path d="M 140 250
C 130 270, 110 270, 100 250" stroke-linecap="round"/>
<!-- Teacup -->
<ellipse cx="95" cy="290" rx="12" ry="8" fill="#f48fb1" stroke="#ad1457" stroke-width="1"/>
<rect x="83" y="292" width="24" height="5" fill="#880e4f"/>
</g>
<!-- Stylistic Octopus Arms' Suction Cups -->
<g fill="#4e342e" opacity="0.7">
<circle cx="90" cy="200" r="3"/>
<circle cx="85" cy="180" r="2"/>
<circle cx="245" cy="180" r="3"/>
<circle cx="135" cy="280" r="2"/>
<circle cx="95" cy="290" r="2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="gradBody" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#ff7f50"/>
<stop offset="100%" stop-color="#d2691e"/>
</radialGradient>
<linearGradient id="gradCup" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#cccccc"/>
</linearGradient>
<linearGradient id="gradHat" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#444444"/>
<stop offset="100%" stop-color="#111111"/>
</linearGradient>
</defs>
<!-- Tentacle prototype -->
<path id="tentacle" d="M0,60 C-40,100 -60,160 -10,180 C10,170 20,160 10,140 C5,130 0,120 0,60 Z"
fill="url(#gradBody)" stroke="#a0522d" stroke-width="2" fill-opacity="0.9"/>
<!-- Eight tentacles -->
<use href="#tentacle" transform="translate(150,120) rotate(0)"/>
<use href="#tentacle" transform="translate(150,120) rotate(45)"/>
<use href="#tentacle" transform="translate(150,120) rotate(90)"/>
<use href="#tentacle" transform="translate(150,120) rotate(135)"/>
<use href="#tentacle" transform="translate(150,120) rotate(180)"/>
<use href="#tentacle" transform="translate(150,120) rotate(225)"/>
<use href="#tentacle" transform="translate(150,120) rotate(270)"/>
<use href="#tentacle" transform="translate(150,120) rotate(315)"/>
<!-- Octopus head -->
<ellipse cx="150" cy="120" rx="60" ry="50" fill="url(#gradBody)" stroke="#a0522d" stroke-width="3"/>
<!-- Top hat -->
<g transform="translate(150,60)">
<rect x="-40" y="0" width="80" height="8" rx="4" fill="url(#gradHat)" stroke="#000" stroke-width="1"/>
<rect x="-25" y="-40" width="50" height="40" rx="5" fill="url(#gradHat)" stroke="#000" stroke-width="1"/>
</g>
<!-- Teacup prototype -->
<g id="teacup" fill="url(#gradCup)" stroke="#aaa" stroke-width="1">
<ellipse cx="0" cy="0" rx="10" ry="4"/>
<rect x="-10" y="0" width="20" height="12" rx="3"/>
<path d="M10,4 a4,4 0 0,1 0,8"/>
</g>
<!-- Cups on tentacle tips -->
<g transform="translate(150,120) rotate(0) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(45) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(90) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(135) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(180) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(225) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(270) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
<g transform="translate(150,120) rotate(315) translate(0,180) scale(0.4)">
<use href="#teacup"/>
</g>
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt by including teacups balanced on the octopus's tentacles, along with a top hat.
While the execution could be refined, the concept is clear and more aligned with the idea.
Player 2's entry lacks the teacups entirely, which is a key element of the prompt, making it less complete despite its cleaner design.
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 juggling planets under a starry sky."
"A cat balancing on a stack of colorful teacups."
"An ice cream cone melting into the shape of a human face."
"A giraffe painting a sunset on a canvas, using its tongue as a paintbrush."