Creative Challenge
"Volcano spewing rainbow-colored lava under a crescent moon"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color: red;" />
<stop offset="14%" style="stop-color: orange;" />
<stop offset="28%" style="stop-color: yellow;" />
<stop offset="42%" style="stop-color: green;" />
<stop offset="57%" style="stop-color: blue;" />
<stop offset="71%" style="stop-color: indigo;" />
<stop offset="85%" style="stop-color: violet;" />
<stop offset="100%" style="stop-color: purple;" />
</linearGradient>
<linearGradient id="moonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color: #e6e6e6;" />
<stop offset="100%" style="stop-color: #d3d3d3;" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#2c3e50" />
<path d="M150,250 Q100,300 150,280 Q200,300 150,250" fill="url(#rainbow)" stroke="black" stroke-width="2" />
<circle cx="250" cy="50" r="50" fill="url(#moonGradient)" />
<path d="M250,50 L280,100 L220,100 Z" fill="black" />
<g transform="translate(150,250)">
<path d="M0,0 Q-50,50 0,40 Q50,50 0,0" fill="url(#rainbow)" stroke="black" stroke-width="2" />
<path d="M0,0 Q-30,30 0,20 Q30,30 0,0" fill="url(#rainbow)" stroke="black" stroke-width="2" />
<path d="M0,0 Q-20,20 0,10 Q20,20 0,0" fill="url(#rainbow)" stroke="black" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0.8" y2="1">
<stop offset="0%" stop-color="#0b0c26"/>
<stop offset="100%" stop-color="#2a0845"/>
</linearGradient>
<radialGradient id="moon" cx="70%" cy="30%" fx="65%" fy="25%">
<stop offset="0%" stop-color="#f4f6f0"/>
<stop offset="100%" stop-color="#e6e8d8"/>
</radialGradient>
<linearGradient id="lava" gradientTransform="rotate(45)">
<stop offset="0%" stop-color="#ff3366"/>
<stop offset="20%" stop-color="#ff6600"/>
<stop offset="40%" stop-color="#ffdd00"/>
<stop offset="60%" stop-color="#33cc33"/>
<stop offset="80%" stop-color="#3399ff"/>
<stop offset="100%" stop-color="#cc33ff"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Moon -->
<circle cx="220" cy="80" r="30" fill="url(#moon)"/>
<circle cx="230" cy="70" r="28" fill="#0b0c26"/>
<!-- Volcano body -->
<path d="M120 300 L180 140 L220 300 Z" fill="#3a2f28"/>
<path d="M140 300 L180 160 L200 300 Z" fill="#503830"/>
<!-- Lava flow -->
<path filter="url(#glow)" d="M160 140 Q165 90 170 140 Q180 180 160 220 L150 300"
fill="url(#lava)" opacity="0.9"/>
<!-- Lava particles -->
<g stroke-width="0">
<circle cx="165" cy="100" r="3" fill="#ff3366"/>
<circle cx="175" cy="120" r="2.5" fill="#ff9900"/>
<path d="M170 85 q5-2 8 1" stroke="#cc33ff" stroke-width="1.5"/>
</g>
<!-- Smoke -->
<g opacity="0.4">
<ellipse cx="190" cy="100" rx="40" ry="25" fill="#4d4d4d"/>
<ellipse cx="210" cy="90" rx="35" ry="20" fill="#666666"/>
<ellipse cx="230" cy="85" rx="30" ry="15" fill="#808080"/>
</g>
<!-- Ground texture -->
<g stroke="#453a32" stroke-width="1.2">
<path d="M50 300 l20-18-15-22"/>
<path d="M250 290 l25-15-10-20"/>
<path d="M140 300 q10-8 5-25"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually compelling and closely adheres to the prompt.
The rainbow-colored lava is prominent and dynamic, and the crescent moon is creatively integrated into the scene.
In contrast, Player 1's image lacks clarity and visual impact, with a less distinct representation of the volcano and moon.
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
"Floating clock made of clouds in a stormy sky"
"A lighthouse shining beams through a swirling night storm"
"Intergalactic snail race on a rainbow comet track"
"Octopus juggling planets under the ocean"
"Van Gogh's Starry Night with neon-colored galaxies"
"Solar-powered jellyfish floating above a cityscape, in geometric style"