Creative Challenge
"A cactus wearing a monocle and top hat, sipping tea in the desert at sunset"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #FF7E5F; stop-opacity:1" />
<stop offset="100%" style="stop-color: #F9D423; stop-opacity:1" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Cactus Body -->
<path d="M150,100 Q130,130 150,160 Q170,130 150,160" fill="#6C7C32" stroke="#4D5D22" stroke-width="3"/>
<path d="M150,160 Q140,180 150,200 Q160,180 150,200" fill="#6C7C32" stroke="#4D5D22" stroke-width="3"/>
<!-- Cactus Spines -->
<line x1="140" y1="110" x2="145" y2="105" stroke="#4D5D22" stroke-width="2" />
<line x1="160" y1="110" x2="155" y2="105" stroke="#4D5D22" stroke-width="2" />
<line x1="145" y1="170" x2="140" y2="165" stroke="#4D5D22" stroke-width="2" />
<line x1="155" y1="170" x2="160" y2="165" stroke="#4D5D22" stroke-width="2" />
<!-- Monocle -->
<circle cx="150" cy="90" r="15" fill="white" stroke="#4D5D22" stroke-width="2"/>
<circle cx="150" cy="90" r="10" fill="black"/>
<!-- Top Hat -->
<rect x="135" y="75" width="30" height="15" fill="#2E3440" rx="5" />
<rect x="130" y="60" width="40" height="10" fill="#2E3440" rx="5" />
<!-- Tea Cup -->
<ellipse cx="180" cy="150" rx="20" ry="10" fill="#F4A460" stroke="#C78D61" stroke-width="2" />
<line x1="180" y1="160" x2="180" y2="180" stroke="#C78D61" stroke-width="3" />
<!-- Desert -->
<path d="M0,220 Q100,190 200,220 Q300,250 300,300 V220 H0 Z" fill="#F5DEB3" stroke="#D2B48C" stroke-width="2" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="yellow" stroke="orange" stroke-width="2" />
<!-- Shadows -->
<ellipse cx="150" cy="210" rx="20" ry="5" fill="#4D5D22" opacity="0.5" />
<ellipse cx="180" cy="190" rx="10" ry="3" fill="#4D5D22" opacity="0.5" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Desert background -->
<rect x="0" y="0" width="300" height="300" fill="#FFC977" />
<!-- Sun -->
<circle cx="250" cy="50" r="40" fill="#FFD700" />
<!-- Sky -->
<rect x="0" y="0" width="300" height="150" fill="#94C8D0" />
<!-- Cactus body -->
<path d="M150 150 l-30 -50 h60z" fill="#7BB661" />
<!-- Cactus arms -->
<path d="M120 150 l-10 -35 h20z M180 150 l10 -35 h-20z" fill="#7BB661" />
<!-- Cactus head -->
<circle cx="150" cy="120" r="20" fill="#7BB661" />
<!-- Monocle -->
<circle cx="143" cy="115" r="8" fill="#333333" />
<circle cx="143" cy="115" r="6" fill="#FFF" />
<!-- Top hat -->
<path d="M130 90 h40 l-8 -25 h-24z" fill="#000" />
<!-- Tea cup -->
<ellipse cx="175" cy="200" rx="20" ry="10" fill="#D9B59C" />
<path d="M165 200 l20 -25 h-10z" fill="#D9B59C" />
</svg>
Judge's Analysis
Player 1's submission effectively captures the whimsical concept of a cactus with a monocle and top hat sipping tea in the desert at sunset.
The warm gradient background enhances the sunset feel, and the placement of the monocle and top hat is clear and creative.
While Player 2's image is simpler and uses a contrasting color scheme, it lacks the same level of detail and thematic clarity.
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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"