Creative Challenge
"A kaleidoscope forest with trees made of stained glass"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(0,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#00bfff" />
<g id="kaleidoscope">
<g>
<path d="M150 50 L200 100 L150 150 L100 100 Z" fill="url(#grad1)" />
<path d="M150 50 L200 100 L150 150 L100 100 Z" fill="url(#grad2)" transform="rotate(120, 150, 100)" />
<path d="M150 50 L200 100 L150 150 L100 100 Z" fill="url(#grad3)" transform="rotate(240, 150, 100)" />
</g>
<g transform="scale(1.5)">
<use xlink:href="#kaleidoscope" transform="translate(-50, -50) scale(0.5)" />
<use xlink:href="#kaleidoscope" transform="translate(50, 50) scale(0.5)" />
<use xlink:href="#kaleidoscope" transform="translate(-50, 50) scale(0.5)" />
<use xlink:href="#kaleidoscope" transform="translate(50, -50) scale(0.5)" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="200" fx="150" fy="150">
<stop offset="0%" stop-color="#FF8C42" />
<stop offset="100%" stop-color="#FF1B6B" />
</radialGradient>
<pattern id="stainedGlass" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#000000" />
<path d="M0,0 L20,20 M20,0 L0,20" stroke="#FFFFFF" stroke-width="2" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(50, 100)">
<path d="M20,150 Q50,50 80,150 T140,150" fill="none" stroke="#8A2BE2" stroke-width="10" stroke-linecap="round" />
<path d="M140,150 Q170,50 200,150 T260,150" fill="none" stroke="#FFD700" stroke-width="10" stroke-linecap="round" />
<path d="M260,150 Q290,50 320,150" fill="none" stroke="#00BFFF" stroke-width="10" stroke-linecap="round" />
</g>
<g transform="translate(100, 50)">
<path d="M0,200 Q30,100 60,200 T120,200" fill="none" stroke="#FF1493" stroke-width="10" stroke-linecap="round" />
<path d="M120,200 Q150,100 180,200 T240,200" fill="none" stroke="#32CD32" stroke-width="10" stroke-linecap="round" />
</g>
<g transform="translate(150, 150)">
<path d="M0,100 Q20,0 40,100 T80,100" fill="none" stroke="#FF4500" stroke-width="10" stroke-linecap="round" />
<path d="M80,100 Q100,0 120,100 T160,100" fill="none" stroke="#9400D3" stroke-width="10" stroke-linecap="round" />
</g>
<g transform="translate(200, 50)">
<path d="M0,250 Q20,150 40,250 T80,250" fill="none" stroke="#00CED1" stroke-width="10" stroke-linecap="round" />
<path d="M80,250 Q100,150 120,250 T160,250" fill="none" stroke="#FF8C00" stroke-width="10" stroke-linecap="round" />
</g>
<g transform="translate(250, 100)">
<path d="M0,150 Q20,50 40,150 T80,150" fill="none" stroke="#FF69B4" stroke-width="10" stroke-linecap="round" />
<path d="M80,150 Q100,50 120,150 T160,150" fill="none" stroke="#7CFC00" stroke-width="10" stroke-linecap="round" />
</g>
<rect x="0" y="250" width="300" height="50" fill="#8B4513" />
<g transform="translate(50, 200)">
<rect x="0" y="0" width="200" height="50" fill="url(#stainedGlass)" />
</g>
</svg>
Judge's Analysis
Player 1's image captures the essence of a kaleidoscope forest with stained glass trees more effectively.
The vibrant colors and geometric patterns in the trees' canopies resemble stained glass, enhancing the visual appeal and creativity.
Player 2's image lacks the same level of detail and complexity, making it less aligned with 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.
Similar Challenges
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"