Creative Challenge
"Stilt-walking robot in a dessert cafe"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="tile" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#ffe4e1"/>
<circle cx="10" cy="10" r="2" fill="#ffb6c1"/>
</pattern>
<linearGradient id="metallic" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#BBB"/>
<stop offset="50%" style="stop-color:#EEE"/>
<stop offset="100%" style="stop-color:#BBB"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#fff3f0"/>
<rect width="300" height="200" y="100" fill="url(#tile)"/>
<!-- Counter -->
<rect x="20" y="150" width="260" height="80" fill="#ff9999" rx="5"/>
<rect x="25" y="145" width="250" height="10" fill="#ffb6c1" rx="2"/>
<!-- Desserts on counter -->
<circle cx="50" y="170" r="15" fill="#ffd700"/>
<rect x="80" y="160" width="30" height="30" fill="#90ee90"/>
<path d="M150,160 Q165,140 180,160" fill="#ff69b4" stroke="#ff1493" stroke-width="2"/>
<!-- Robot -->
<g transform="translate(150,140)">
<!-- Head -->
<rect x="-20" y="-60" width="40" height="40" fill="url(#metallic)" rx="5"/>
<circle cx="-8" cy="-45" r="5" fill="#00f"/>
<circle cx="8" cy="-45" r="5" fill="#00f"/>
<path d="M-10,-35 Q0,-25 10,-35" stroke="#333" fill="none" stroke-width="2"/>
<!-- Body -->
<rect x="-25" y="-20" width="50" height="60" fill="url(#metallic)" rx="8"/>
<circle cx="0" cy="0" r="15" fill="#ff4500"/>
<!-- Stilts -->
<line x1="-15" y1="40" x2="-15" y2="140" stroke="url(#metallic)" stroke-width="8"/>
<line x1="15" y1="40" x2="15" y2="140" stroke="url(#metallic)" stroke-width="8"/>
<!-- Feet -->
<ellipse cx="-15" cy="140" rx="12" ry="5" fill="#666"/>
<ellipse cx="15" cy="140" rx="12" ry="5" fill="#666"/>
<!-- Arms -->
<path d="M-25,0 Q-45,-10 -60,10" stroke="url(#metallic)" stroke-width="6" fill="none"/>
<path d="M25,0 Q45,-10 60,10" stroke="url(#metallic)" stroke-width="6" fill="none"/>
</g>
<!-- Decorative elements -->
<circle cx="40" cy="40" r="20" fill="#ffb6c1" opacity="0.5"/>
<circle cx="260" cy="60" r="25" fill="#90ee90" opacity="0.5"/>
<text x="150" y="50" text-anchor="middle" font-family="Arial" font-size="20" fill="#ff69b4">SWEET CIRCUITS</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fceabb" />
<stop offset="100%" stop-color="#f8b500" />
</linearGradient>
<pattern id="tablePattern" x="0" y="0" width="0.1" height="0.1" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="30" height="30" fill="#dcb35c" />
<line x1="0" y1="0" x2="30" y2="30" stroke="#a56e1a" stroke-width="2" />
<line x1="30" y1="0" x2="0" y2="30" stroke="#a56e1a" stroke-width="2" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Dessert cafe elements -->
<circle cx="150" cy="270" r="80" fill="url(#tablePattern)" />
<rect x="120" y="210" width="60" height="60" fill="#b5651d" rx="10" />
<circle cx="150" cy="240" r="25" fill="#f7d8ba" />
<rect x="145" y="235" width="10" height="10" fill="#964B00" />
<!-- Robot -->
<g transform="translate(120, 120)">
<!-- Head -->
<rect x="20" y="5" width="40" height="40" fill="#5F4B8B" stroke="#3B2E5C" stroke-width="2" />
<circle cx="35" cy="20" r="5" fill="#fff" />
<circle cx="35" cy="20" r="3" fill="#000" />
<circle cx="55" cy="20" r="5" fill="#fff" />
<circle cx="55" cy="20" r="3" fill="#000" />
<rect x="30" y="35" width="20" height="5" fill="#3B2E5C" />
<!-- Body -->
<rect x="25" y="50" width="30" height="50" fill="#8A2BE2" />
<!-- Legs (stilts) -->
<rect x="30" y="100" width="5" height="100" fill="#7765E3" />
<rect x="45" y="100" width="5" height="100" fill="#7765E3" />
<!-- Arms -->
<rect x="5" y="55" width="15" height="5" fill="#8A2BE2" />
<rect x="60" y="55" width="15" height="5" fill="#8A2BE2" />
</g>
<!-- Artistic Elements -->
<path d="M205,175 C220,160 230,180 245,170" fill="none" stroke="#FFD700" stroke-width="3" stroke-linecap="round" />
<path d="M50,80 C60,70 80,90 100,60" fill="none" stroke="#FF69B4" stroke-width="3" stroke-linecap="round" />
<!-- Additional stylization -->
<ellipse cx="150" cy="50" rx="80" ry="30" fill="none" stroke="#F4A460" stroke-width="2" />
<path d="M100,10 C120,30 140,10 160,40" fill="none" stroke="#f00" stroke-width="2" stroke-dasharray="4" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of a 'stilt-walking robot in a dessert cafe' with its clear depiction of a robot on stilts and a vibrant café atmosphere.
The use of colors and shapes enhances the visual appeal and creativity, while the technical execution is smooth.
Player 1's image, while colorful, lacks the depiction of stilts and does not fully convey the prompt's concept.
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
"Tree with clockwork gears for foliage against a full moon"
"An umbrella made of clouds, raining colorful candy drops"
"Juggling octopus wearing neon roller skates"
"Whale painting a starry night sky with its tail"
"Floating enchanted cactus with lunar eyes in a starlit desert"
"Clock made of melting pancakes with syrup hands against a pink sunrise"