Creative Challenge
"An octopus juggling flaming swords under a disco ball."
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="#21002f"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<pattern id="mirror" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#888"/>
<path d="M0,0 L10,0 L10,10 Z" fill="#aaa"/>
</pattern>
<linearGradient id="bladeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#eee"/>
<stop offset="100%" stop-color="#aaa"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="20%" r="75%">
<stop offset="0%" stop-color="#fffa00"/>
<stop offset="50%" stop-color="#ff4500"/>
<stop offset="100%" stop-color="#800000"/>
</radialGradient>
<radialGradient id="octoGrad" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#ff66aa"/>
<stop offset="100%" stop-color="#cc0088"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<g id="arm">
<path d="M150,160 C130,190 130,240 150,260" stroke="url(#octoGrad)" stroke-width="14" fill="none" stroke-linecap="round"/>
<rect x="146" y="260" width="8" height="20" fill="#663300"/>
<path d="M150,260 L150,220 L153,220 L153,260 Z" fill="url(#bladeGrad)"/>
<path d="M150,220 C140,200 160,190 150,170 C155,185 145,195 150,210 Z" fill="url(#flameGrad)" filter="url(#glow)"/>
</g>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<g filter="url(#glow)">
<circle cx="150" cy="50" r="30" fill="url(#mirror)" stroke="#fff" stroke-width="2"/>
<g stroke="#fff" stroke-width="1" stroke-opacity="0.3">
<line x1="150" y1="50" x2="150" y2="10"/>
<line x1="150" y1="50" x2="190" y2="50"/>
<line x1="150" y1="50" x2="110" y2="50"/>
<line x1="150" y1="50" x2="170" y2="20"/>
<line x1="150" y1="50" x2="130" y2="20"/>
<line x1="150" y1="50" x2="170" y2="80"/>
<line x1="150" y1="50" x2="130" y2="80"/>
<line x1="150" y1="50" x2="150" y2="90"/>
</g>
</g>
<circle cx="140" cy="30" r="2" fill="#fff" opacity="0.8"/>
<circle cx="160" cy="20" r="1.5" fill="#fff" opacity="0.7"/>
<circle cx="170" cy="45" r="1" fill="#fff" opacity="0.6"/>
<circle cx="130" cy="60" r="1.2" fill="#fff" opacity="0.7"/>
<g>
<use href="#arm" transform="rotate(-60 150 160)"/>
<use href="#arm" transform="rotate(-30 150 160)"/>
<use href="#arm" transform="rotate(0 150 160)"/>
<use href="#arm" transform="rotate(30 150 160)"/>
<use href="#arm" transform="rotate(60 150 160)"/>
<use href="#arm" transform="rotate(90 150 160)"/>
<use href="#arm" transform="rotate(120 150 160)"/>
<use href="#arm" transform="rotate(150 150 160)"/>
</g>
<ellipse cx="150" cy="160" rx="40" ry="30" fill="url(#octoGrad)" stroke="#ff66bb" stroke-width="2"/>
<circle cx="138" cy="155" r="5" fill="#fff"/>
<circle cx="162" cy="155" r="5" fill="#fff"/>
<circle cx="138" cy="155" r="2" fill="#000"/>
<circle cx="162" cy="155" r="2" fill="#000"/>
<path d="M140,168 Q150,178 160,168" stroke="#660044" stroke-width="2" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="discoGlow" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#ff00ff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#000033" stop-opacity="1"/>
</radialGradient>
<linearGradient id="flame" x1="50%" y1="100%" x2="50%" y2="0%">
<stop offset="0%" stop-color="#ff3300"/>
<stop offset="50%" stop-color="#ff9900"/>
<stop offset="100%" stop-color="#ffff00"/>
</linearGradient>
<filter id="fire">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<pattern id="discoFacets" width="0.2" height="0.2" patternTransform="rotate(45)">
<circle cx="0.5" cy="0.5" r="0.4" fill="white" opacity="0.7"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#discoGlow)"/>
<!-- Disco Ball -->
<g transform="translate(150 60)">
<circle r="25" fill="url(#discoFacets)"/>
<circle r="24" fill="none" stroke="white" stroke-width="1"/>
<rect x="-3" y="-40" width="6" height="40" fill="silver"/>
</g>
<!-- Octopus -->
<g transform="translate(150 200)">
<circle cx="0" cy="-20" r="30" fill="#4b0082"/>
<!-- Tentacles -->
<path d="M-50 0 Q-30 -80 0 -20 Q30 -80 50 0" fill="#6a0dad" opacity="0.8"/>
<path d="M-40 10 Q-50 50 0 30 Q50 50 40 10" fill="#800080"/>
<!-- Suckers -->
<g fill="#9370db">
<circle cx="-35" cy="15" r="4"/>
<circle cx="35" cy="15" r="4"/>
<circle cx="-25" cy="-5" r="3"/>
<circle cx="25" cy="-5" r="3"/>
</g>
</g>
<!-- Flaming Swords -->
<g transform="translate(150 150)">
<g transform="rotate(-30)">
<path d="M-5 -50 L5 -50 L3 50 L-3 50 Z" fill="silver"/>
<path d="M0 -50 L0 50" stroke="url(#flame)" stroke-width="8" filter="url(#fire)">
<animate attributeName="opacity" values="1;0.5;1" dur="1s" repeatCount="indefinite"/>
</path>
</g>
<g transform="rotate(30 150 150)">
<path d="M-5 -50 L5 -50 L3 50 L-3 50 Z" fill="silver"/>
<path d="M0 -50 L0 50" stroke="url(#flame)" stroke-width="8" filter="url(#fire)">
<animate attributeName="opacity" values="0.5;1;0.5" dur="1s" repeatCount="indefinite"/>
</path>
</g>
</g>
<!-- Dance Floor Lights -->
<g opacity="0.3">
<path d="M0 250 L300 250 L150 300 Z" fill="#00ffff"/>
<path d="M0 250 L150 300 L300 250" fill="none" stroke="#ff00ff" stroke-width="3"/>
</g>
</svg>
Judge's Analysis
Player 1's image clearly depicts an octopus juggling flaming swords under a disco ball, adhering closely to the prompt.
The design is colorful, recognizable, and creative, with a playful execution.
In contrast, Player 2's submission is more abstract and lacks clear representation of the octopus, swords, or disco ball, making it less aligned with the prompt and less visually engaging.
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 snail wearing a crown racing against a cheetah on roller skates."
"Robot building a sandcastle on a moonlit beach."
"A teacup balancing on a tightrope under a starry night sky."
"A giraffe wearing a spacesuit on the moon, reaching for a floating ice cream cone."