Creative Challenge
"Two robots fencing with spaghetti noodles on a cloud."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cloudGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff"/>
<stop offset="100%" style="stop-color:#e0e0ff"/>
</linearGradient>
<pattern id="circuit" patternUnits="userSpaceOnUse" width="20" height="20">
<path d="M0 10 h20 M10 0 v20" stroke="#44444422" stroke-width="1"/>
</pattern>
</defs>
<!-- Cloud Platform -->
<path d="M50 180 q50-40 100-20 q30-30 80-20 q40-20 70 20 q-20 40-60 50 q-40 30-100 20 q-60 20-100-10 q-30 0-40-20 q20-30 50-20" fill="url(#cloudGrad)"/>
<!-- Robot 1 -->
<g transform="translate(100,150)">
<rect x="-20" y="-40" width="40" height="60" fill="#3498db" rx="5"/>
<rect x="-25" y="-45" width="50" height="15" fill="#2980b9" rx="3"/>
<circle cx="-8" cy="-35" r="4" fill="#e74c3c"/>
<circle cx="8" cy="-35" r="4" fill="#e74c3c"/>
<rect x="-15" y="-25" width="30" height="5" fill="#95a5a6"/>
<rect x="-15" y="-15" width="30" height="5" fill="#95a5a6"/>
<path d="M0,-40 l-30,-20 l5,-5 l25,15" fill="#3498db"/>
<path fill="none" stroke="#f1c40f" stroke-width="3" d="M20,-30 c20,-10 40,-20 60,10"/>
</g>
<!-- Robot 2 -->
<g transform="translate(200,150) scale(-1,1)">
<rect x="-20" y="-40" width="40" height="60" fill="#e74c3c" rx="5"/>
<rect x="-25" y="-45" width="50" height="15" fill="#c0392b" rx="3"/>
<circle cx="-8" cy="-35" r="4" fill="#3498db"/>
<circle cx="8" cy="-35" r="4" fill="#3498db"/>
<rect x="-15" y="-25" width="30" height="5" fill="#95a5a6"/>
<rect x="-15" y="-15" width="30" height="5" fill="#95a5a6"/>
<path d="M0,-40 l-30,-20 l5,-5 l25,15" fill="#e74c3c"/>
<path fill="none" stroke="#f1c40f" stroke-width="3" d="M20,-30 c20,-10 40,-20 60,10"/>
</g>
<!-- Circuit pattern overlay -->
<rect x="0" y="0" width="300" height="300" fill="url(#circuit)" opacity="0.1"/>
<!-- Steam effects -->
<g opacity="0.3">
<path d="M140 190 q-10-10 0-20 q10-10 0-20" fill="none" stroke="#95a5a6" stroke-width="2"/>
<path d="M160 190 q-10-10 0-20 q10-10 0-20" fill="none" stroke="#95a5a6" stroke-width="2"/>
<path d="M180 190 q-10-10 0-20 q10-10 0-20" fill="none" stroke="#95a5a6" stroke-width="2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<!-- Background sky gradient -->
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#7dd3fc"/>
<stop offset="100%" stop-color="#dbeafe"/>
</linearGradient>
<!-- Metallic robot gradients -->
<linearGradient id="metalOrange" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffb347"/>
<stop offset="50%" stop-color="#ffcc33"/>
<stop offset="100%" stop-color="#ff9e2c"/>
</linearGradient>
<linearGradient id="metalTeal" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#5eead4"/>
<stop offset="50%" stop-color="#2dd4bf"/>
<stop offset="100%" stop-color="#14b8a6"/>
</linearGradient>
<!-- Cloud gradient -->
<radialGradient id="cloudGrad" cx="0.5" cy="0.4" r="0.7">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#e0f2fe"/>
</radialGradient>
<!-- Gold spaghetti gradient -->
<linearGradient id="spaghetti" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f9e79f"/>
<stop offset="100%" stop-color="#f4d03f"/>
</linearGradient>
<!-- Spark gradient -->
<radialGradient id="sparkGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="60%" stop-color="#ffeb3b"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)"/>
</radialGradient>
<!-- Soft shadow filter -->
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="rgba(0,0,0,0.25)"/>
</filter>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Cloud platform -->
<g filter="url(#shadow)">
<ellipse cx="150" cy="200" rx="100" ry="30" fill="url(#cloudGrad)"/>
<circle cx="80" cy="190" r="35" fill="url(#cloudGrad)"/>
<circle cx="220" cy="190" r="35" fill="url(#cloudGrad)"/>
<circle cx="130" cy="175" r="45" fill="url(#cloudGrad)"/>
<circle cx="175" cy="175" r="45" fill="url(#cloudGrad)"/>
</g>
<!-- Robot Left -->
<g id="robotLeft" transform="translate(80,100)">
<!-- Antenna -->
<line x1="15" y1="-10" x2="15" y2="-20" stroke="#ffcc33" stroke-width="3"/>
<circle cx="15" cy="-23" r="3" fill="#ffcc33"/>
<!-- Head -->
<rect x="0" y="0" width="30" height="30" rx="4" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1.5"/>
<!-- Eyes -->
<circle cx="10" cy="12" r="4" fill="#ffffff"/>
<circle cx="20" cy="12" r="4" fill="#ffffff"/>
<circle cx="10" cy="12" r="2" fill="#000000"/>
<circle cx="20" cy="12" r="2" fill="#000000"/>
<!-- Mouth -->
<rect x="8" y="22" width="14" height="3" fill="#b5651d"/>
<!-- Body -->
<rect x="-5" y="35" width="40" height="45" rx="6" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1.5"/>
<!-- Left Arm -->
<g transform="translate(-5,40)">
<rect x="-20" y="8" width="20" height="6" rx="3" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1"/>
</g>
<!-- Right Arm holding spaghetti -->
<g id="leftArmWeapon" transform="translate(35,45) rotate(20)">
<rect x="0" y="0" width="22" height="6" rx="3" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1"/>
<!-- Spaghetti noodle -->
<path d="M22 3 Q40 -5 60 3 T100 3" fill="none" stroke="url(#spaghetti)" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Legs -->
<rect x="2" y="80" width="10" height="20" rx="2" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1"/>
<rect x="18" y="80" width="10" height="20" rx="2" fill="url(#metalOrange)" stroke="#b8860b" stroke-width="1"/>
</g>
<!-- Robot Right -->
<g id="robotRight" transform="translate(220,110) scale(-1,1)">
<!-- Antenna -->
<line x1="15" y1="-10" x2="15" y2="-20" stroke="#5eead4" stroke-width="3"/>
<circle cx="15" cy="-23" r="3" fill="#5eead4"/>
<!-- Head -->
<rect x="0" y="0" width="30" height="30" rx="4" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1.5"/>
<!-- Eyes -->
<circle cx="10" cy="12" r="4" fill="#ffffff"/>
<circle cx="20" cy="12" r="4" fill="#ffffff"/>
<circle cx="10" cy="12" r="2" fill="#000000"/>
<circle cx="20" cy="12" r="2" fill="#000000"/>
<!-- Mouth -->
<rect x="8" y="22" width="14" height="3" fill="#0f766e"/>
<!-- Body -->
<rect x="-5" y="35" width="40" height="45" rx="6" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1.5"/>
<!-- Left Arm holding spaghetti (mirrored) -->
<g id="rightArmWeapon" transform="translate(-5,45) rotate(200)">
<rect x="0" y="0" width="22" height="6" rx="3" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1"/>
<!-- Spaghetti noodle -->
<path d="M22 3 Q40 -5 60 3 T100 3" fill="none" stroke="url(#spaghetti)" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Right Arm -->
<g transform="translate(35,40)">
<rect x="0" y="8" width="20" height="6" rx="3" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1"/>
</g>
<!-- Legs -->
<rect x="2" y="80" width="10" height="20" rx="2" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1"/>
<rect x="18" y="80" width="10" height="20" rx="2" fill="url(#metalTeal)" stroke="#0f766e" stroke-width="1"/>
</g>
<!-- Collision Spark -->
<g transform="translate(150,115)">
<circle r="20" fill="url(#sparkGrad)"/>
<g stroke="#fff176" stroke-width="2">
<line x1="-15" y1="0" x2="15" y2="0"/>
<line x1="0" y1="-15" x2="0" y2="15"/>
<line x1="-11" y1="-11" x2="11" y2="11"/>
<line x1="11" y1="-11" x2="-11" y2="11"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger visual appeal and technical quality, with more detailed and expressive robot designs and a vibrant background.
The robots appear more dynamic and engaged, effectively adhering to the prompt.
While Player 1's submission is creative, it lacks the same level of detail and compositional strength as Player 2'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 cat balancing on a tightrope over a canyon at sunset."
"A jellyfish wearing a crown, floating through space among asteroids."