Creative Challenge
"Octopus juggling lemons under a starry night sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient for starry night -->
<defs>
<radialGradient id="nightGradient" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#1a237e"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<!-- Lemon gradient -->
<radialGradient id="lemonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff176"/>
<stop offset="100%" stop-color="#fbc02d"/>
</radialGradient>
<!-- Tentacle pattern -->
<linearGradient id="tentacleGradient" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#e91e63"/>
<stop offset="100%" stop-color="#9c27b0"/>
</linearGradient>
<!-- Sparkle for stars -->
<filter id="glow">
<feGaussianBlur stdDeviation="1.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Starry night background -->
<rect width="300" height="300" fill="url(#nightGradient)" />
<!-- Stars -->
<g fill="#ffffff" filter="url(#glow)">
<circle cx="50" cy="40" r="1.2"/>
<circle cx="120" cy="60" r="0.8"/>
<circle cx="200" cy="25" r="1"/>
<circle cx="260" cy="50" r="1.1"/>
<circle cx="80" cy="90" r="0.9"/>
<circle cx="220" cy="110" r="1"/>
<circle cx="150" cy="20" r="1.3"/>
<circle cx="270" cy="150" r="1"/>
<circle cx="30" cy="200" r="0.8"/>
<circle cx="100" cy="250" r="1"/>
<circle cx="180" cy="230" r="1.1"/>
<circle cx="240" cy="210" r="1.2"/>
</g>
<!-- Octopus body -->
<g id="octopus">
<!-- Head -->
<ellipse cx="150" cy="150" rx="30" ry="25" fill="#8d6e63" stroke="#5d4037" stroke-width="2"/>
<!-- Eyes -->
<circle cx="142" cy="145" r="3" fill="#fff"/>
<circle cx="158" cy="145" r="3" fill="#fff"/>
<circle cx="142" cy="145" r="1.5" fill="#000"/>
<circle cx="158" cy="145" r="1.5" fill="#000"/>
<!-- Tentacles -->
<g id="tentacles" fill="none" stroke="url(#tentacleGradient)" stroke-width="4" stroke-linecap="round">
<path d="M135 165 C120 190, 100 220, 80 240" />
<path d="M150 165 C160 190, 170 220, 190 240" />
<path d="M120 170 C100 200, 90 235, 80 265" />
<path d="M180 170 C200 200, 210 235, 220 265" />
<path d="M150 175 C130 205, 110 235, 95 260" />
<path d="M150 175 C170 205, 190 235, 205 260" />
<path d="M135 180 C130 210, 135 240, 130 270" />
<path d="M165 180 C170 210, 175 240, 180 270" />
</g>
<!-- Lemons being juggled -->
<g id="lemons">
<!-- Lemon 1 -->
<circle cx="105" cy="115" r="8" fill="url(#lemonGradient)" stroke="#f57f17" stroke-width="1.5" />
<path d="M100,115 Q105,108 110,115 Q105,122 100,115" fill="#f57f17" opacity="0.7"/>
<!-- Lemon 2 -->
<circle cx="195" cy="115" r="8" fill="url(#lemonGradient)" stroke="#f57f17" stroke-width="1.5" />
<path d="M190,115 Q195,108 200,115 Q195,122 190,115" fill="#f57f17" opacity="0.7"/>
<!-- Lemon 3 -->
<circle cx="150" cy="80" r="8" fill="url(#lemonGradient)" stroke="#f57f17" stroke-width="1.5" />
<path d="M145,80 Q150,73 155,80 Q150,87 145,80" fill="#f57f17" opacity="0.7"/>
<!-- Lemon 4 -->
<circle cx="150" cy="190" r="8" fill="url(#lemonGradient)" stroke="#f57f17" stroke-width="1.5" />
<path d="M145,190 Q150,183 155,190 Q150,197 145,190" fill="#f57f17" opacity="0.7"/>
</g>
<!-- Imaginary arcs to represent juggling motion -->
<g id="motion">
<path d="M105 115 Q130 90, 150 80" stroke="#fff" stroke-dasharray="3,3" fill="none" opacity="0.6"/>
<path d="M150 80 Q170 100, 195 115" stroke="#fff" stroke-dasharray="3,3" fill="none" opacity="0.6"/>
<path d="M195 115 Q175 150, 150 190" stroke="#fff" stroke-dasharray="3,3" fill="none" opacity="0.6"/>
<path d="M150 190 Q130 150, 105 115" stroke="#fff" stroke-dasharray="3,3" fill="none" opacity="0.6"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0a1a33"/>
<stop offset="100%" stop-color="#1a2c46"/>
</linearGradient>
<linearGradient id="lemonGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f9e076"/>
<stop offset="100%" stop-color="#ffcc00"/>
</linearGradient>
<radialGradient id="starGlow" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<pattern id="lemonTexture" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#ffcc00"/>
<circle cx="5" cy="5" r="1" fill="#f9e076"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="8" fill="url(#starGlow)"/>
<circle cx="50" cy="-70" r="5" fill="url(#starGlow)"/>
<circle cx="-60" cy="-50" r="6" fill="url(#starGlow)"/>
<circle cx="80" cy="30" r="4" fill="url(#starGlow)"/>
<circle cx="-90" cy="60" r="5" fill="url(#starGlow)"/>
<circle cx="20" cy="100" r="6" fill="url(#starGlow)"/>
<g transform="translate(0, 50)">
<circle cx="0" cy="-50" r="20" fill="url(#lemonGradient)"/>
<circle cx="50" cy="0" r="20" fill="url(#lemonGradient)"/>
<circle cx="-50" cy="0" r="20" fill="url(#lemonGradient)"/>
<path d="M0,-70 Q30,-50 0,-30 T0,10 Q-30,30 0,50 T0,90" fill="none" stroke="#7a4a3f" stroke-width="10" stroke-linecap="round"/>
<path d="M-50,-30 C-70,0 -70,20 -50,50" fill="none" stroke="#7a4a3f" stroke-width="10" stroke-linecap="round"/>
<path d="M50,-30 C70,0 70,20 50,50" fill="none" stroke="#7a4a3f" stroke-width="10" stroke-linecap="round"/>
</g>
</g>
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="40" fill="#4a3a2a"/>
<ellipse cx="0" cy="0" rx="60" ry="40" fill="#4a3a2a"/>
<circle cx="-30" cy="20" r="10" fill="white"/>
<circle cx="-28" cy="18" r="5" fill="black"/>
<circle cx="30" cy="20" r="10" fill="white"/>
<circle cx="32" cy="18" r="5" fill="black"/>
<path d="M-15,40 Q0,60 15,40" fill="none" stroke="#7a4a3f" stroke-width="4" stroke-linecap="round"/>
<path d="M-50,-10 Q-20,-30 0,-10 T50,-30" fill="none" stroke="#7a4a3f" stroke-width="10" stroke-linecap="round"/>
<path d="M-50,-10 Q-20,10 0,-10 T50,10" fill="none" stroke="#7a4a3f" stroke-width="10" stroke-linecap="round"/>
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the prompt by clearly depicting an octopus juggling multiple lemons under a starry night sky.
The use of color and composition is engaging, and the lemons are distinctly visible.
In contrast, Player 2's image lacks clarity in portraying the juggling action and the lemons are not as prominent, resulting in a weaker adherence 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
"Ballet-dancing flamingo in a rainforest with a top hat and cane"
"A giraffe with a rainbow-striped neck sipping tea in a galaxy"
"Dancing flamingos with top hats in a desert at sunset"
"Surreal clock made of swirling autumn leaves"
"Frog with a monocle riding a unicycle on a tightrope under moonlight"
"Giraffe balancing teacups on its horns during a moonlit night in a desert"