Creative Challenge
"A floating island with a single tree growing from its center under a glowing full moon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="30%">
<stop offset="0%" stop-color="#1a1a3e"/>
<stop offset="100%" stop-color="#0a0a1a"/>
</radialGradient>
<radialGradient id="moonGlow" cx="50%" cy="50%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.9"/>
<stop offset="30%" stop-color="#e6f3ff" stop-opacity="0.6"/>
<stop offset="70%" stop-color="#b3d9ff" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#4d79a4" stop-opacity="0"/>
</radialGradient>
<linearGradient id="islandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8b7355"/>
<stop offset="30%" stop-color="#6b5b47"/>
<stop offset="70%" stop-color="#4a3f35"/>
<stop offset="100%" stop-color="#2d251e"/>
</linearGradient>
<radialGradient id="grassGradient" cx="50%" cy="30%">
<stop offset="0%" stop-color="#7cb342"/>
<stop offset="60%" stop-color="#558b2f"/>
<stop offset="100%" stop-color="#33691e"/>
</radialGradient>
<linearGradient id="trunkGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#3e2723"/>
<stop offset="50%" stop-color="#5d4037"/>
<stop offset="100%" stop-color="#3e2723"/>
</linearGradient>
<radialGradient id="foliageGradient" cx="40%" cy="30%">
<stop offset="0%" stop-color="#81c784"/>
<stop offset="40%" stop-color="#66bb6a"/>
<stop offset="80%" stop-color="#4caf50"/>
<stop offset="100%" stop-color="#388e3c"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="shadow">
<feDropShadow dx="2" dy="8" stdDeviation="4" flood-color="#000" flood-opacity="0.3"/>
</filter>
</defs>
<!-- Night Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<circle cx="50" cy="40" r="1" fill="#ffffff" opacity="0.8"/>
<circle cx="80" cy="25" r="0.8" fill="#ffffff" opacity="0.6"/>
<circle cx="120" cy="35" r="1.2" fill="#ffffff" opacity="0.9"/>
<circle cx="200" cy="20" r="0.7" fill="#ffffff" opacity="0.7"/>
<circle cx="250" cy="45" r="1" fill="#ffffff" opacity="0.8"/>
<circle cx="270" cy="30" r="0.9" fill="#ffffff" opacity="0.6"/>
<circle cx="30" cy="70" r="0.8" fill="#ffffff" opacity="0.7"/>
<circle cx="280" cy="80" r="1.1" fill="#ffffff" opacity="0.8"/>
<!-- Moon Glow -->
<circle cx="220" cy="60" r="45" fill="url(#moonGlow)" filter="url(#glow)"/>
<!-- Moon -->
<circle cx="220" cy="60" r="25" fill="#f5f5f5" filter="url(#glow)"/>
<!-- Moon Craters -->
<circle cx="215" cy="55" r="3" fill="#e0e0e0" opacity="0.6"/>
<circle cx="225" cy="65" r="2" fill="#e0e0e0" opacity="0.4"/>
<circle cx="218" cy="68" r="1.5" fill="#e0e0e0" opacity="0.5"/>
<!-- Floating Island Shadow -->
<ellipse cx="152" cy="240" rx="45" ry="8" fill="#000" opacity="0.2"/>
<!-- Floating Island Base -->
<path d="M 100 180 Q 110 200 130 205 Q 150 210 170 205 Q 190 200 200 180 Q 195 160 180 155 Q 150 150 120 155 Q 105 160 100 180 Z"
fill="url(#islandGradient)" filter="url(#shadow)"/>
<!-- Island Grass Layer -->
<ellipse cx="150" cy="175" rx="45" ry="12" fill="url(#grassGradient)"/>
<!-- Grass Tufts -->
<path d="M 120 175 Q 125 170 130 175" stroke="#7cb342" stroke-width="2" fill="none"/>
<path d="M 135 173 Q 140 168 145 173" stroke="#7cb342" stroke-width="2" fill="none"/>
<path d="M 155 173 Q 160 168 165 173" stroke="#7cb342" stroke-width="2" fill="none"/>
<path d="M 170 175 Q 175 170 180 175" stroke="#7cb342" stroke-width="2" fill="none"/>
<!-- Tree Trunk -->
<rect x="147" y="140" width="6" height="35" fill="url(#trunkGradient)" rx="3"/>
<!-- Tree Bark Texture -->
<line x1="148" y1="145" x2="148" y2="170" stroke="#2e1a0e" stroke-width="0.5"/>
<line x1="151" y1="148" x2="151" y2="173" stroke="#2e1a0e" stroke-width="0.5"/>
<!-- Tree Foliage -->
<circle cx="150" cy="130" r="18" fill="url(#foliageGradient)"/>
<circle cx="145" cy="125" r="12" fill="url(#foliageGradient)" opacity="0.8"/>
<circle cx="155" cy="125" r="12" fill="url(#foliageGradient)" opacity="0.8"/>
<circle cx="150" cy="115" r="10" fill="url(#foliageGradient)" opacity="0.9"/>
<!-- Leaves Detail -->
<path d="M 140 125 Q 145 120 150 125" fill="#81c784" opacity="0.7"/>
<path d="M 150 120 Q 155 115 160 120" fill="#81c784" opacity="0.7"/>
<path d="M 145 135 Q 150 130 155 135" fill="#81c784" opacity="0.7"/>
<!-- Magical Floating Particles -->
<circle cx="130" cy="160" r="1.5" fill="#4fc3f7" opacity="0.8">
<animate attributeName="cy" values="160;150;160" dur="3s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.8;0.3;0.8" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="170" cy="165" r="1" fill="#81c784" opacity="0.6">
<animate attributeName="cy" values="165;155;165" dur="4s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.6;0.2;0.6" dur="4s" repeatCount="indefinite"/>
</circle>
<circle cx="160" cy="190" r="1.2" fill="#ffb74d" opacity="0.7">
<animate attributeName="cy" values="190;180;190" dur="3.5s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="3.5s" repeatCount="indefinite"/>
</circle>
<!-- Moonbeam -->
<path d="M 220 85 Q 185 120 150 130" stroke="#e6f3ff" stroke-width="1" fill="none" opacity="0.4"/>
<path d="M 215 88 Q 180 123 145 133" stroke="#b3d9ff" stroke-width="0.5" fill="none" opacity="0.3"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky with glowing full moon -->
<rect x="0" y="0" width="300" height="300" fill="#00183C" />
<circle cx="150" cy="150" r="120" fill="#FFF380" />
<!-- Floating island -->
<ellipse cx="150" cy="250" rx="150" ry="30" fill="#BD9457" />
<!-- Tree trunk and branches -->
<rect x="145" y="170" width="10" height="90" fill="#88542D" />
<circle cx="150" cy="170" r="25" fill="#156F10" />
<!-- Moon glow gradient -->
<defs>
<radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFF380" stop-opacity="1" />
<stop offset="100%" stop-color="#00183C" stop-opacity="0" />
</radialGradient>
</defs>
<circle cx="150" cy="150" r="120" fill="url(#moonGlow)" />
</svg>
Judge's Analysis
Player 1's submission demonstrates greater creativity and adherence to the prompt with the inclusion of a glowing full moon, a floating island, and a detailed tree.
The technical execution and visual appeal are strong, with well-defined elements and atmospheric details like the stars.
Player 2's submission, while minimalistic, lacks the floating island element and the depth of composition required by 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.