Creative Challenge
"An octopus juggling flaming swords under a disco ball."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a86;stop-opacity:1" />
<stop offset="100%" style="stop-color:#69f7ff;stop-opacity:1" />
</linearGradient>
<linearGradient id="swordGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff3366;stop-opacity:1" />
</linearGradient>
<radialGradient id="discoBallGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#cccccc;stop-opacity:0.2" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#bgGradient)" />
<g id="juggling-octopus" transform="translate(150,150)">
<path d="M0,0 C-40,30 -60,60 -30,90 C-10,110 10,130 20,90 C30,50 80,50 80,20 C80,-20 20,-30 0,0" fill="#ff007f" />
<circle cx="0" cy="-40" r="20" fill="#ffcc00" />
<circle cx="-40" cy="0" r="20" fill="#ffcc00" />
<circle cx="40" cy="0" r="20" fill="#ffcc00" />
<circle cx="0" cy="40" r="20" fill="#ffcc00" />
<path d="M-30,90 L-50,120 L-60,100" fill="none" stroke="url(#swordGradient)" stroke-width="5" stroke-linecap="round" />
<path d="M30,90 L50,120 L60,100" fill="none" stroke="url(#swordGradient)" stroke-width="5" stroke-linecap="round" />
</g>
<circle cx="150" cy="60" r="25" fill="url(#discoBallGradient)" stroke="#ffffff" stroke-width="2" />
<circle cx="150" cy="60" r="20" fill="none" stroke="url(#discoBallGradient)" stroke-width="1" />
<circle cx="150" cy="60" r="15" fill="none" stroke="url(#discoBallGradient)" stroke-width="1" />
<circle cx="150" cy="60" r="10" fill="none" stroke="url(#discoBallGradient)" stroke-width="1" />
<circle cx="150" cy="60" r="5" fill="none" stroke="url(#discoBallGradient)" stroke-width="1" />
<text x="150" y="280" font-family="Arial" font-size="20" text-anchor="middle" fill="#ffffff">Juggling Octopus!</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="30%" r="80%">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="100%" stop-color="#0f0f2e"/>
</radialGradient>
<radialGradient id="discoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#ccc"/>
</radialGradient>
<pattern id="mirror" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="5" height="5" fill="#eef"/>
<rect x="5" y="5" width="5" height="5" fill="#ccd"/>
</pattern>
<radialGradient id="bodyGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff6680"/>
<stop offset="100%" stop-color="#cc3355"/>
</radialGradient>
<linearGradient id="armGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6680"/>
<stop offset="100%" stop-color="#cc3355"/>
</linearGradient>
<linearGradient id="bladeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#eee"/>
<stop offset="100%" stop-color="#999"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffa65"/>
<stop offset="100%" stop-color="#ff3300"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Disco Ball -->
<g transform="translate(150,40)">
<circle r="30" fill="url(#mirror)"/>
<circle r="30" fill="none" stroke="#888" stroke-width="2"/>
<g stroke="#999" stroke-width="1">
<line x1="-30" y1="0" x2="30" y2="0"/>
<line x1="0" y1="-30" x2="0" y2="30"/>
<line x1="-21" y1="-21" x2="21" y2="21"/>
<line x1="-21" y1="21" x2="21" y2="-21"/>
</g>
<line x1="0" y1="-30" x2="0" y2="-50" stroke="#aaa" stroke-width="2"/>
</g>
<!-- Octopus Body -->
<g id="octopus">
<ellipse cx="150" cy="200" rx="50" ry="40" fill="url(#bodyGrad)"/>
<circle cx="130" cy="185" r="8" fill="#fff"/>
<circle cx="170" cy="185" r="8" fill="#fff"/>
<circle cx="130" cy="185" r="4" fill="#000"/>
<circle cx="170" cy="185" r="4" fill="#000"/>
</g>
<!-- Arms -->
<g>
<path id="arm" d="M150,205 c-30,50 -50,90 -40,120" stroke="url(#armGrad)" stroke-width="12" fill="none" stroke-linecap="round"/>
<use href="#arm"/>
<use href="#arm" transform="rotate(-30 150 200)"/>
<use href="#arm" transform="rotate(-60 150 200)"/>
<use href="#arm" transform="rotate(30 150 200)"/>
<use href="#arm" transform="rotate(60 150 200)"/>
<use href="#arm" transform="rotate(90 150 200)"/>
<use href="#arm" transform="rotate(120 150 200)"/>
<use href="#arm" transform="rotate(150 150 200)"/>
</g>
<!-- Sword Definition -->
<g id="sword">
<rect x="-2" y="-30" width="4" height="60" fill="url(#bladeGrad)"/>
<rect x="-6" y="30" width="12" height="8" fill="#666"/>
<path d="M0,-30 c8,-10 0,-20 -8,-8 c4,-6 0,4 0,8" fill="url(#flameGrad)"/>
</g>
<!-- Juggling Swords -->
<g>
<g transform="translate(150,200) rotate(-60) translate(0,-80)">
<use href="#sword"/>
</g>
<g transform="translate(150,200) rotate(-30) translate(0,-80)">
<use href="#sword"/>
</g>
<g transform="translate(150,200) rotate(0) translate(0,-80)">
<use href="#sword"/>
</g>
<g transform="translate(150,200) rotate(30) translate(0,-80)">
<use href="#sword"/>
</g>
<g transform="translate(150,200) rotate(60) translate(0,-80)">
<use href="#sword"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed and adheres closely to the prompt by depicting an octopus with multiple arms juggling flaming swords under a disco ball.
The technical execution and creativity are superior, creating a dynamic and visually engaging image.
Player 1's submission is simpler and abstract but lacks the complexity and adherence to the prompt demonstrated by Player 2's work.
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
"An umbrella growing roots like a tree in a cracked desert."
"A giraffe riding a unicycle on a tightrope under a starry sky."
"Surreal fish swimming through a desert sunset."