Creative Challenge
"Treehouse on a cloud under a rainbow with one ladder reaching down to Earth."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Rainbow Gradient -->
<radialGradient id="cloudGrad" cx="50%" cy="60%" r="70%">
<stop offset="0%" stop-color="#fcfcfd"/>
<stop offset="100%" stop-color="#e5e6ef"/>
</radialGradient>
<linearGradient id="ladderGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#b08861"/>
<stop offset="100%" stop-color="#704214"/>
</linearGradient>
<radialGradient id="earthGrad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#98c379"/>
<stop offset="70%" stop-color="#2d5c31"/>
</radialGradient>
<!-- Tree bark -->
<linearGradient id="trunkGrad" x1="0" y1="0" x2="1" y2="2">
<stop offset="0%" stop-color="#b8874a"/>
<stop offset="100%" stop-color="#744822"/>
</linearGradient>
<!-- Tree crown leaves -->
<radialGradient id="leavesGrad" cx="55%" cy="50%" r="60%">
<stop offset="0%" stop-color="#d5efde"/>
<stop offset="70%" stop-color="#6ac64c"/>
<stop offset="100%" stop-color="#36742b"/>
</radialGradient>
<!-- House walls -->
<linearGradient id="wallGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ebad69"/>
<stop offset="100%" stop-color="#b97a36"/>
</linearGradient>
<!-- House roof -->
<linearGradient id="roofGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#7352aa"/>
<stop offset="100%" stop-color="#d080c2"/>
</linearGradient>
<!-- Window shine -->
<linearGradient id="windowGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#e5fbff"/>
<stop offset="100%" stop-color="#8ad8ff"/>
</linearGradient>
<!-- Rainbow stroke -->
<linearGradient id="rainbowRed" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#ff5655"/>
</linearGradient>
<linearGradient id="rainbowOrange" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#fff7ba"/>
<stop offset="100%" stop-color="#ffb94d"/>
</linearGradient>
<linearGradient id="rainbowYellow" x1="0" x2="0" y1="0" y2="1">
<stop offset="10%" stop-color="#fff"/>
<stop offset="100%" stop-color="#feff69"/>
</linearGradient>
<linearGradient id="rainbowGreen" x1="0" x2="0" y1="0" y2="1">
<stop offset="10%" stop-color="#ccffd5"/>
<stop offset="100%" stop-color="#36ecc6"/>
</linearGradient>
<linearGradient id="rainbowBlue" x1="0" x2="0" y1="0" y2="1">
<stop offset="10%" stop-color="#ddeeff"/>
<stop offset="100%" stop-color="#3ab2fc"/>
</linearGradient>
<linearGradient id="rainbowPurple" x1="0" x2="0" y1="0" y2="1">
<stop offset="10%" stop-color="#fbe7ff"/>
<stop offset="100%" stop-color="#db70fa"/>
</linearGradient>
</defs>
<!-- Rainbow Arcs (behind all) -->
<g>
<path d="M 47 210
A 110 80 0 0 1 253 210"
fill="none" stroke="url(#rainbowRed)" stroke-width="21"/>
<path d="M 55 213
A 102 72 0 0 1 245 213"
fill="none" stroke="url(#rainbowOrange)" stroke-width="13"/>
<path d="M 65 217
A 92 63 0 0 1 235 217"
fill="none" stroke="url(#rainbowYellow)" stroke-width="12"/>
<path d="M 75 221
A 82 55 0 0 1 225 221"
fill="none" stroke="url(#rainbowGreen)" stroke-width="12"/>
<path d="M 85 225
A 72 48 0 0 1 215 225"
fill="none" stroke="url(#rainbowBlue)" stroke-width="10"/>
<path d="M 95 228
A 62 38 0 0 1 205 228"
fill="none" stroke="url(#rainbowPurple)" stroke-width="7"/>
</g>
<!-- Cloud -->
<g>
<ellipse cx="140" cy="116" rx="52" ry="26" fill="url(#cloudGrad)" opacity="0.96"/>
<ellipse cx="104" cy="125" rx="24" ry="15" fill="url(#cloudGrad)" opacity="0.93"/>
<ellipse cx="168" cy="124" rx="30" ry="16" fill="url(#cloudGrad)" opacity="0.98"/>
<ellipse cx="191" cy="134" rx="19" ry="9" fill="url(#cloudGrad)" opacity="0.95"/>
<ellipse cx="120" cy="135" rx="17" ry="7" fill="url(#cloudGrad)" opacity="0.88"/>
<!-- Shiny highlights -->
<ellipse cx="135" cy="117" rx="24" ry="7" fill="#f8fbff" opacity="0.27"/>
</g>
<!-- Tree (Emerges from cloud) -->
<g>
<!-- Trunk -->
<rect x="138" y="87" width="12" height="49" rx="3.1" fill="url(#trunkGrad)"/>
<path d="M144 87 C147 94,138 107,144 133" stroke="#78501e" stroke-width="5" fill="none" opacity="0.24"/>
<ellipse cx="144" cy="80" rx="35" ry="25" fill="url(#leavesGrad)" />
<!-- Crown overlap -->
<ellipse cx="162" cy="92" rx="20" ry="17" fill="url(#leavesGrad)" opacity="0.8"/>
<ellipse cx="127" cy="94" rx="13" ry="11" fill="url(#leavesGrad)" opacity="0.7"/>
<ellipse cx="143" cy="70" rx="16" ry="10" fill="#aedcaa" opacity="0.6"/>
<!-- Dappled light on crown -->
<ellipse cx="153" cy="87" rx="12" ry="6" fill="#eef9e2" opacity="0.23"/>
</g>
<!-- Treehouse -->
<g>
<!-- Main house -->
<rect x="121" y="96" width="45" height="31" rx="4" fill="url(#wallGrad)" stroke="#854117" stroke-width="1.5"/>
<!-- Roof -->
<polygon points="116,100 144,87 179,100 121,100" fill="url(#roofGrad)" stroke="#602b86" stroke-width="1.5"/>
<!-- Door -->
<rect x="144" y="113" width="8" height="13" rx="2" fill="#b36e33" stroke="#78451f" stroke-width="0.9"/>
<ellipse cx="148" cy="121" rx="1" ry="1.2" fill="#fde3bb"/>
<!-- Windows -->
<rect x="128" y="105" width="6" height="7" rx="1.7" fill="url(#windowGrad)" stroke="#86c6ea" stroke-width="0.8"/>
<rect x="158" y="105" width="8" height="7" rx="1.9" fill="url(#windowGrad)" stroke="#86c6ea" stroke-width="0.8"/>
<!-- Window frames -->
<line x1="131" y1="105" x2="131" y2="112" stroke="#dfefff" stroke-width="0.7" />
<line x1="131" y1="108.5" x2="134" y2="108.5" stroke="#dfefff" stroke-width="0.7" />
<line x1="162" y1="105" x2="162" y2="112" stroke="#dfefff" stroke-width="0.7" />
<line x1="162" y1="108.5" x2="166" y2="108.5" stroke="#dfefff" stroke-width="0.7" />
<!-- Rope swing (for whimsy) -->
<ellipse cx="120" cy="128" rx="1.7" ry="1.7" fill="#ffe7ce" stroke="#cca060" stroke-width="0.8"/>
<line x1="124" y1="110" x2="120" y2="128" stroke="#c6bf87" stroke-width="1.8" stroke-dasharray="2" opacity="0.55"/>
</g>
<!-- Ladder from treehouse to Earth -->
<g>
<!-- Rope shadow -->
<path d="M148 126 C 149 155, 149 222, 143 280" stroke="#6e645a" stroke-width="5" opacity="0.12" fill="none"/>
<!-- Ladder sides -->
<path d="M145 126 C 145 176, 145 240, 133 290" stroke="url(#ladderGrad)" stroke-width="5" fill="none"/>
<path d="M152 126 C 152 176, 152 240, 140 290" stroke="url(#ladderGrad)" stroke-width="5" fill="none"/>
<!-- Ladder rungs (repeat) -->
<g>
<rect x="143" y="138" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="152" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="168" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="185" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="205" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="226" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="248" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
<rect x="143" y="270" width="9" height="2.1" rx="1" fill="#efdfa7" stroke="#beae83" stroke-width="0.5"/>
</g>
<!-- Gentle shadow below ladder -->
<ellipse cx="138" cy="287" rx="28" ry="5.5" fill="#695835" opacity="0.13"/>
</g>
<!-- Earth below ladder -->
<g>
<ellipse cx="137" cy="290" rx="48" ry="15" fill="url(#earthGrad)" stroke="#74b74b" stroke-width="1.7"/>
<ellipse cx="120" cy="294" rx="15" ry="2.7" fill="#b2ecaf" opacity="0.24"/>
<!-- Some flowers for magic -->
<circle cx="157" cy="286" r="2" fill="#ffe19c"/>
<circle cx="164.5" cy="295" r="1.4" fill="#ffd7e6"/>
<circle cx="110" cy="287" r="1.9" fill="#c5e6fa"/>
<!-- Blades of grass -->
<path d="M134,290 Q135,287 137,290" stroke="#50d13a" stroke-width="1.6" fill="none"/>
<path d="M140,295 Q139,292 142,292" stroke="#50d13a" stroke-width="1.2" fill="none"/>
<path d="M148,290 Q149,288 152,290" stroke="#46b944" stroke-width="1.1" fill="none"/>
</g>
<!-- Extra floating cloudlets for whimsy -->
<ellipse cx="62" cy="84" rx="14" ry="6" fill="url(#cloudGrad)" opacity="0.5"/>
<ellipse cx="228" cy="69" rx="13" ry="7" fill="#fff" opacity="0.26"/>
<!-- Sun peeking (suggested at far left) -->
<g>
<circle cx="38" cy="53" r="19" fill="#fff9be" opacity="0.42"/>
<circle cx="44" cy="54" r="10" fill="#ffe76c" opacity="0.74"/>
<path d="M54 46 L62 39" stroke="#fff484" stroke-width="2.2" opacity="0.7"/>
<path d="M33 36 L29 31" stroke="#fff484" stroke-width="2.2" opacity="0.4"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#0b0b3b"/>
<stop offset="100%" stop-color="#87ceeb"/>
</radialGradient>
<linearGradient id="rainbowGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000" stop-opacity="0.6"/>
<stop offset="20%" stop-color="#ff7f00" stop-opacity="0.5"/>
<stop offset="40%" stop-color="#ffff00" stop-opacity="0.4"/>
<stop offset="60%" stop-color="#00ff00" stop-opacity="0.3"/>
<stop offset="80%" stop-color="#0000ff" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#4b0082" stop-opacity="0.1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<path d="M-20 120 Q150 -40 320 120 T150 280" fill="none" stroke="url(#rainbowGrad)" stroke-width="40" stroke-linecap="round"/>
<g transform="translate(150 180)">
<g class="cloud">
<ellipse cx="0" cy="0" rx="80" ry="40" fill="#f0f8ff"/>
<ellipse cx="-30" cy="-20" rx="35" ry="25" fill="#e6f4ff"/>
<ellipse cx="30" cy="-15" rx="40" ry="30" fill="#e6f4ff"/>
</g>
<g transform="translate(0 -60)">
<circle cx="0" cy="0" r="30" fill="#8b4513"/>
<polygon points="-25,-30 25,-30 0,-60" fill="#a52a2a"/>
<rect x="-15" y="-20" width="30" height="40" fill="#4d2600"/>
<circle cx="-10" cy="-40" r="5" fill="#fffacd"/>
<circle cx="10" cy="-40" r="5" fill="#fffacd"/>
</g>
<path d="M0 60 V250" stroke="#8b4513" stroke-width="8" stroke-dasharray="10 15"/>
<path d="M-15 250 l15 -10 15 10" fill="#654321"/>
</g>
<g transform="translate(100 240)" opacity="0.8">
<circle cx="0" cy="0" r="5" fill="#fff"/>
<circle cx="50" cy="20" r="7" fill="#fff"/>
<circle cx="200" cy="-10" r="4" fill="#fff"/>
</g>
<path d="M150 280 Q160 290 140 300" stroke="#fff" stroke-width="2" fill="none" stroke-dasharray="3 3"/>
</svg>
Judge's Analysis
Player 1's submission demonstrates more detailed execution and better adherence to the prompt with a clear treehouse design, defined ladder, and vibrant rainbow.
The composition is visually appealing and balanced.
Player 2's submission, while creative, lacks the same level of detail and clarity in the treehouse and ladder, resulting in a less polished presentation overall.
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
"Melting clock dripping from a tree branch at sunset."
"An octopus juggling flaming swords under the moonlight."
"A giraffe wearing roller skates on a rainbow road."