Creative Challenge
"An octopus juggling planets under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Starry Sky Background with Gradient -->
<defs>
<radialGradient id="nightSky" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<!-- Planet gradients -->
<radialGradient id="planetGrad1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f2a365"/>
<stop offset="100%" stop-color="#d97942"/>
</radialGradient>
<radialGradient id="planetGrad2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#7fb0ce"/>
<stop offset="100%" stop-color="#4a6fa0"/>
</radialGradient>
<radialGradient id="planetGrad3" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#e29dd3"/>
<stop offset="100%" stop-color="#b5679f"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#nightSky)" />
<!-- Stars -->
<g fill="white" stroke="none" opacity="0.8">
<circle cx="20" cy="30" r="1.5"/>
<circle cx="50" cy="80" r="1"/>
<circle cx="70" cy="20" r="2"/>
<circle cx="90" cy="50" r="1.2"/>
<circle cx="150" cy="10" r="1.8"/>
<circle cx="200" cy="40" r="1.3"/>
<circle cx="220" cy="70" r="1"/>
<circle cx="250" cy="20" r="2"/>
<circle cx="280" cy="60" r="1.5"/>
<circle cx="100" cy="200" r="1"/>
<circle cx="50" cy="250" r="1.7"/>
<circle cx="170" cy="220" r="1.2"/>
<circle cx="230" cy="250" r="1.4"/>
</g>
<!-- Starry Sky Dots (larger for artistic effect) -->
<g fill="none" stroke="white" stroke-opacity="0.3" stroke-width="0.5">
<circle cx="60" cy="100" r="0.5"/>
<circle cx="140" cy="140" r="0.4"/>
<circle cx="200" cy="120" r="0.3"/>
<circle cx="250" cy="180" r="0.2"/>
</g>
<!-- Octopus Body -->
<g fill="#6a4e42" stroke="#4b3b2a" stroke-width="1.5" opacity="0.9">
<ellipse cx="150" cy="200" rx="60" ry="30"/>
<!-- Octopus head -->
<circle cx="150" cy="170" r="40"/>
<!-- Tentacles -->
<path d="M 110 210 C 105 230, 90 240, 100 250" fill="none" stroke="#4b3b2a" stroke-width="8" stroke-linecap="round"/>
<path d="M 170 210 C 175 230, 190 240, 180 250" fill="none" stroke="#4b3b2a" stroke-width="8" stroke-linecap="round"/>
<path d="M 130 220 C 125 240, 115 250, 125 260" fill="none" stroke="#4b3b2a" stroke-width="8" stroke-linecap="round"/>
<path d="M 170 220 C 175 240, 185 250, 175 260" fill="none" stroke="#4b3b2a" stroke-width="8" stroke-linecap="round"/>
<path d="M 140 205 C 135 215, 125 220, 135 230" fill="none" stroke="#4b3b2a" stroke-width="6" stroke-linecap="round"/>
<path d="M 160 205 C 165 215, 175 220, 165 230" fill="none" stroke="#4b3b2a" stroke-width="6" stroke-linecap="round"/>
</g>
<!-- Juggling Planets -->
<!-- Planet 1 -->
<circle cx="150" cy="130" r="12" fill="url(#planetGrad1)">
<animate attributeName="cx" values="150; 120; 180; 150" dur="4s" repeatCount="indefinite"/>
<animate attributeName="cy" values="130; 150; 150; 130" dur="4s" repeatCount="indefinite"/>
</circle>
<!-- Planet 2 -->
<circle cx="170" cy="180" r="10" fill="url(#planetGrad2)">
<animate attributeName="cx" values="170; 200; 140; 170" dur="5s" repeatCount="indefinite"/>
<animate attributeName="cy" values="180; 160; 200; 180" dur="5s" repeatCount="indefinite"/>
</circle>
<!-- Planet 3 -->
<circle cx="130" cy="160" r="8" fill="url(#planetGrad3)">
<animate attributeName="cx" values="130; 150; 110; 130" dur="6s" repeatCount="indefinite"/>
<animate attributeName="cy" values="160; 140; 180; 160" dur="6s" repeatCount="indefinite"/>
</circle>
<!-- Additional Details: ♪ Light Rays for the Planets -->
<g stroke="#fff" stroke-opacity="0.2" stroke-width="1">
<line x1="150" y1="130" x2="135" y2="125"/>
<line x1="150" y1="130" x2="165" y2="125"/>
<line x1="170" y1="180" x2="180" y2="165"/>
<line x1="170" y1="180" x2="160" y2="195"/>
<line x1="130" y1="160" x2="125" y2="150"/>
<line x1="130" y1="160" x2="135" y2="170"/>
</g>
</svg>
<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%" style="stop-color:#0B0B2A"/>
<stop offset="100%" style="stop-color:#000033"/>
</radialGradient>
<radialGradient id="planet1" cx="40%" cy="40%">
<stop offset="0%" style="stop-color:#FF6B6B"/>
<stop offset="100%" style="stop-color:#FF1717"/>
</radialGradient>
<radialGradient id="planet2" cx="40%" cy="40%">
<stop offset="0%" style="stop-color:#4ECDC4"/>
<stop offset="100%" style="stop-color:#2E8B57"/>
</radialGradient>
<radialGradient id="planet3" cx="40%" cy="40%">
<stop offset="0%" style="stop-color:#FFD93D"/>
<stop offset="100%" style="stop-color:#FF8C00"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="30" r="1" fill="white"/>
<circle cx="80" cy="50" r="1.5" fill="white"/>
<circle cx="150" cy="20" r="1" fill="white"/>
<circle cx="200" cy="40" r="1.2" fill="white"/>
<circle cx="250" cy="60" r="1" fill="white"/>
<circle cx="30" cy="80" r="1.3" fill="white"/>
<circle cx="280" cy="30" r="1" fill="white"/>
<circle cx="100" cy="70" r="1.4" fill="white"/>
<circle cx="170" cy="50" r="1" fill="white"/>
<circle cx="220" cy="80" r="1.2" fill="white"/>
</g>
<!-- Octopus -->
<g id="octopus" transform="translate(150,170)">
<path d="M0,0 Q-20,-20 -40,10 Q-30,30 -20,40" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q20,-20 40,10 Q30,30 20,40" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q-30,-10 -50,20 Q-40,40 -30,50" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q30,-10 50,20 Q40,40 30,50" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q-10,-30 -30,0 Q-20,20 -10,30" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q10,-30 30,0 Q20,20 10,30" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q-15,-25 -35,5 Q-25,25 -15,35" fill="none" stroke="#FF69B4" stroke-width="8"/>
<path d="M0,0 Q15,-25 35,5 Q25,25 15,35" fill="none" stroke="#FF69B4" stroke-width="8"/>
<circle cx="0" cy="0" r="25" fill="#FF69B4"/>
<circle cx="-8" cy="-5" r="5" fill="white"/>
<circle cx="8" cy="-5" r="5" fill="white"/>
<circle cx="-8" cy="-5" r="2" fill="black"/>
<circle cx="8" cy="-5" r="2" fill="black"/>
</g>
<!-- Juggling Planets -->
<g id="planets">
<circle cx="100" cy="100" r="20" fill="url(#planet1)">
<animate attributeName="cx" values="100;150;200;100" dur="4s" repeatCount="indefinite"/>
<animate attributeName="cy" values="100;50;100;100" dur="4s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="100" r="15" fill="url(#planet2)">
<animate attributeName="cx" values="200;150;100;200" dur="4s" repeatCount="indefinite"/>
<animate attributeName="cy" values="100;150;100;100" dur="4s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="50" r="25" fill="url(#planet3)">
<animate attributeName="cx" values="150;100;150;150" dur="4s" repeatCount="indefinite"/>
<animate attributeName="cy" values="50;100;150;50" dur="4s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and adheres better to the prompt.
The octopus is more identifiable with its distinct pink body and expressive eyes, and the planets are vividly colored and well-positioned under a starry sky.
Player 1's submission lacks clarity in depicting an octopus, as the form and limbs are less distinct, reducing adherence to the theme.
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 melting clock perched on a mushroom under a starlit sky."
"A dragon blowing bubbles instead of fire."
"A snail racing against a cheetah across a winding rainbow road."
"An octopus juggling colorful planets under a starry sky."