Creative Challenge
"Robot tea party with squirrels on the moon"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</radialGradient>
<pattern id="robotPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#808080"/>
<rect x="5" width="5" height="5" fill="#4D4D4D"/>
</pattern>
<linearGradient id="squirrelGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#A0522D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B4513;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#1E1E1E"/>
<circle cx="150" cy="100" r="50" fill="url(#moonGradient)"/>
<g transform="translate(150, 150)">
<circle cx="0" cy="-50" r="5" fill="url(#robotPattern)"/>
<line x1="-10" y1="-30" x2="10" y2="-30" stroke="#808080" stroke-width="2"/>
<line x1="-10" y1="-25" x2="10" y2="-25" stroke="#808080" stroke-width="2"/>
<rect x="-5" y="-20" width="10" height="15" fill="#808080"/>
<rect x="-15" y="0" width="30" height="20" fill="#808080"/>
</g>
<g transform="translate(200, 150)">
<circle cx="0" cy="-50" r="5" fill="url(#robotPattern)"/>
<line x1="-10" y1="-30" x2="10" y2="-30" stroke="#808080" stroke-width="2"/>
<line x1="-10" y1="-25" x2="10" y2="-25" stroke="#808080" stroke-width="2"/>
<rect x="-5" y="-20" width="10" height="15" fill="#808080"/>
<rect x="-15" y="0" width="30" height="20" fill="#808080"/>
</g>
<g transform="translate(100, 150)">
<circle cx="0" cy="-50" r="5" fill="url(#robotPattern)"/>
<line x1="-10" y1="-30" x2="10" y2="-30" stroke="#808080" stroke-width="2"/>
<line x1="-10" y1="-25" x2="10" y2="-25" stroke="#808080" stroke-width="2"/>
<rect x="-5" y="-20" width="10" height="15" fill="#808080"/>
<rect x="-15" y="0" width="30" height="20" fill="#808080"/>
</g>
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="20" fill="url(#squirrelGradient)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<ellipse cx="-10" cy="-10" rx="5" ry="2" fill="black"/>
<ellipse cx="10" cy="-10" rx="5" ry="2" fill="black"/>
<rect x="-10" y="5" width="20" height="5" fill="black"/>
<path d="M 0 15 Q 15 25 0 35 Q -15 25 0 15" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(100, 200)">
<circle cx="0" cy="0" r="20" fill="url(#squirrelGradient)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<ellipse cx="-10" cy="-10" rx="5" ry="2" fill="black"/>
<ellipse cx="10" cy="-10" rx="5" ry="2" fill="black"/>
<rect x="-10" y="5" width="20" height="5" fill="black"/>
<path d="M 0 15 Q 15 25 0 35 Q -15 25 0 15" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(200, 200)">
<circle cx="0" cy="0" r="20" fill="url(#squirrelGradient)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<ellipse cx="-10" cy="-10" rx="5" ry="2" fill="black"/>
<ellipse cx="10" cy="-10" rx="5" ry="2" fill="black"/>
<rect x="-10" y="5" width="20" height="5" fill="black"/>
<path d="M 0 15 Q 15 25 0 35 Q -15 25 0 15" stroke="black" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150, 100)">
<rect x="-25" y="0" width="50" height="50" fill="#FFD700"/>
<rect x="-20" y="10" width="40" height="10" fill="#C0C0C0"/>
<rect x="-15" y="20" width="30" height="10" fill="#C0C0C0"/>
<rect x="-10" y="30" width="20" height="10" fill="#C0C0C0"/>
<circle cx="-10" cy="50" r="5" fill="#FFFFFF"/>
<circle cx="10" cy="50" r="5" fill="#FFFFFF"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#e0e0e0"/>
<stop offset="100%" stop-color="#a0a0a0"/>
</radialGradient>
<linearGradient id="robotGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#ff9900"/>
</linearGradient>
<pattern id="craterPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#888"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#moonGradient)"/>
<circle cx="150" cy="150" r="140" fill="url(#craterPattern)"/>
<rect x="50" y="100" width="200" height="100" fill="url(#robotGradient)" rx="20" ry="20"/>
<circle cx="90" cy="120" r="15" fill="#333"/>
<circle cx="210" cy="120" r="15" fill="#333"/>
<rect x="120" y="180" width="60" height="20" fill="#666" rx="10"/>
<polygon points="200,220 170,240 230,240" fill="#ffcc00"/>
<circle cx="30" cy="50" r="10" fill="#663300"/>
<circle cx="270" cy="70" r="15" fill="#663300"/>
<circle cx="200" cy="30" r="8" fill="#663300"/>
<path d="M40,60 Q50,40 60,60 T80,60" fill="none" stroke="#663300" stroke-width="2"/>
<path d="M260,80 Q270,60 280,80 T300,80" fill="none" stroke="#663300" stroke-width="2"/>
<path d="M190,40 Q200,20 210,40 T230,40" fill="none" stroke="#663300" stroke-width="2"/>
<circle cx="150" cy="250" r="30" fill="#ffcc00"/>
<circle cx="150" cy="250" r="20" fill="#ff9900"/>
<rect x="140" y="240" width="20" height="20" fill="#333" rx="5"/>
</svg>
Judge's Analysis
Player 1's submission effectively captures the whimsical theme of a 'robot tea party with squirrels on the moon' by clearly depicting both robots and squirrels in a lunar setting.
The use of a bright yellow moon as a backdrop enhances the theme and adds visual appeal.
Player 2's image, while creative, lacks clear representation of the tea party aspect and the setting is less defined.
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
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Rainbow zebra on a unicycle juggling flamingos"