Creative Challenge
"An alien chef juggling planets in a cosmic kitchen."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" >
<defs>
<!-- Gradients -->
<radialGradient id="planet1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</radialGradient>
<radialGradient id="planet2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#a18cd1"/>
<stop offset="100%" stop-color="#fbc2eb"/>
</radialGradient>
<radialGradient id="planet3" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fbc7a4"/>
<stop offset="100%" stop-color="#a6c0fe"/>
</radialGradient>
<radialGradient id="planet4" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fccb90"/>
<stop offset="100%" stop-color="#d57eeb"/>
</radialGradient>
<linearGradient id="kitchenBg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0b1a24"/>
<stop offset="100%" stop-color="#1d334d"/>
</linearGradient>
<radialGradient id="alienSkin" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#67f6e7"/>
<stop offset="100%" stop-color="#0b7285"/>
</radialGradient>
<radialGradient id="eyeGlow" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#f6ff00" stop-opacity="1"/>
<stop offset="80%" stop-color="#f6ff00" stop-opacity="0"/>
</radialGradient>
<pattern id="cosmicPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1.5" fill="#d4d4f7" />
<circle cx="15" cy="7" r="2" fill="#9bb0ff" />
<circle cx="10" cy="15" r="1" fill="#f9f5f2" />
</pattern>
<!-- Filters -->
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%" >
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#67f6e7" flood-opacity="0.9"/>
<feDropShadow dx="0" dy="0" stdDeviation="6" flood-color="#0b7285" flood-opacity="0.5"/>
</filter>
<filter id="planetShadow" x="-40%" y="-40%" width="180%" height="180%" >
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.5"/>
</filter>
</defs>
<!-- Background cosmic kitchen -->
<rect width="300" height="300" fill="url(#kitchenBg)" />
<!-- Floating cosmic tiles - stylized kitchen counters -->
<g fill="url(#cosmicPattern)" opacity="0.12" filter="url(#planetShadow)">
<rect x="10" y="220" width="80" height="60" rx="10" ry="10" />
<rect x="110" y="230" width="100" height="50" rx="14" ry="14" />
<rect x="230" y="210" width="60" height="70" rx="8" ry="8" />
</g>
<!-- Alien Chef body -->
<g filter="url(#glow)">
<ellipse cx="150" cy="180" rx="40" ry="60" fill="url(#alienSkin)" />
<!-- Belly glow panel -->
<ellipse cx="150" cy="180" rx="20" ry="40" fill="url(#alienSkin)" fill-opacity="0.6" />
</g>
<!-- Alien limbs with subtle shadows -->
<g stroke="#0b7285" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" filter="url(#glow)">
<!-- Left arm juggling -->
<path d="M110 170 Q90 130 115 110" fill="none" />
<circle cx="115" cy="110" r="8" fill="#67f6e7" />
<!-- Fingers juggling planets -->
<circle cx="105" cy="115" r="2" fill="#0b7285" />
<circle cx="125" cy="105" r="2" fill="#0b7285" />
<!-- Right arm juggling -->
<path d="M190 170 Q210 140 185 120" fill="none" />
<circle cx="185" cy="120" r="9" fill="#67f6e7" />
<circle cx="195" cy="125" r="2" fill="#0b7285" />
<circle cx="175" cy="115" r="2" fill="#0b7285" />
<!-- Legs standing -->
<path d="M130 238 Q130 270 120 275" fill="none"/>
<path d="M170 238 Q170 270 180 275" fill="none"/>
</g>
<!-- Alien head -->
<g filter="url(#glow)">
<ellipse cx="150" cy="110" rx="50" ry="45" fill="url(#alienSkin)" />
<!-- Alien face details: subtle shading -->
<ellipse cx="150" cy="115" rx="38" ry="35" fill="url(#alienSkin)" fill-opacity="0.8" />
<!-- Alien eyes with glow -->
<g>
<ellipse cx="125" cy="105" rx="12" ry="20" fill="#0dcaf0" />
<ellipse cx="175" cy="105" rx="12" ry="20" fill="#0dcaf0" />
<ellipse cx="125" cy="105" rx="8" ry="12" fill="url(#eyeGlow)" />
<ellipse cx="175" cy="105" rx="8" ry="12" fill="url(#eyeGlow)" />
<!-- Pupils -->
<circle cx="125" cy="105" r="5" fill="#001f24" />
<circle cx="175" cy="105" r="5" fill="#001f24" />
</g>
<!-- Alien nose: abstract -->
<path d="M148 120 q2 4 6 0" stroke="#0b7285" stroke-width="2" fill="none" />
<!-- Alien mouth: concentric glowing rings -->
<g>
<ellipse cx="150" cy="135" rx="20" ry="6" fill="none" stroke="#67f6e7" stroke-width="2" opacity="0.3"/>
<ellipse cx="150" cy="135" rx="13" ry="4" fill="#0b7285" />
</g>
</g>
<!-- Chef Hat -->
<g filter="url(#glow)">
<path d="M115 70 q20 -30 70 5 q-10 40 -70 10 z" fill="#ffeeff" stroke="#d889e7" stroke-width="2"/>
<ellipse cx="150" cy="69" rx="35" ry="18" fill="#f9f9f9" />
<ellipse cx="150" cy="70" rx="35" ry="8" fill="url(#eyeGlow)" opacity="0.25"/>
</g>
<!-- Cosmic planets being juggled -->
<g filter="url(#planetShadow)" stroke="#222" stroke-width="1">
<!-- Planet 1: Pink gaseous -->
<circle cx="100" cy="70" r="15" fill="url(#planet1)" />
<ellipse cx="90" cy="60" rx="6" ry="14" fill="rgba(255,255,255,0.1)" />
<circle cx="108" cy="75" r="2" fill="#fff" opacity="0.8" />
<!-- Rings -->
<ellipse cx="100" cy="70" rx="22" ry="7" fill="none" stroke="#f9b4c4" stroke-width="1.8" />
<!-- Planet 2: Blue icy -->
<circle cx="170" cy="75" r="14" fill="url(#planet2)" />
<path d="M158 60 q10 15 25 10" fill="none" stroke="#c7c7ff" stroke-width="2" opacity="0.7" />
<circle cx="165" cy="80" r="3" fill="#e0e6ff" />
<circle cx="178" cy="72" r="1.7" fill="#f0f7ff" />
<!-- Planet 3: Orange molten -->
<circle cx="90" cy="140" r="13" fill="url(#planet3)" />
<path d="M78 133 q4 5 20 1" fill="none" stroke="#d87f4b" stroke-width="2" />
<circle cx="95" cy="147" r="2" fill="#ffe4c1" />
<!-- Ash speckles -->
<circle cx="86" cy="139" r="1.2" fill="#7a4a2f" />
<circle cx="90" cy="145" r="1" fill="#4e2e18" />
<!-- Planet 4: Purple ringed -->
<circle cx="210" cy="130" r="13" fill="url(#planet4)" />
<ellipse cx="210" cy="130" rx="22" ry="8" fill="none" stroke="#d57eeb" stroke-width="2" />
<ellipse cx="210" cy="130" rx="15" ry="4" fill="url(#planet4)" fill-opacity="0.2" />
<circle cx="200" cy="128" r="3" fill="#f1d0f8" />
</g>
<!-- Motion trails for juggling -->
<g fill="none" stroke="#67f6e7" stroke-opacity="0.3" stroke-width="2" >
<path d="M115 110 q-10 -25 5 -45" />
<path d="M185 120 q15 -25 -8 -40" />
<path d="M90 140 q-15 -10 12 -43" />
<path d="M210 130 q20 -10 -15 -38" />
</g>
<!-- Kitchen tools floating in space -->
<g stroke="#8ff" stroke-width="1" fill="#bdf0f9" opacity="0.4">
<rect x="50" y="250" width="8" height="25" rx="2" ry="2" />
<rect x="60" y="260" width="4" height="15" rx="1" ry="1" />
<path d="M220 235 l20 -10 l4 6 l-20 10 z" fill="#b9f0f9" />
<rect x="245" y="240" width="5" height="30" rx="3" ry="3" />
<circle cx="150" cy="270" r="5" fill="#67f6e7" opacity="0.5" />
</g>
<!-- Stars & sparkles -->
<g stroke="#b8f0ff" stroke-width="1" fill="#cffaff" opacity="0.7">
<circle cx="20" cy="30" r="1.5" />
<circle cx="280" cy="40" r="1.7" />
<circle cx="270" cy="90" r="1.3" />
<circle cx="55" cy="50" r="1.8" />
<circle cx="190" cy="30" r="1.2" />
<circle cx="250" cy="70" r="1.1" />
</g>
</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="#1A1D23" rx="20" />
<linearGradient id="galaxy-gradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#FF69B4" />
<stop offset="0.5" stop-color="#33CCFF" />
<stop offset="1" stop-color="#6600CC" />
</linearGradient>
<circle cx="150" cy="150" r="120" fill="url(#galaxy-gradient)" />
<!-- Alien Chef -->
<g transform="translate(120 180)">
<circle cx="0" cy="0" r="20" fill="#FFC107" />
<circle cx="0" cy="-20" r="10" fill="#FFFFFF" />
<path d="M -15 -30 L 15 -30 L 0 -50 Z" fill="#FFFFFF" />
<circle cx="0" cy="-30" r="5" fill="#FFC107" />
<path d="M -5 -35 L 5 -35 L 0 -45 Z" fill="#FFFFFF" />
</g>
<!-- Planets -->
<g transform="translate(150 150)">
<circle cx="-50" cy="-50" r="20" fill="#FF69B4" />
<circle cx="0" cy="-30" r="15" fill="#33CCFF" />
<circle cx="50" cy="-50" r="25" fill="#6600CC" />
<path d="M -60 -60 L -40 -40 L -40 -60 Z" fill="#FF69B4" />
<path d="M 0 -45 L 15 -30 L 15 -45 Z" fill="#33CCFF" />
<path d="M 60 -60 L 40 -40 L 40 -60 Z" fill="#6600CC" />
</g>
<!-- Juggling Trajectory -->
<path d="M 100 100 C 120 120 150 150 180 120" stroke="#FFFFFF" stroke-width="2" fill="none" />
<path d="M 200 120 C 180 150 150 120 120 120" stroke="#FFFFFF" stroke-width="2" fill="none" />
<!-- Kitchen Utensils -->
<g transform="translate(220 220)">
<rect x="-10" y="-10" width="20" height="20" fill="#FFC107" rx="5" />
<rect x="-15" y="-5" width="10" height="10" fill="#FFFFFF" />
<rect x="-5" y="-15" width="10" height="10" fill="#FFFFFF" />
</g>
</svg>
Judge's Analysis
Player 1's submission clearly depicts the concept of an alien chef juggling planets, with a well-crafted alien figure and planets in orbit, adhering closely to the prompt.
The technical quality and visual composition are strong, with a glowing, engaging design.
Player 2's submission is more abstract, lacking clarity and a direct connection to the prompt, reducing its effectiveness in comparison.
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.