Creative Challenge
"Robot juggling planets on a unicycle under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="planet1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF5733;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#C70039;stop-opacity:1"/>
</linearGradient>
<linearGradient id="planet2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFC300;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FF5733;stop-opacity:1"/>
</linearGradient>
<linearGradient id="planet3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#900C3F;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#581845;stop-opacity:1"/>
</linearGradient>
<radialGradient id="robotBody" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#B2FF59;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#76FF03;stop-opacity:1"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="black"/>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.1" />
<circle cx="150" cy="150" r="50" fill="url(#robotBody)" />
<rect x="140" y="130" width="20" height="60" fill="grey" />
<circle cx="150" cy="130" r="15" fill="black" />
<path d="M120,210 C140,180 160,180 180,210" fill="none" stroke="grey" stroke-width="5" />
<line x1="150" y1="180" x2="110" y2="220" stroke="grey" stroke-width="5" />
<line x1="150" y1="180" x2="190" y2="220" stroke="grey" stroke-width="5" />
<circle cx="110" cy="220" r="10" fill="url(#planet1)" />
<circle cx="150" cy="120" r="15" fill="url(#planet2)" />
<circle cx="190" cy="220" r="12" fill="url(#planet3)" />
<circle cx="80" cy="80" r="4" fill="white" />
<circle cx="240" cy="50" r="3" fill="white" />
<circle cx="220" cy="230" r="5" fill="white" />
<circle cx="90" cy="250" r="2" fill="white" />
<circle cx="50" cy="150" r="3" fill="white" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00172d"/>
<stop offset="100%" stop-color="#000814"/>
</linearGradient>
<radialGradient id="gradJ" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d4a373"/>
<stop offset="100%" stop-color="#a25e50"/>
</radialGradient>
<radialGradient id="gradG" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#8fcf77"/>
<stop offset="100%" stop-color="#3e8e41"/>
</radialGradient>
<radialGradient id="gradBl" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#c580e4"/>
<stop offset="100%" stop-color="#4b0082"/>
</radialGradient>
<radialGradient id="gradR" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#f08080"/>
<stop offset="100%" stop-color="#a83232"/>
</radialGradient>
<radialGradient id="gradY" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff68f"/>
<stop offset="100%" stop-color="#d4b94e"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="1.5" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- stars -->
<g fill="white">
<circle cx="15" cy="25" r="1.2" opacity="0.8" filter="url(#glow)"/>
<circle cx="45" cy="60" r="0.9" opacity="0.7"/>
<circle cx="75" cy="30" r="1.5" filter="url(#glow)"/>
<circle cx="120" cy="80" r="1" opacity="0.6"/>
<circle cx="180" cy="40" r="1.3" opacity="0.8" filter="url(#glow)"/>
<circle cx="220" cy="90" r="0.8" opacity="0.5"/>
<circle cx="260" cy="20" r="1.4" filter="url(#glow)"/>
<circle cx="290" cy="70" r="1" opacity="0.7"/>
<circle cx="200" cy="20" r="0.9" opacity="0.6"/>
<circle cx="50" cy="120" r="1.2" filter="url(#glow)"/>
<circle cx="100" cy="40" r="1" opacity="0.7"/>
<circle cx="140" cy="15" r="1.3" filter="url(#glow)"/>
<circle cx="240" cy="140" r="1" opacity="0.6"/>
<circle cx="280" cy="110" r="0.8" opacity="0.5"/>
<circle cx="30" cy="200" r="1.2" filter="url(#glow)"/>
<circle cx="80" cy="180" r="1" opacity="0.6"/>
<circle cx="160" cy="170" r="1.5" filter="url(#glow)"/>
<circle cx="200" cy="200" r="1" opacity="0.7"/>
<circle cx="260" cy="160" r="0.9" opacity="0.6"/>
</g>
<!-- planetary orbits -->
<path d="M90,80 A60,60 0 0,1 210,80" stroke="#ccc" stroke-dasharray="2,2" fill="none" opacity="0.4"/>
<path d="M120,60 A48,48 0 1,0 180,60" stroke="#ddd" stroke-dasharray="3,2" fill="none" opacity="0.4"/>
<!-- planets -->
<circle cx="100" cy="80" r="12" fill="url(#gradJ)" stroke="#8c572a" stroke-width="1"/>
<circle cx="120" cy="60" r="8" fill="url(#gradG)" stroke="#266333" stroke-width="1"/>
<circle cx="160" cy="70" r="10" fill="url(#gradBl)" stroke="#3b0050" stroke-width="1"/>
<circle cx="135" cy="40" r="7" fill="url(#gradR)" stroke="#7a1c1c" stroke-width="1"/>
<circle cx="180" cy="90" r="6" fill="url(#gradY)" stroke="#b59529" stroke-width="1"/>
<!-- unicycle -->
<ellipse cx="150" cy="260" rx="20" ry="5" fill="#000" opacity="0.2"/>
<circle cx="150" cy="260" r="30" fill="#444" stroke="#222" stroke-width="4"/>
<circle cx="150" cy="260" r="25" fill="#666" stroke="#333" stroke-width="2"/>
<line x1="150" y1="230" x2="150" y2="260" stroke="#bbb" stroke-width="4" stroke-linecap="round"/>
<line x1="150" y1="230" x2="160" y2="220" stroke="#bbb" stroke-width="4" stroke-linecap="round"/>
<rect x="155" y="215" width="10" height="6" fill="#888"/>
<!-- robot -->
<g transform="translate(150,230)">
<!-- legs -->
<line x1="-5" y1="-20" x2="-15" y2="0" stroke="#667" stroke-width="3" stroke-linecap="round"/>
<line x1="5" y1="-20" x2="15" y2="0" stroke="#667" stroke-width="3" stroke-linecap="round"/>
<circle cx="-15" cy="0" r="3" fill="#ccd"/>
<circle cx="15" cy="0" r="3" fill="#ccd"/>
<!-- body -->
<rect x="-10" y="-50" width="20" height="30" fill="#88a" stroke="#667" stroke-width="2"/>
<!-- head -->
<circle cx="0" cy="-65" r="12" fill="#ccd" stroke="#889" stroke-width="2"/>
<!-- eyes and mouth -->
<circle cx="-5" cy="-68" r="2" fill="#000"/>
<circle cx="5" cy="-68" r="2" fill="#000"/>
<line x1="-4" y1="-60" x2="4" y2="-60" stroke="#000" stroke-width="1" stroke-linecap="round"/>
<!-- antenna -->
<line x1="0" y1="-77" x2="0" y2="-85" stroke="#667" stroke-width="1"/>
<circle cx="0" cy="-87" r="3" fill="#f08"/>
<!-- arms -->
<line x1="-10" y1="-40" x2="-35" y2="-20" stroke="#667" stroke-width="3" stroke-linecap="round"/>
<line x1="10" y1="-40" x2="35" y2="-20" stroke="#667" stroke-width="3" stroke-linecap="round"/>
<circle cx="-35" cy="-20" r="4" fill="#ccd" stroke="#889" stroke-width="1"/>
<circle cx="35" cy="-20" r="4" fill="#ccd" stroke="#889" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission depicts a clear robot on a unicycle juggling planets under a starry sky, adhering closely to the prompt.
The composition is detailed and visually appealing, with a sense of motion in the juggling planets.
Player 1's submission, while creative, is abstract and lacks recognizable elements of the prompt, such as a robot or a unicycle, making it less relevant to the theme.
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
"Octopus juggling neon umbrellas under a starry sky."
"A striped zebra wearing a polka-dotted party hat under a rainbow."
"Two cats sword-fighting on a tightrope above a cityscape at sunset."