Creative Challenge
"Alien juggling planets under a double rainbow."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#1a1a2e" />
<!-- Double Rainbow -->
<defs>
<radialGradient id="rainbow" cx="50%" cy="50%" r="75%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ff2400" />
<stop offset="20%" stop-color="#ff8400" />
<stop offset="40%" stop-color="#ffed00" />
<stop offset="60%" stop-color="#00ed22" />
<stop offset="80%" stop-color="#0095ed" />
<stop offset="100%" stop-color="#b100ed" />
</radialGradient>
</defs>
<circle cx="150" cy="220" r="80" fill="url(#rainbow)" />
<circle cx="150" cy="220" r="60" fill="url(#rainbow)" />
<!-- Alien -->
<circle cx="150" cy="100" r="50" fill="#ff8c42" />
<ellipse cx="120" cy="90" rx="10" ry="15" fill="#fff" />
<ellipse cx="180" cy="90" rx="10" ry="15" fill="#fff" />
<ellipse cx="150" cy="120" rx="20" ry="8" fill="#00f" />
<path d="M140 110 Q150 140 160 110" fill="none" stroke="#00f" stroke-width="2" />
<!-- Planets -->
<circle cx="80" cy="220" r="20" fill="#f72585" />
<circle cx="220" cy="220" r="30" fill="#7664fe" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Rainbow Gradients -->
<radialGradient id="rainbow1" cx="50%" cy="100%" r="90%">
<stop offset="0%" stop-color="#fff" stop-opacity="0"/>
<stop offset="12%" stop-color="#F44336" stop-opacity=".70"/>
<stop offset="24%" stop-color="#FF9800" stop-opacity="1"/>
<stop offset="36%" stop-color="#FFEB3B" stop-opacity="1"/>
<stop offset="48%" stop-color="#4CAF50" stop-opacity="1"/>
<stop offset="60%" stop-color="#2196F3" stop-opacity="1"/>
<stop offset="72%" stop-color="#9C27B0" stop-opacity="1"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
<radialGradient id="rainbow2" cx="50%" cy="100%" r="95%">
<stop offset="0%" stop-color="#fff" stop-opacity="0"/>
<stop offset="10%" stop-color="#F44336" stop-opacity=".35"/>
<stop offset="23%" stop-color="#FF9800" stop-opacity=".60"/>
<stop offset="33%" stop-color="#FFEB3B" stop-opacity=".60"/>
<stop offset="53%" stop-color="#4CAF50" stop-opacity=".60"/>
<stop offset="66%" stop-color="#2196F3" stop-opacity=".60"/>
<stop offset="85%" stop-color="#9C27B0" stop-opacity=".60"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
<!-- Alien Gradients -->
<radialGradient id="alienSkin" cx="60%" cy="45%" r="70%">
<stop offset="0%" stop-color="#C5FFB0"/>
<stop offset="60%" stop-color="#42e389"/>
<stop offset="100%" stop-color="#23734a"/>
</radialGradient>
<radialGradient id="alienShadow" cx="40%" cy="150%" r="150%">
<stop offset="0%" stop-color="#42e389" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#23734a" stop-opacity="0.1"/>
</radialGradient>
<!-- Eye -->
<radialGradient id="eyeWhite" cx="50%" cy="50%" r="100%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#a8ffeb"/>
</radialGradient>
<!-- Planets -->
<radialGradient id="planetRed" cx="30%" cy="20%" r="80%">
<stop offset="0%" stop-color="#fff0f5"/>
<stop offset="60%" stop-color="#ff4887"/>
<stop offset="100%" stop-color="#990a35"/>
</radialGradient>
<radialGradient id="planetBlue" cx="70%" cy="40%" r="80%">
<stop offset="0%" stop-color="#d7f6ff"/>
<stop offset="60%" stop-color="#3bbae8"/>
<stop offset="100%" stop-color="#13406e"/>
</radialGradient>
<radialGradient id="planetYellow" cx="25%" cy="25%" r="80%">
<stop offset="0%" stop-color="#ffffec"/>
<stop offset="60%" stop-color="#ffe067"/>
<stop offset="100%" stop-color="#e5a600"/>
</radialGradient>
<radialGradient id="planetViolet" cx="35%" cy="15%" r="80%">
<stop offset="0%" stop-color="#fbefff"/>
<stop offset="60%" stop-color="#c671e2"/>
<stop offset="100%" stop-color="#7c217b"/>
</radialGradient>
<radialGradient id="planetGreen" cx="40%" cy="40%" r="80%">
<stop offset="0%" stop-color="#c8ffcb"/>
<stop offset="55%" stop-color="#5ed667"/>
<stop offset="100%" stop-color="#216123"/>
</radialGradient>
<!-- Captain's Belt -->
<linearGradient id="beltStripe" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#F2F2F2"/>
<stop offset="60%" stop-color="#8373d1"/>
<stop offset="100%" stop-color="#7151a8"/>
</linearGradient>
<!-- Juggle Movement Paths -->
<linearGradient id="juggleTrail1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#fbefff" stop-opacity="0.5"/>
<stop offset="70%" stop-color="#c671e2" stop-opacity="0"/>
</linearGradient>
<linearGradient id="juggleTrail2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#c8ffcb" stop-opacity="0.5"/>
<stop offset="70%" stop-color="#5ed667" stop-opacity="0"/>
</linearGradient>
<linearGradient id="juggleTrail3" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffb7e0" stop-opacity="0.4"/>
<stop offset="70%" stop-color="#e53577" stop-opacity="0"/>
</linearGradient>
<linearGradient id="juggleTrail4" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffee8b" stop-opacity="0.4"/>
<stop offset="70%" stop-color="#e5a600" stop-opacity="0"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="4" flood-color="#2e8949" flood-opacity="0.2"/>
</filter>
<filter id="planetGlow" x="-70%" y="-70%" width="240%" height="240%">
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#fff" flood-opacity="0.5"/>
</filter>
</defs>
<!-- Double Rainbow Arcs -->
<ellipse cx="150" cy="300" rx="130" ry="100" fill="url(#rainbow1)"/>
<ellipse cx="150" cy="300" rx="110" ry="85" fill="url(#rainbow2)"/>
<!-- Alien Shadow on ground -->
<ellipse cx="150" cy="238" rx="45" ry="11" fill="url(#alienShadow)" opacity="0.8"/>
<!-- Alien's body -->
<g filter="url(#shadow)">
<!-- Torso -->
<ellipse cx="150" cy="184" rx="33" ry="47" fill="url(#alienSkin)"/>
<!-- Left Leg -->
<ellipse cx="138" cy="238" rx="10" ry="17" fill="url(#alienSkin)" transform="rotate(-13 138 238)"/>
<!-- Right Leg -->
<ellipse cx="162" cy="238" rx="10" ry="17" fill="url(#alienSkin)" transform="rotate(13 162 238)"/>
<!-- Left Arm -->
<ellipse cx="115" cy="165" rx="8" ry="29" fill="url(#alienSkin)" transform="rotate(-31 115 165)"/>
<!-- Right Arm -->
<ellipse cx="185" cy="165" rx="8" ry="29" fill="url(#alienSkin)" transform="rotate(31 185 165)"/>
</g>
<!-- Alien's Head -->
<g filter="url(#shadow)">
<ellipse cx="150" cy="110" rx="40" ry="47" fill="url(#alienSkin)" />
<ellipse cx="183" cy="107" rx="12" ry="10" fill="url(#alienSkin)" opacity="0.6"/>
<ellipse cx="117" cy="112" rx="9" ry="9" fill="url(#alienSkin)" opacity="0.4"/>
<!-- Antenna Stems -->
<rect x="167" y="60" width="4" height="24" rx="2" fill="#89ffb7" transform="rotate(17 169 72)"/>
<rect x="129" y="55" width="4" height="24" rx="2" fill="#6df27e" transform="rotate(-16 131 67)"/>
<!-- Antenna Balls -->
<circle cx="173" cy="62" r="6" fill="url(#planetViolet)" filter="url(#planetGlow)"/>
<circle cx="135" cy="57" r="6" fill="url(#planetBlue)" filter="url(#planetGlow)"/>
</g>
<!-- Alien Eyes -->
<g>
<!-- Eye Whites -->
<ellipse cx="134" cy="120" rx="9" ry="17" fill="url(#eyeWhite)"/>
<ellipse cx="166" cy="117" rx="9" ry="16.5" fill="url(#eyeWhite)"/>
<!-- Pupils -->
<ellipse cx="134" cy="123" rx="4.5" ry="8" fill="#23254a"/>
<ellipse cx="166" cy="120" rx="4.5" ry="8" fill="#23254a"/>
<!-- Eye Shine -->
<ellipse cx="131" cy="120" rx="2.1" ry="2.4" fill="#fff" opacity="0.7"/>
<ellipse cx="163.6" cy="116.5" rx="2" ry="2.4" fill="#fff" opacity="0.7"/>
<!-- Eyelids -->
<path d="M126,113 Q134,105 142,112" fill="none" stroke="#7fc199" stroke-width="1.8"/>
<path d="M158,110 Q166,103 174,116" fill="none" stroke="#6bd38a" stroke-width="1.8"/>
<!-- Alien Smile -->
<path d="M141,139 Q150,146 159,139" stroke="#31935b" stroke-width="3" fill="none" stroke-linecap="round"/>
<ellipse cx="150" cy="135.5" rx="3.7" ry="1.8" fill="#66e672" opacity="0.18"/>
</g>
<!-- Alien's Belt -->
<rect x="132" y="180" width="36" height="13" rx="7" fill="url(#beltStripe)" transform="rotate(-2 150 187)" />
<!-- Belt Buckle -->
<ellipse cx="150" cy="187" rx="8" ry="6" fill="#fffefb" stroke="#7151a8" stroke-width="2"/>
<!-- Juggling Trails -->
<!-- These are arc paths that planets "move along" -->
<path d="M116,129 C115,167 131,190 149,170" fill="none" stroke="url(#juggleTrail1)" stroke-width="6" opacity="0.18"/>
<path d="M184,130 C185,168 169,196 151,171" fill="none" stroke="url(#juggleTrail2)" stroke-width="6" opacity="0.20"/>
<path d="M140,91 C109,104 104,152 122,178" fill="none" stroke="url(#juggleTrail3)" stroke-width="6" opacity="0.14"/>
<path d="M160,86 C193,94 200,150 176,178" fill="none" stroke="url(#juggleTrail4)" stroke-width="6" opacity="0.15"/>
<!-- Planets -->
<!-- Leftmost, pink -->
<g filter="url(#planetGlow)">
<ellipse cx="115" cy="131" rx="12" ry="12" fill="url(#planetRed)"/>
<ellipse cx="119" cy="134" rx="5" ry="1.6" fill="#ffa3cf" opacity="0.42"/>
<!-- Saturn rings -->
<ellipse cx="114.5" cy="134.7" rx="14.1" ry="2.6" fill="none" stroke="#ffd1eb" stroke-width="1.5" opacity="0.74"/>
</g>
<!-- Far right, blue -->
<g filter="url(#planetGlow)">
<ellipse cx="185" cy="128" rx="10" ry="10" fill="url(#planetBlue)"/>
<ellipse cx="188" cy="130" rx="4.1" ry="1" fill="#a8e8ff" opacity="0.4"/>
</g>
<!-- Above, golden yellow -->
<g filter="url(#planetGlow)">
<ellipse cx="150" cy="83" rx="12.5" ry="12.5" fill="url(#planetYellow)"/>
<ellipse cx="154" cy="85" rx="5.5" ry="1.7" fill="#fff9ba" opacity="0.5"/>
<!-- Small Moons -->
<circle cx="162" cy="78" r="2.1" fill="#ffe067" opacity="0.65"/>
<circle cx="144" cy="70" r="1.5" fill="#ffc400" opacity="0.61"/>
</g>
<!-- Lower left, green -->
<g filter="url(#planetGlow)">
<ellipse cx="127" cy="177" rx="9.7" ry="10.3" fill="url(#planetGreen)"/>
<ellipse cx="131" cy="180" rx="4.4" ry="1.2" fill="#b1ffc9" opacity="0.4"/>
<!-- Green bands -->
<path d="M120,177 Q128,174 134,181" stroke="#61e879" stroke-width="1.2" fill="none" opacity="0.55"/>
</g>
<!-- Lower right, violet -->
<g filter="url(#planetGlow)">
<ellipse cx="173" cy="178" rx="9" ry="9" fill="url(#planetViolet)"/>
<ellipse cx="176" cy="180" rx="3.2" ry="0.8" fill="#fbefff" opacity="0.3"/>
<!-- Craters -->
<ellipse cx="176.8" cy="173" rx="1.2" ry="0.6" fill="#a96dc6" opacity="0.65"/>
<ellipse cx="168.8" cy="184" rx="0.8" ry="0.5" fill="#b888b6" opacity="0.6"/>
</g>
<!-- Pale Ring Planet, center front -->
<g filter="url(#planetGlow)">
<ellipse cx="150" cy="156" rx="10" ry="7.5" fill="#eadffd"/>
<ellipse cx="150" cy="158" rx="13.5" ry="2.5" fill="#bca1d3" opacity="0.4"/>
<ellipse cx="150" cy="161" rx="10" ry="1.8" fill="#f3eff7" opacity="0.33"/>
</g>
<!-- Twinkling Stars (rainbow background) -->
<g>
<circle cx="80" cy="55" r="1.3" fill="#fff" opacity="0.83"/>
<circle cx="230" cy="40" r="1.8" fill="#fff" opacity="0.75"/>
<circle cx="200" cy="66" r="1.1" fill="#fff" opacity="0.60"/>
<circle cx="122" cy="44" r="1.5" fill="#fff" opacity="0.69"/>
<circle cx="100" cy="69" r="1.0" fill="#fff" opacity="0.53"/>
<circle cx="180" cy="74" r="1.2" fill="#fff" opacity="0.64"/>
<circle cx="238" cy="98" r="1.5" fill="#fff" opacity="0.57"/>
<circle cx="70" cy="92" r="1.1" fill="#fff" opacity="0.51"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed, creative, and visually appealing, with a clear depiction of an alien juggling planets under a double rainbow.
The use of vibrant colors, smooth gradients, and whimsical design effectively adheres to the prompt.
Player 1's submission lacks detail and does not fully convey the theme of the prompt.
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.