Creative Challenge
"A cactus wearing a crown in a desert storm."
<svg 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:#4a3b52"/>
<stop offset="100%" style="stop-color:#8b7355"/>
</linearGradient>
<radialGradient id="sandStorm" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#d4b483"/>
<stop offset="100%" style="stop-color:#8b7355"/>
</radialGradient>
<filter id="windEffect">
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Swirling Sand -->
<path d="M0,200 Q150,150 300,200 T300,300 L0,300 Z" fill="url(#sandStorm)" opacity="0.6"/>
<path d="M50,180 Q200,220 280,160" stroke="#d4b483" stroke-width="4" filter="url(#windEffect)" fill="none"/>
<path d="M20,220 Q170,180 250,240" stroke="#c4a473" stroke-width="3" filter="url(#windEffect)" fill="none"/>
<!-- Cactus Body -->
<path d="M140,260 C140,260 130,160 130,140 C130,100 170,100 170,140 C170,160 160,260 160,260 Z" fill="#2d5a27"/>
<path d="M130,180 L100,150 C80,130 100,110 120,130 L130,150" fill="#2d5a27"/>
<path d="M170,200 L200,170 C220,150 200,130 180,150 L170,170" fill="#2d5a27"/>
<!-- Crown -->
<path d="M120,140 L150,100 L180,140 L170,150 L150,120 L130,150 Z" fill="gold"/>
<circle cx="150" cy="115" r="5" fill="ruby"/>
<circle cx="135" cy="140" r="4" fill="emerald"/>
<circle cx="165" cy="140" r="4" fill="sapphire"/>
<!-- Spikes -->
<g stroke="#444" stroke-width="1">
<line x1="135" y1="160" x2="125" y2="150"/>
<line x1="135" y1="180" x2="125" y2="170"/>
<line x1="135" y1="200" x2="125" y2="190"/>
<line x1="165" y1="160" x2="175" y2="150"/>
<line x1="165" y1="180" x2="175" y2="170"/>
<line x1="165" y1="200" x2="175" y2="190"/>
</g>
<!-- Flying Sand Particles -->
<g fill="#d4b483">
<circle cx="50" cy="150" r="2"/>
<circle cx="80" cy="180" r="1"/>
<circle cx="220" cy="160" r="2"/>
<circle cx="250" cy="190" r="1"/>
<circle cx="180" cy="220" r="2"/>
</g>
<!-- Lightning -->
<path d="M40,40 L60,80 L50,90 L70,120" stroke="#fff" stroke-width="2" opacity="0.6"/>
<path d="M260,60 L240,90 L250,100 L230,130" stroke="#fff" stroke-width="2" opacity="0.4"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFCC66"/>
<stop offset="100%" stop-color="#E06400"/>
</linearGradient>
<radialGradient id="sunGrad" cx="0.5" cy="0.2" r="0.15">
<stop offset="0%" stop-color="#FFF1A8" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#FFF1A8" stop-opacity="0"/>
</radialGradient>
<linearGradient id="cactusGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#66BB6A"/>
<stop offset="100%" stop-color="#2E7D32"/>
</linearGradient>
<linearGradient id="duneGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#EEDC82"/>
<stop offset="100%" stop-color="#C68642"/>
</linearGradient>
<linearGradient id="crownGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFC107"/>
</linearGradient>
<filter id="blur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<circle cx="220" cy="80" r="50" fill="url(#sunGrad)"/>
<path d="M0,260 C50,240 100,270 150,250 C200,230 250,260 300,240 L300,300 L0,300 Z" fill="url(#duneGrad)"/>
<!-- swirling dust -->
<path d="M300,50 C250,80 200,40 150,70" stroke="#F5DEB3" stroke-width="4" fill="none" opacity="0.4" filter="url(#blur)"/>
<path d="M0,120 C50,150 100,110 150,140" stroke="#F5DEB3" stroke-width="3" fill="none" opacity="0.4" filter="url(#blur)"/>
<path d="M50,300 C80,250 120,260 160,220" stroke="#F5DEB3" stroke-width="3" fill="none" opacity="0.4" filter="url(#blur)"/>
<path d="M300,200 C250,180 210,200 180,160" stroke="#F5DEB3" stroke-width="2" fill="none" opacity="0.3" filter="url(#blur)"/>
<path d="M200,0 C180,30 140,20 120,50" stroke="#F5DEB3" stroke-width="5" fill="none" opacity="0.2" filter="url(#blur)"/>
<!-- cactus -->
<g id="cactus">
<rect x="140" y="150" width="20" height="100" rx="10" ry="10" fill="url(#cactusGrad)" stroke="#1B5E20" stroke-width="2"/>
<rect x="120" y="180" width="15" height="50" rx="7" ry="7" fill="url(#cactusGrad)" stroke="#1B5E20" stroke-width="2"/>
<rect x="165" y="170" width="15" height="60" rx="7" ry="7" fill="url(#cactusGrad)" stroke="#1B5E20" stroke-width="2"/>
<!-- spines -->
<g stroke="#A5D6A7" stroke-width="1">
<line x1="150" y1="160" x2="147" y2="155"/>
<line x1="150" y1="170" x2="153" y2="165"/>
<line x1="155" y1="200" x2="158" y2="195"/>
<line x1="143" y1="210" x2="139" y2="206"/>
<line x1="122" y1="190" x2="119" y2="185"/>
<line x1="130" y1="220" x2="127" y2="215"/>
<line x1="175" y1="190" x2="178" y2="185"/>
<line x1="170" y1="230" x2="173" y2="225"/>
</g>
<!-- crown -->
<polygon points="140,150 145,135 150,150 155,135 160,150 160,160 140,160" fill="url(#crownGrad)" stroke="#B8860B" stroke-width="1"/>
<circle cx="145" cy="135" r="3" fill="#E53935"/>
<circle cx="150" cy="145" r="2" fill="#1E88E5"/>
<circle cx="155" cy="135" r="3" fill="#8E24AA"/>
</g>
</svg>
Judge's Analysis
Player 2's image presents a more visually appealing and refined depiction of a cactus wearing a crown.
The smooth gradients, balanced composition, and vibrant desert background convey the desert setting effectively.
While Player 1's submission is creative, it lacks the polish and clarity seen in Player 2's work, particularly in the representation of the storm and cactus crown.
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 giraffe wearing roller skates on a neon-lit city street."
"Clock-faced owl sitting on a tree branch at midnight."
"An octopus wearing a top hat juggling teacups underwater."
"A giraffe wearing roller skates on a tightrope under a full moon."