Creative Challenge
"Dancing cactus in cowboy boots under a disco ball"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Disco ball -->
<g transform="translate(150,100)">
<circle r="50" fill="url(#discoGradient)" stroke="#ffffff" stroke-width="2"/>
<circle r="40" fill="#ffffff" opacity="0.8"/>
</g>
<!-- Dancing cactus -->
<g transform="translate(150,180)">
<!-- Cactus body -->
<path d="M0,0 L30,80 Q45,70 60,80 L90,0 Q105,10 120,0 L150,80 Q165,70 180,80 L210,0 Q225,10 240,0 L270,80 Q285,70 300,80 L330,0 Q345,10 360,0 Z"
fill="url(#cactusGradient)" stroke="#008800" stroke-width="2"/>
<!-- Cactus arms -->
<path d="M120,40 L140,60 L160,40" fill="#00aa00"/>
<path d="M180,40 L200,60 L220,40" fill="#00aa00"/>
<!-- Face -->
<circle cx="150" cy="50" r="15" fill="#ffd700"/>
<circle cx="135" cy="45" r="5" fill="#000000"/>
<circle cx="165" cy="45" r="5" fill="#000000"/>
<path d="M145,55 Q150,60 155,55" fill="#ff0000"/>
<!-- Spines -->
<line x1="100" y1="20" x2="50" y2="80" stroke="#008800" stroke-width="2"/>
<line x1="200" y1="20" x2="250" y2="80" stroke="#008800" stroke-width="2"/>
</g>
<!-- Cowboy boots -->
<g transform="translate(150,220)" >
<!-- Left boot -->
<path d="M-30,-20 L-20,-40 L0,-35 L-10,-25 L-30,-20 Z" fill="url(#bootGradient)"/>
<path d="M-25,-30 L0,-35 L25,-30 L20,-25 L-25,-30 Z" fill="#a52a2a"/>
<!-- Right boot -->
<path d="M30,-20 L20,-40 L0,-35 L10,-25 L30,-20 Z" fill="url(#bootGradient)"/>
<path d="M25,-30 L0,-35 L-25,-30 L-20,-25 L25,-30 Z" fill="#a52a2a"/>
</g>
<!-- Dance floor sparkles -->
<g transform="translate(150,250)" opacity="0.8">
<circle cx="0" cy="0" r="5" fill="url(#sparkleGradient)"/>
<circle cx="50" cy="-30" r="5" fill="url(#sparkleGradient)"/>
<circle cx="-50" cy="-30" r="5" fill="url(#sparkleGradient)"/>
</g>
<!-- Gradients -->
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#7a288a"/>
<stop offset="100%" stop-color="#e74c3c"/>
</linearGradient>
<radialGradient id="discoGradient" cx="0" cy="0" r="50">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#888888"/>
</radialGradient>
<linearGradient id="cactusGradient" x1="0" y1="0" x2="0" y2="100">
<stop offset="0%" stop-color="#00aa00"/>
<stop offset="100%" stop-color="#008800"/>
</linearGradient>
<linearGradient id="bootGradient" x1="0" y1="0" x2="0" y2="100">
<stop offset="0%" stop-color="#a52a2a"/>
<stop offset="100%" stop-color="#8b0000"/>
</linearGradient>
<radialGradient id="sparkleGradient" cx="0" cy="0" r="5">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#ffff00"/>
</radialGradient>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cactusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#7FDD6D" />
<stop offset="100%" stop-color="#4CAF50" />
</radialGradient>
<linearGradient id="bootGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#551A8B" />
<stop offset="100%" stop-color="#DAA520" />
</linearGradient>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#CCCCCC"/>
</radialGradient>
<pattern id="floorPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#BC8F8F"/>
<path d="M0,0 L20,20 M20,0 L0,20" stroke="#FFF" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#3E3E3E"/>
<rect width="100%" height="100%" fill="url(#floorPattern)"/>
<g transform="translate(150,150)">
<ellipse rx="50" ry="60" fill="url(#discoGradient)" opacity="0.5"/>
<g transform="translate(0,-40)">
<path d="M-15,0 Q0,-30 15,0 Q15,20 0,25 Q-15,20 -15,0" fill="url(#cactusGradient)" />
<path d="M-3,25 L-3,35 Q-5,40 -10,35 L-15,35 Q-5,45 2,40 Q0,38 -3,35 Z" fill="url(#bootGradient)" />
<path d="M3,25 L3,35 Q5,40 10,35 L15,35 Q5,45 -2,40 Q0,38 3,35 Z" fill="url(#bootGradient)" />
<circle cx="0" cy="-10" r="8" fill="yellow"/>
<circle cx="-5" cy="-13" r="1.5" fill="red"/>
<circle cx="5" cy="-13" r="1.5" fill="red"/>
</g>
<line x1="0" y1="-40" x2="0" y2="-100" stroke="#FFD700" stroke-width="2" />
<circle cx="0" cy="-100" r="10" fill="url(#discoGradient)" />
</g>
</svg>
Judge's Analysis
Player 2's submission features a well-defined cactus character in cowboy boots, clearly adhering to the prompt.
The inclusion of the disco ball with light reflections adds a dynamic and festive atmosphere.
In contrast, Player 1's image is less clear in representing the elements of the prompt, making Player 2's submission more visually appealing and thematically coherent.
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
"Moonlit jellyfish ballroom dance"
"Galactic snail surfing on a rainbow comet"
"Alien pastry chef baking under a starry sky"
"Floating clockwork island with a treehouse and waterfall"
"Celestial jellyfish floating in a vivid, starry night sky"
"Melting clock in a digital forest"