Creative Challenge
"A cactus wearing a knight's helmet in a desert sunset"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Desert Sunset Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#desert-sunset)"/>
<linearGradient id="desert-sunset" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFC080" stop-opacity="1"/>
<stop offset="0.5" stop-color="#FFA07A" stop-opacity="1"/>
<stop offset="1" stop-color="#FF9900" stop-opacity="1"/>
</linearGradient>
<!-- Cactus -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="40" fill="#8B9467" />
<circle cx="0" cy="0" r="30" fill="#78815C" />
<circle cx="0" cy="0" r="20" fill="#5C6BC0" />
<circle cx="0" cy="0" r="10" fill="#3E8E41" />
<circle cx="0" cy="0" r="5" fill="#2E865F" />
<g transform="rotate(45)">
<rect x="-20" y="-50" width="40" height="100" fill="#8B9467" rx="10" />
<rect x="-20" y="-30" width="40" height="60" fill="#78815C" rx="10" />
</g>
</g>
<!-- Knight's Helmet -->
<g transform="translate(150, 100)">
<path d="M -30, -50 L 30, -50 L 30, -20 L -30, -20 Z" fill="#454F55" />
<path d="M -25, -45 L 25, -45 L 25, -25 L -25, -25 Z" fill="#666F73" />
<path d="M -20, -40 L 20, -40 L 20, -30 L -20, -30 Z" fill="#7F8C8D" />
<circle cx="0" cy="-35" r="10" fill="#9B9B9B" />
<circle cx="0" cy="-35" r="5" fill="#FFFFFF" />
<path d="M -15, -20 L 15, -20 L 15, -15 L -15, -15 Z" fill="#454F55" />
</g>
<!-- Shadows -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="40" fill="#000000" opacity="0.2" />
<circle cx="0" cy="0" r="30" fill="#000000" opacity="0.3" />
<circle cx="0" cy="0" r="20" fill="#000000" opacity="0.4" />
</g>
<!-- Stars -->
<g transform="translate(150, 50)">
<circle cx="-20" cy="-20" r="2" fill="#FFFFFF" />
<circle cx="20" cy="-20" r="2" fill="#FFFFFF" />
<circle cx="0" cy="0" r="2" fill="#FFFFFF" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="60%" stop-color="#FFB88C"/>
<stop offset="100%" stop-color="#FFE4B5"/>
</linearGradient>
<linearGradient id="sand" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#8B4513"/>
</linearGradient>
<radialGradient id="sun" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<circle cx="250" cy="50" r="30" fill="url(#sun)"/>
<!-- Desert Ground -->
<path d="M0,200 Q150,180 300,200 L300,300 L0,300 Z" fill="url(#sand)"/>
<!-- Cactus Body -->
<path d="M130,120 Q130,80 130,60 T130,220" stroke="#2E8B57" stroke-width="20" fill="none"/>
<path d="M130,120 Q170,120 190,100" stroke="#2E8B57" stroke-width="15" fill="none"/>
<path d="M130,150 Q90,150 70,130" stroke="#2E8B57" stroke-width="15" fill="none"/>
<!-- Knight's Helmet -->
<path d="M100,60 Q130,40 160,60 L170,90 Q130,100 90,90 Z" fill="#A9A9A9"/>
<path d="M90,75 Q130,85 170,75 L165,95 Q130,105 95,95 Z" fill="#808080"/>
<path d="M115,40 L145,40 L130,10 Z" fill="#C0C0C0"/>
<!-- Helmet Visor -->
<path d="M110,65 Q130,75 150,65" stroke="#4A4A4A" stroke-width="3" fill="none"/>
<!-- Spikes -->
<path d="M130,40 L130,20" stroke="#C0C0C0" stroke-width="4"/>
<path d="M120,42 L115,25" stroke="#C0C0C0" stroke-width="4"/>
<path d="M140,42 L145,25" stroke="#C0C0C0" stroke-width="4"/>
<!-- Cactus Details -->
<circle cx="140" cy="140" r="2" fill="#1B4D3E"/>
<circle cx="120" cy="160" r="2" fill="#1B4D3E"/>
<circle cx="135" cy="180" r="2" fill="#1B4D3E"/>
<!-- Desert Details -->
<path d="M50,220 Q70,210 90,220" stroke="#8B4513" stroke-width="2" fill="none"/>
<path d="M200,230 Q220,220 240,230" stroke="#8B4513" stroke-width="2" fill="none"/>
</svg>
Judge's Analysis
Player 2's submission clearly depicts a cactus with a knight's helmet against a desert sunset, adhering well to the prompt.
The composition is visually appealing with a clear representation of the elements, while the sunset backdrop enhances the overall aesthetic.
Player 1's image lacks clarity and does not effectively convey the concept of a cactus wearing a knight's helmet.
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 with a cityscape of tiny buildings on its shell"
"Pirate cat on a unicycle juggling starfish"
"Dreamy cityscape inside a snow globe with a swirling galaxy background"
"Flying cactus in a top hat balancing on a unicycle with a desert sunset backdrop"
"Underwater circus with juggling octopus, tightrope starfish, and clownfish on unicycles"
"Meteor shower over a crystal desert"