Creative Challenge
"Floating octopus juggling planets under a starry night sky"
<svg width="300" height="300" 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="#123456"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<linearGradient id="planetGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#fff" opacity="0.5"/>
</pattern>
<linearGradient id="octopusGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1a237e"/>
<stop offset="100%" stop-color="#6a0dad"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="-100" r="30" fill="url(#planetGradient)"/>
<circle cx="50" cy="-100" r="30" fill="url(#planetGradient)"/>
<circle cx="-50" cy="-100" r="30" fill="url(#planetGradient)"/>
<circle cx="0" cy="0" r="20" fill="url(#planetGradient)"/>
<circle cx="50" cy="0" r="20" fill="url(#planetGradient)"/>
<circle cx="-50" cy="0" r="20" fill="url(#planetGradient)"/>
</g>
<g transform="translate(150, 150)">
<path d="M-30,20 C0,20 0,40 30,40" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
<path d="M-30,-20 C0,-20 0,-40 30,-40" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
<path d="M-30,20 C-30,20 -30,-20 -30,-20" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
<path d="M30,20 C30,20 30,-20 30,-20" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
<circle cx="0" cy="0" r="30" fill="url(#octopusGradient)"/>
</g>
<g transform="translate(150, 150)">
<circle cx="0" cy="60" r="5" fill="url(#planetGradient)"/>
<circle cx="30" cy="60" r="5" fill="url(#planetGradient)"/>
<circle cx="-30" cy="60" r="5" fill="url(#planetGradient)"/>
</g>
<rect width="300" height="300" fill="url(#starPattern)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="planet1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff7e5f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b;stop-opacity:1" />
</radialGradient>
<radialGradient id="planet2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#6a11cb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2575fc;stop-opacity:1" />
</radialGradient>
<radialGradient id="planet3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#fbc2eb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#a6c1ee;stop-opacity:1" />
</radialGradient>
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1e3c72;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2a5298;stop-opacity:1" />
</linearGradient>
<pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)" />
<rect width="300" height="300" fill="url(#stars)" opacity="0.8" />
<circle cx="80" cy="100" r="20" fill="url(#planet1)" />
<circle cx="150" cy="80" r="25" fill="url(#planet2)" />
<circle cx="220" cy="100" r="20" fill="url(#planet3)" />
<path d="M100,180 Q150,120 200,180 T300,180" stroke="#ffcc00" stroke-width="5" fill="none" />
<path d="M100,180 Q150,160 200,180" stroke="#ffcc00" stroke-width="5" fill="none" />
<path d="M100,180 Q150,200 200,180" stroke="#ffcc00" stroke-width="5" fill="none" />
<ellipse cx="150" cy="180" rx="15" ry="8" fill="#ffcc00" />
<circle cx="150" cy="180" r="30" fill="none" stroke="#ffcc00" stroke-width="5" stroke-dasharray="5,5" />
<path d="M150,150 C170,160 170,200 150,210 C130,200 130,160 150,150 Z" fill="#ffcc00" />
<path d="M150,150 C170,160 170,200 150,210" fill="none" stroke="#000" stroke-width="2" />
<path d="M150,150 C130,160 130,200 150,210" fill="none" stroke="#000" stroke-width="2" />
<ellipse cx="150" cy="150" rx="10" ry="5" fill="#000" />
<ellipse cx="150" cy="210" rx="10" ry="5" fill="#000" />
<path d="M140,180 Q150,150 160,180" fill="none" stroke="#000" stroke-width="2" />
<path d="M140,180 Q150,210 160,180" fill="none" stroke="#000" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's image captures the concept of a floating octopus juggling planets more effectively with a distinct shape that resembles an octopus and a clear depiction of planets.
The vibrant colors and dynamic composition enhance the visual appeal, making it more engaging.
Player 1's image, although creative, lacks clarity in representing the octopus and the juggling action.
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
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"