Creative Challenge
"Dancing cactus wearing sunglasses in a desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sun" cx="50%" cy="50%" r="50%" fx="40%" fy="60%">
<stop offset="0%" stop-color="#FFD500" />
<stop offset="100%" stop-color="#FFA500" />
</radialGradient>
<linearGradient id="cactusBody" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#008000" />
<stop offset="100%" stop-color="#006400" />
</linearGradient>
<pattern id="desertSand" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#F4A460" />
<circle cx="5" cy="5" r="2" fill="#E9967A" />
<circle cx="15" cy="10" r="3" fill="#DEB887" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#desertSand)" />
<circle cx="250" cy="50" r="40" fill="url(#sun)" />
<path d="M150 150c0 0-20-50-50-40-30 10-40 70-10 70 30 0 50-60 20-70Z" fill="url(#cactusBody)" stroke="#004d00" stroke-width="5"/>
<path d="M130 100c0 0-10-30-25-20-15 10-20 40-5 40 15 0 25-30 10-40Z" fill="url(#cactusBody)" stroke="#004d00" stroke-width="5"/>
<ellipse cx="140" cy="110" rx="15" ry="8" fill="#000" stroke="#000" stroke-width="1"/>
<ellipse cx="160" cy="110" rx="15" ry="8" fill="#000" stroke="#000" stroke-width="1"/>
<path d="M110 190c0 0-15 0-25 15-10 15 15 15 25 15Z" fill="#A0522D" stroke="#8B4513" stroke-width="3"/>
<path d="M190 190c0 0 15 0 25 15 10 15-15 15-25 15Z" fill="#A0522D" stroke="#8B4513" stroke-width="3"/>
<g transform="translate(150,150) rotate(10)">
<animateTransform attributeName="transform"
type="rotate"
from="0 150 150"
to="360 150 150"
dur="20s"
repeatCount="indefinite"
additive="replace"/>
</g>
</svg>
<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="100%">
<stop offset="0%" style="stop-color: #87CEEB; stop-opacity:1" />
<stop offset="100%" style="stop-color: #00BFFF; stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #3CB371; stop-opacity:1" />
<stop offset="100%" style="stop-color: #2E8B57; stop-opacity:1" />
</linearGradient>
<pattern id="sandPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#F5DEB3" />
<circle cx="10" cy="10" r="2" fill="gold" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<rect x="0" y="200" width="300" height="100" fill="url(#sandPattern)" />
<g transform="translate(150,150)">
<polygon points="-50,0 0,-60 50,0" fill="url(#cactusGradient)" />
<circle cx="-25" cy="-30" r="10" fill="url(#cactusGradient)" />
<circle cx="25" cy="-30" r="10" fill="url(#cactusGradient)" />
<circle cx="0" cy="0" r="3" fill="white" />
<rect x="-10" y="5" width="20" height="5" fill="black" />
</g>
<g transform="translate(150,160)">
<circle cx="0" cy="0" r="10" fill="black" />
<circle cx="0" cy="0" r="7" fill="white" />
<circle cx="0" cy="0" r="3" fill="black" />
<g transform="translate(-10,10)">
<circle cx="0" cy="0" r="10" fill="black" />
<circle cx="0" cy="0" r="7" fill="white" />
<circle cx="0" cy="0" r="3" fill="black" />
</g>
</g>
</svg>
Judge's Analysis
Player 1's image better captures the idea of a dancing cactus with its dynamic pose and clear representation of sunglasses and limbs, enhancing the sense of movement.
The desert background and sun add context and visual appeal.
Player 2's image, while creative, lacks the clear depiction of dancing and doesn't strongly convey the desert setting.
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
"Cactus wearing a top hat in a desert sunset"
"A penguin in a space suit on a bright orange surfboard riding a cosmic wave"
"A dragon wearing a tutu, balancing on a giant floating bubble"
"Octopus and cat play chess on a floating iceberg"
"Whale in a teacup, spouting steam"
"Melting clock made of cheese on a desert cactus"