Creative Challenge
"Rainbow octopus juggling cosmic planets"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="octoGrad" cx="150" cy="150" r="100" fx="150" fy="150">
<stop offset="0" stop-color="#FF00FF"/>
<stop offset="0.2" stop-color="#FFA500"/>
<stop offset="0.4" stop-color="#FFFF00"/>
<stop offset="0.6" stop-color="#00FF00"/>
<stop offset="0.8" stop-color="#00FFFF"/>
<stop offset="1" stop-color="#4B0082"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#000000"/>
<g id="stars" filter="url(#glow)">
<path d="M50,50 L60,60 L40,60 L50,50" fill="#FFFFFF"/>
<path d="M150,50 L160,60 L140,60 L150,50" fill="#FFFFFF"/>
<path d="M250,50 L260,60 L240,60 L250,50" fill="#FFFFFF"/>
</g>
<g transform="translate(150,150)">
<!-- Octopus Body -->
<ellipse cx="0" cy="0" rx="40" ry="30" fill="url(#octoGrad)"/>
<!-- Tentacles -->
<path d="M0,40 Q-40,80 -80,80" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q-20,80 0,120" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q40,80 80,80" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q-40,0 -80,-40" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q20,0 40,-40" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q-20,-40 0,-80" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
<path d="M0,40 Q40,-20 80,0" stroke="url(#octoGrad)" fill="none" stroke-width="20"/>
</g>
<!-- Planets -->
<g transform="translate(150,100)">
<circle cx="-50" cy="-50" r="30" fill="#FF6B6B" filter="url(#glow)"/>
<circle cx="0" cy="-100" r="25" fill="#4ECDC4" filter="url(#glow)"/>
<circle cx="50" cy="-50" r="20" fill="#45B7D1" filter="url(#glow)"/>
</g>
<!-- Motion Lines -->
<path d="M100,100 Q150,50 200,100" stroke="#FFFFFF" stroke-width="2"/>
<path d="M200,200 Q250,150 300,200" stroke="#FFFFFF" stroke-width="2"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="octopus-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF5F6D"/>
<stop offset="25%" stop-color="#FFC371"/>
<stop offset="50%" stop-color="#FFEA61"/>
<stop offset="75%" stop-color="#6DD5FA"/>
<stop offset="100%" stop-color="#2193b0"/>
</radialGradient>
<radialGradient id="planet1-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</radialGradient>
<radialGradient id="planet2-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#a18cd1"/>
<stop offset="100%" stop-color="#fbc2eb"/>
</radialGradient>
<radialGradient id="planet3-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fbc2eb"/>
<stop offset="100%" stop-color="#a6c1ee"/>
</radialGradient>
<radialGradient id="ring-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
<radialGradient id="background-gradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0f2027"/>
<stop offset="100%" stop-color="#203a43"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#background-gradient)" />
<g transform="translate(150, 180)">
<!-- Octopus Head -->
<circle cx="0" cy="0" r="40" fill="url(#octopus-gradient)" />
<!-- Eyes -->
<circle cx="-15" cy="-10" r="5" fill="#fff"/>
<circle cx="15" cy="-10" r="5" fill="#fff"/>
<circle cx="-15" cy="-10" r="2" fill="#000"/>
<circle cx="15" cy="-10" r="2" fill="#000"/>
<!-- Tentacles -->
<path d="M-25,20 C-40,60 -10,80 -30,110" stroke="url(#octopus-gradient)" stroke-width="8" fill="none"/>
<path d="M-10,20 C-25,60 5,80 -10,110" stroke="url(#octopus-gradient)" stroke-width="8" fill="none"/>
<path d="M0,20 C-15,60 15,80 0,110" stroke="url(#octopus-gradient)" stroke-width="8" fill="none"/>
<path d="M10,20 C25,60 -5,80 10,110" stroke="url(#octopus-gradient)" stroke-width="8" fill="none"/>
<path d="M25,20 C40,60 10,80 30,110" stroke="url(#octopus-gradient)" stroke-width="8" fill="none"/>
<!-- Planets -->
<g>
<!-- Planet 1 -->
<circle cx="-40" cy="-80" r="12" fill="url(#planet1-gradient)" />
<ellipse cx="-40" cy="-80" rx="15" ry="3" fill="url(#ring-gradient)" transform="rotate(45 -40 -80)" />
<!-- Planet 2 -->
<circle cx="50" cy="-60" r="15" fill="url(#planet2-gradient)" />
<ellipse cx="50" cy="-60" rx="18" ry="4" fill="url(#ring-gradient)" transform="rotate(-30 50 -60)" />
<!-- Planet 3 -->
<circle cx="0" cy="-100" r="10" fill="url(#planet3-gradient)" />
<ellipse cx="0" cy="-100" rx="14" ry="3" fill="url(#ring-gradient)" />
</g>
</g>
<!-- Stars -->
<g>
<circle cx="60" cy="40" r="2" fill="#fff"/>
<circle cx="230" cy="70" r="1.5" fill="#fff"/>
<circle cx="100" cy="250" r="2" fill="#fff"/>
<circle cx="280" cy="30" r="1" fill="#fff"/>
<circle cx="200" cy="200" r="1.5" fill="#fff"/>
<circle cx="50" cy="150" r="1" fill="#fff"/>
<circle cx="150" cy="50" r="2" fill="#fff"/>
<circle cx="250" cy="250" r="1.5" fill="#fff"/>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the concept of a 'rainbow octopus juggling cosmic planets.' The use of vibrant colors and a more detailed depiction of the octopus creates a visually appealing and whimsical scene.
Additionally, the cosmic background enhances the theme, while Player 1's submission is more abstract and lacks the same level of detail and thematic clarity.
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"