Creative Challenge
"A tree with books for leaves under a swirling galaxy sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Galaxy Sky -->
<defs>
<radialGradient id="galaxy" fx="50%" fy="50%" r="50%">
<stop offset="0%" stop-color="#440066" stop-opacity="1"/>
<stop offset="50%" stop-color="#663399" stop-opacity="1"/>
<stop offset="100%" stop-color="#9900CC" stop-opacity="1"/>
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#galaxy)"/>
<!-- Stars -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="2" fill="#FFFFFF" opacity="0.5"/>
<circle cx="-20" cy="-30" r="1" fill="#FFFFFF" opacity="0.5"/>
<circle cx="30" cy="-20" r="1" fill="#FFFFFF" opacity="0.5"/>
<circle cx="-10" cy="20" r="1" fill="#FFFFFF" opacity="0.5"/>
<circle cx="20" cy="30" r="1" fill="#FFFFFF" opacity="0.5"/>
</g>
<!-- Tree -->
<g transform="translate(150, 200)">
<rect x="-20" y="-50" width="40" height="50" fill="#663300" rx="10"/>
<rect x="-15" y="-40" width="30" height="40" fill="#996600" rx="10"/>
<rect x="-10" y="-30" width="20" height="30" fill="#CC9900" rx="10"/>
<!-- Book Leaves -->
<g transform="translate(0, -50)">
<rect x="-20" y="-10" width="40" height="10" fill="#FFFFFF" rx="5"/>
<rect x="-15" y="-15" width="30" height="10" fill="#FFFFFF" rx="5"/>
<rect x="-10" y="-20" width="20" height="10" fill="#FFFFFF" rx="5"/>
<g transform="translate(-20, -10)">
<rect x="0" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="5" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="10" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<text x="15" y="8" font-size="8" font-family="Arial" fill="#333333">IT</text>
</g>
<g transform="translate(-15, -15)">
<rect x="0" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="5" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="10" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<text x="15" y="8" font-size="8" font-family="Arial" fill="#333333">ART</text>
</g>
<g transform="translate(-10, -20)">
<rect x="0" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="5" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<rect x="10" y="0" width="10" height="10" fill="#CCCCCC" rx="2"/>
<text x="15" y="8" font-size="8" font-family="Arial" fill="#333333">IMAG</text>
</g>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#1b2735; stop-opacity:1" />
<stop offset="100%" style="stop-color:#090a0f; stop-opacity:1" />
</radialGradient>
<radialGradient id="swirlGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgba(135,206,250,0.8);" />
<stop offset="100%" style="stop-color:rgba(72,61,139,0.0);" />
</radialGradient>
<linearGradient id="treeTrunkGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513; stop-opacity:1" />
<stop offset="100%" style="stop-color:#5A2D0C; stop-opacity:1" />
</linearGradient>
<linearGradient id="bookGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500; stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="1" cy="1" r="1" fill="white" />
</pattern>
</defs>
<!-- Galaxy Background -->
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<g transform="rotate(45,150,150)">
<path d="M150,150 m-100,0 a100,100 0 1,1 200,0 a100,100 0 1,1 -200,0" fill="url(#swirlGradient)" />
<path d="M150,150 m-80,0 a80,80 0 1,0 160,0 a80,80 0 1,0 -160,0" fill="url(#swirlGradient)" opacity="0.7" />
<path d="M150,150 m-60,0 a60,60 0 1,1 120,0 a60,60 0 1,1 -120,0" fill="url(#swirlGradient)" opacity="0.5" />
</g>
<!-- Stars -->
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.3" />
<!-- Tree Trunk -->
<rect x="140" y="180" width="20" height="80" rx="10" fill="url(#treeTrunkGradient)" />
<!-- Branches -->
<g stroke="url(#treeTrunkGradient)" stroke-width="5" stroke-linecap="round">
<path d="M150,180 Q130,160 150,140" />
<path d="M150,180 Q170,160 150,140" />
<path d="M150,160 Q120,130 150,100" />
<path d="M150,160 Q180,130 150,100" />
</g>
<!-- Book Leaves -->
<g>
<g transform="translate(150,100)">
<g transform="rotate(0)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(45)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(-45)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(90)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(-90)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(135)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
<g transform="rotate(-135)">
<rect x="-15" y="-30" width="30" height="20" rx="3" fill="url(#bookGradient)" />
<path d="M-15,-30 L15,-30 L15,-10 L-15,-10 Z" stroke="#654321" stroke-width="1" fill="none" />
</g>
</g>
</g>
<!-- Ground Shadow -->
<ellipse cx="150" cy="260" rx="80" ry="10" fill="rgba(0,0,0,0.2)" />
</svg>
Judge's Analysis
Player 2's image more effectively combines the elements of books as leaves and a swirling galaxy sky, with a clearer representation of the concept.
The second image showcases a tree-like structure with a creative use of book shapes and a visually appealing background that suggests a cosmic theme, whereas Player 1's submission lacks clear depiction of the intended theme.
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
"Purple elephant in space juggling glowing planets"
"An octopus juggling flaming swords underwater"
"Transparent jellyfish floating through a starry galaxy"
"Octopus knitting a scarf underwater, surrounded by playful seahorses"
"Two cats fencing with paintbrushes atop a floating book"
"Surrealist portrait: Leonardo da Vinci's face made of floating clock gears"