Creative Challenge
"An octopus juggling planets under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#000428"/>
<stop offset="100%" stop-color="#004e92"/>
</radialGradient>
<radialGradient id="planet1" cx="30%" cy="30%">
<stop offset="0%" stop-color="#ff6b6b"/>
<stop offset="100%" stop-color="#ff8e8e"/>
</radialGradient>
<radialGradient id="planet2" cx="60%" cy="60%">
<stop offset="0%" stop-color="#4ecdc4"/>
<stop offset="100%" stop-color="#45b7af"/>
</radialGradient>
<filter id="starGlow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g opacity="0.8">
<circle cx="50" cy="80" r="1.2" fill="white" filter="url(#starGlow)"/>
<circle cx="120" cy="40" r="1.5" fill="#f6e58d"/>
<circle cx="250" cy="120" r="1" fill="white"/>
<circle cx="180" cy="200" r="1.2" fill="#f6e58d"/>
<circle cx="280" cy="50" r="1.5" fill="white"/>
</g>
<!-- Octopus -->
<path d="M150 180 Q130 160 110 170 T80 190 Q100 210 120 200 T150 180" fill="#6c5b7b"/>
<path d="M150 180 Q170 160 190 170 T220 190 Q200 210 180 200 T150 180" fill="#6c5b7b"/>
<path d="M150 170 C130 150 110 160 90 170 L110 190 C130 180 150 185 170 190 Z" fill="#355c7d"/>
<circle cx="150" cy="160" r="25" fill="#6c5b7b"/>
<circle cx="140" cy="155" r="5" fill="white"/>
<circle cx="160" cy="155" r="5" fill="white"/>
<!-- Planets -->
<circle cx="100" cy="100" r="18" fill="url(#planet1)"/>
<circle cx="200" cy="120" r="22" fill="url(#planet2)"/>
<circle cx="150" cy="80" r="15" fill="#f8a5c2"/>
<circle cx="180" cy="60" r="12" fill="#f6e58d"/>
<!-- Planetary Rings -->
<ellipse cx="200" cy="120" rx="30" ry="8" fill="none" stroke="#45b7af" stroke-width="2" transform="rotate(-45 200 120)"/>
<path d="M85 100a20 5 0 0 1 30 0" fill="none" stroke="#ff8e8e" stroke-width="2"/>
<!-- Sparkles -->
<g opacity="0.7">
<path d="M100 100l5-5M95 105l5-5" stroke="#ffd700"/>
<path d="M200 120l3-3M197 123l3-3" stroke="#4ecdc4"/>
<circle cx="150" cy="80" r="3" fill="#f8a5c2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#001133"/>
<stop offset="100%" stop-color="#000010"/>
</radialGradient>
<radialGradient id="octoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff88cc"/>
<stop offset="100%" stop-color="#cc5599"/>
</radialGradient>
<radialGradient id="planet1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffdd00"/>
<stop offset="100%" stop-color="#ccaa00"/>
</radialGradient>
<radialGradient id="planet2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#00ddff"/>
<stop offset="100%" stop-color="#0099cc"/>
</radialGradient>
<radialGradient id="planet3" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#dd00ff"/>
<stop offset="100%" stop-color="#9900cc"/>
</radialGradient>
<radialGradient id="planet4" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#88ff00"/>
<stop offset="100%" stop-color="#55aa00"/>
</radialGradient>
<pattern id="ringPattern" patternUnits="userSpaceOnUse" width="6" height="6">
<circle cx="3" cy="3" r="1" fill="#fff" />
</pattern>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Stars -->
<g fill="#ffffff" opacity="0.8">
<circle cx="20" cy="30" r="1.5"/>
<circle cx="50" cy="80" r="1"/>
<circle cx="80" cy="20" r="1.2"/>
<circle cx="140" cy="60" r="0.8"/>
<circle cx="200" cy="40" r="1.3"/>
<circle cx="260" cy="90" r="1"/>
<circle cx="220" cy="140" r="0.9"/>
<circle cx="180" cy="200" r="1.4"/>
<circle cx="110" cy="180" r="1.1"/>
<circle cx="60" cy="150" r="1"/>
<circle cx="250" cy="250" r="1.2"/>
<circle cx="30" cy="260" r="1"/>
</g>
<!-- Planets -->
<circle cx="230" cy="80" r="16" fill="url(#planet1)" />
<circle cx="75" cy="90" r="14" fill="url(#planet2)" />
<circle cx="180" cy="200" r="18" fill="url(#planet3)">
<circle cx="180" cy="200" r="18" fill="url(#ringPattern)" opacity="0.3"/>
</circle>
<circle cx="50" cy="200" r="12" fill="url(#planet4)" />
<!-- Octopus body -->
<g stroke="#991166" stroke-width="1">
<ellipse cx="150" cy="180" rx="40" ry="30" fill="url(#octoGrad)" />
<!-- Head -->
<ellipse cx="150" cy="140" rx="35" ry="30" fill="url(#octoGrad)" />
<!-- Eyes -->
<circle cx="135" cy="132" r="5" fill="#fff"/>
<circle cx="165" cy="132" r="5" fill="#fff"/>
<circle cx="136" cy="133" r="2" fill="#000"/>
<circle cx="166" cy="133" r="2" fill="#000"/>
</g>
<!-- Tentacles -->
<path d="M110,190 C80,210 70,250 100,260" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M125,200 C100,230 90,270 120,280" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M140,200 C140,230 150,270 180,260" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M155,190 C180,220 200,260 190,280" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M170,190 C200,210 220,250 200,260" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M100,170 C80,180 60,200 70,220" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<path d="M200,170 C220,180 240,200 230,220" fill="none" stroke="url(#octoGrad)" stroke-width="8" stroke-linecap="round"/>
<!-- Juggling lines and planets interaction -->
<line x1="180" y1="200" x2="155" y2="185" stroke="#ffffff80" stroke-dasharray="3,2"/>
<line x1="230" y1="80" x2="200" y2="160" stroke="#ffffff80" stroke-dasharray="3,2"/>
<line x1="75" y1="90" x2="130" y2="170" stroke="#ffffff80" stroke-dasharray="3,2"/>
<line x1="50" y1="200" x2="140" y2="200" stroke="#ffffff80" stroke-dasharray="3,2"/>
</svg>
Judge's Analysis
Player 2's submission captures the prompt more effectively with a detailed and expressive octopus juggling planets, utilizing its multiple arms in a dynamic composition.
The vibrant colors and clear distinction of planets enhance the visual appeal, while the starry background adds depth.
Player 1's image is simpler and lacks the same level of creativity and technical execution, making Player 2's entry the stronger choice 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
"Snail racing on a rainbow track under a cotton candy sky."
"An enormous snail racing a jet airplane through a candy-coated desert."
"An umbrella floating in a teacup on a rainy day."
"A tree growing upside down, roots reaching for the stars."