Creative Challenge
"Robot chef juggling planets in a cosmic kitchen"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="metal" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8B8B8B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#D3D3D3;stop-opacity:1" />
</linearGradient>
<radialGradient id="fire" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8E8E;stop-opacity:0" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="linear-gradient(45deg,#0B0B2D,#1A1A4A)"/>
<!-- Robot Body -->
<path d="M150,100 L200,150 L150,200 L100,150 Z" fill="url(#metal)" filter="url(#glow)"/>
<!-- Head -->
<circle cx="150" cy="120" r="20" fill="#666"/>
<!-- Arms -->
<path d="M150,130 L180,100 L210,130" fill="#444"/>
<path d="M150,170 L180,200 L210,170" fill="#444"/>
<!-- Chef Hat -->
<rect x="140" y="100" width="20" height="30" fill="#8B0000"/>
<rect x="130" y="120" width="40" height="20" fill="#8B0000"/>
<!-- Spatula -->
<path d="M150,150 L160,160 L170,150" fill="#FFD700" filter="url(#glow)"/>
<!-- Planets -->
<circle cx="100" cy="50" r="15" fill="url(#fire)" filter="url(#glow)"/>
<circle cx="250" cy="80" r="20" fill="url(#fire)" filter="url(#glow)"/>
<circle cx="200" cy="250" r="25" fill="url(#fire)" filter="url(#glow)"/>
<circle cx="50" cy="220" r="30" fill="url(#fire)" filter="url(#glow)"/>
<!-- Kitchen Elements -->
<rect x="120" y="220" width="60" height="30" rx="15" fill="#333"/>
<circle cx="150" cy="240" r="10" fill="#FFD700" filter="url(#glow)"/>
<circle cx="150" cy="260" r="10" fill="#FFD700" filter="url(#glow)"/>
<!-- Cosmic Elements -->
<circle cx="30" cy="30" r="5" fill="#FFFFFF"/>
<circle cx="270" cy="30" r="5" fill="#FFFFFF"/>
<circle cx="30" cy="270" r="5" fill="#FFFFFF"/>
<circle cx="270" cy="270" r="5" fill="#FFFFFF"/>
<!-- Background Stars -->
<circle cx="150" cy="150" r="100" fill="none" stroke="#666" stroke-width="0.5"/>
<circle cx="150" cy="150" r="80" fill="none" stroke="#666" stroke-width="0.5"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cosmic Kitchen Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#galaxy)" rx="20" />
<defs>
<radialGradient id="galaxy" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#2E4053" />
<stop offset="0.5" stop-color="#1A1D23" />
<stop offset="1" stop-color="#0A0F14" />
</radialGradient>
</defs>
<!-- Robot Chef -->
<g transform="translate(150, 120)">
<circle cx="0" cy="0" r="30" fill="#F7DC6F" />
<circle cx="0" cy="-20" r="10" fill="#F7DC6F" />
<rect x="-20" y="-30" width="40" height="10" fill="#F7DC6F" rx="5" />
<circle cx="-15" cy="-35" r="5" fill="#8B9467" />
<circle cx="15" cy="-35" r="5" fill="#8B9467" />
<path d="M -20, -40 L 20, -40 L 20, -50 L -20, -50 Z" fill="#8B9467" />
</g>
<!-- Juggling Planets -->
<g transform="translate(150, 100)">
<circle cx="-50" cy="0" r="20" fill="url(#planet1)" />
<circle cx="0" cy="0" r="20" fill="url(#planet2)" />
<circle cx="50" cy="0" r="20" fill="url(#planet3)" />
<defs>
<radialGradient id="planet1" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#34A85A" />
<stop offset="1" stop-color="#228B22" />
</radialGradient>
<radialGradient id="planet2" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#FFC107" />
<stop offset="1" stop-color="#FF9900" />
</radialGradient>
<radialGradient id="planet3" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#87CEEB" />
<stop offset="1" stop-color="#4682B4" />
</radialGradient>
</defs>
</g>
<!-- Kitchen Utensils -->
<g transform="translate(150, 150)">
<rect x="-30" y="-20" width="10" height="40" fill="#8B9467" rx="2" />
<rect x="20" y="-20" width="10" height="40" fill="#8B9467" rx="2" />
<circle cx="0" cy="-30" r="10" fill="#F7DC6F" />
</g>
<!-- Stars and Glitter -->
<g>
<circle cx="50" cy="50" r="2" fill="#FFFFFF" />
<circle cx="100" cy="150" r="2" fill="#FFFFFF" />
<circle cx="200" cy="250" r="2" fill="#FFFFFF" />
<circle cx="250" cy="50" r="2" fill="#FFFFFF" />
<circle cx="150" cy="200" r="2" fill="#FFFFFF" />
</g>
</svg>
Judge's Analysis
Player 2's submission more clearly represents the prompt with a recognizable robot form and planets, enhancing the cosmic kitchen theme.
The use of different colors for the planets adds visual appeal and creativity.
Player 1's image, while abstract, lacks clear elements that strongly convey the theme of a robot chef juggling planets.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"