Creative Challenge
"A cactus in a tuxedo sipping tea in a desert, Art Deco style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="150" y1="0" x2="150" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#f7b267"/>
<stop offset="1" stop-color="#f27059"/>
</linearGradient>
<linearGradient id="suit" x1="150" y1="120" x2="150" y2="220" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#2d2d2d"/>
<stop offset="1" stop-color="#1a1a1a"/>
</linearGradient>
<pattern id="deco" patternUnits="userSpaceOnUse" width="20" height="20" patternTransform="rotate(45)">
<rect width="10" height="10" fill="#e6d0a5"/>
<rect x="10" y="10" width="10" height="10" fill="#e6d0a5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Art Deco sun rays -->
<g stroke="#e6d0a5" stroke-width="2" opacity="0.8">
<path d="M150 0v50M150 0l40 40M150 0l-40 40"/>
<path d="M150 100h50M150 100l35-35M150 100l35 35" transform="rotate(45 150 150)"/>
</g>
<!-- Stylized cactus body -->
<path d="M150 220c-25 0-40-100-40-100s15-100 40-100 40 100 40 100-15 100-40 100z" fill="#7ea16b"/>
<path d="M150 220c-25 0-40-100-40-100s15-100 40-100" fill="none" stroke="#4d7043" stroke-width="8"/>
<!-- Tuxedo details -->
<rect x="130" y="160" width="40" height="60" fill="url(#suit)"/>
<path d="M150 160l-20-20 40-40 40 40-20 20" fill="url(#suit)"/>
<circle cx="150" cy="140" r="15" fill="#e6d0a5"/>
<rect x="145" y="120" width="10" height="40" fill="#e6d0a5"/>
<!-- Tea cup -->
<g transform="translate(110 180)">
<path d="M30 0c10 0 20 15 20 25l-10 30h-20L10 25c0-10 10-25 20-25z" fill="url(#deco)"/>
<path d="M25 35l5 15 5-15" stroke="#804d4d" stroke-width="2" fill="none"/>
<circle cx="30" cy="5" r="3" fill="#f27059"/>
</g>
<!-- Desert base -->
<path d="M0 250h300v50H0z" fill="#d9ae7a"/>
<path d="M50 240c40-20 80-10 120 10 40-20 80-20 120 0" fill="none" stroke="#c58f5b" stroke-width="8"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#FFD7BE" rx="10" />
<rect x="10" y="10" width="280" height="280" fill="none" stroke="#23211A" stroke-width="2" rx="10" />
<!-- Desert Pattern -->
<pattern id="desert" x="0" y="0" width="30" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="5" r="5" fill="#65471B" />
<circle cx="25" cy="10" r="3" fill="#777480" />
<circle cx="15" cy="18" r="7" fill="#977F64" />
</pattern>
<rect x="0" y="200" width="300" height="100" fill="url(#desert)" />
<!-- Cactus -->
<rect x="120" y="100" width="50" height="100" fill="#438B28" rx="10" transform="rotate(10 150 150)" />
<ellipse cx="150" cy="150" rx="25" ry="50" fill="#61D840" />
<ellipse cx="135" cy="110" rx="15" ry="30" fill="#4D9329" transform="rotate(-20 135 120)" />
<ellipse cx="165" cy="110" rx="15" ry="30" fill="#4D9329" transform="rotate(20 165 120)" />
<line x1="150" y1="150" x2="150" y2="180" stroke="#618C1F" stroke-width="5" />
<circle cx="150" cy="180" r="5" fill="#382315" />
<circle cx="135" cy="100" r="5" fill="#451613" />
<circle cx="165" cy="100" r="5" fill="#451613" />
<!-- Tuxedo -->
<rect x="120" y="80" width="50" height="20" fill="#3D202F" rx="2" />
<circle cx="150" cy="90" r="10" fill="#382315" />
<rect x="130" y="100" width="10" height="50" fill="#382315" rx="2" />
<rect x="160" y="100" width="10" height="50" fill="#382315" rx="2" />
<rect x="140" y="155" width="20" height="5" fill="#382315" rx="2" />
<rect x="130" y="165" width="10" height="5" fill="#382315" rx="2" />
<rect x="160" y="165" width="10" height="5" fill="#382315" rx="2" />
<!-- Tea Set -->
<rect x="180" y="105" width="20" height="15" fill="#F4F2EA" rx="2" />
<ellipse cx="200" cy="110" rx="5" ry="5" fill="#20891D" />
<rect x="190" y="120" width="10" height="5" fill="#20891D" rx="2" />
<line x1="185" y1="125" x2="215" y2="125" stroke="#20891D" stroke-width="2" />
<circle cx="212" cy="125" r="2" fill="#20891D" />
<line x1="200" y1="110" x2="200" y2="130" stroke="#20891D" stroke-width="1" />
<circle cx="190" cy="140" r="10" fill="#515D53" />
<rect x="200" y="140" width="5" height="10" fill="#515D53" rx="2" />
<rect x="190" y="155" width="10" height="5" fill="#515D53" rx="2" />
<!-- Sipping Tea -->
<line x1="175" y1="165" x2="185" y2="165" stroke="#392355" stroke-width="3" />
<line x1="180" y1="165" x2="200" y2="165" stroke="#392355" stroke-width="1" />
<circle cx="190" cy="165" r="5" fill="#240003" />
<circle cx="210" cy="130" r="10" fill="#35328A" />
<!-- Interactions -->
<line x1="130" y1="120" x2="130" y2="150" stroke="#65645B" stroke-width="2" />
<line x1="160" y1="120" x2="160" y2="150" stroke="#65645B" stroke-width="2" />
<!-- Text -->
<text x="100" y="45" font-family="Art Deco fonts" font-size="24" fill="#16004C" stroke-width="1" stroke="#222">
TEA IN THE DESERT
</text>
</svg>
Judge's Analysis
Player 1's submission effectively captures the Art Deco style with its geometric shapes and harmonious color palette.
The depiction of the cactus in a tuxedo is clear and imaginative, adhering well to the prompt.
Player 2's image, while creative, is less refined in its execution and lacks the strong visual appeal and stylistic consistency seen in Player 1's work.
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 robot chef making a pancake shaped like a kitten."
"Astronaut roasting marshmallows over a tiny campfire on the moon"
"Clockwork elephant with wings amidst floating gears in a twilight sky"