Creative Challenge
"Floating library island with books as sails, drifting under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="oceanGradient" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:#00bfff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#005f73; stop-opacity:1" />
</linearGradient>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f0e68c; stop-opacity:1" />
<stop offset="100%" style="stop-color:#e1e1e1; stop-opacity:1" />
</linearGradient>
<linearGradient id="bookGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6347; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff4500; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#2c3e50" /> <!-- Night sky background -->
<g transform="translate(150,150)">
<path d="M-70 60 Q-90 -40 -50 -20 Q0 -60 50 -20 Q90 -40 70 60" fill="url(#oceanGradient)" />
<ellipse cx="0" cy="60" rx="70" ry="10" fill="#adf" />
<g transform="translate(0,-30)">
<polygon points="-30,25 0,-30 30,25" fill="url(#bookGradient)" />
<rect x="-12" y="0" width="24" height="20" fill="#ffe4e1" />
<rect x="-8" y="2" width="16" height="15" fill="#ffe4c4" />
</g>
<g transform="translate(85,-40) rotate(15)">
<polygon points="-30,25 0,-30 30,25" fill="url(#bookGradient)" />
<rect x="-12" y="0" width="24" height="20" fill="#ffe4e1" />
<rect x="-8" y="2" width="16" height="15" fill="#ffe4c4" />
</g>
<g transform="translate(-85,-40) rotate(-15)">
<polygon points="-30,25 0,-30 30,25" fill="url(#bookGradient)" />
<rect x="-12" y="0" width="24" height="20" fill="#ffe4e1" />
<rect x="-8" y="2" width="16" height="15" fill="#ffe4c4" />
</g>
<g>
<circle cx="100" cy="-70" r="25" fill="url(#moonGradient)" />
<circle cx="90" cy="-70" r="15" fill="#ffffff" />
<circle cx="105" cy="-75" r="10" fill="#ffffff" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0B1026"/>
<stop offset="100%" style="stop-color:#2C4073"/>
</linearGradient>
<radialGradient id="moonGlow" cx="70%" cy="30%" r="50%">
<stop offset="0%" style="stop-color:#FFF6D6"/>
<stop offset="100%" style="stop-color:#FFF6D6;stop-opacity:0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="210" cy="90" r="40" fill="url(#moonGlow)" opacity="0.3"/>
<path d="M190 70 Q210 50 230 70 Q250 90 230 110 Q210 130 190 110 Q170 90 190 70" fill="#FFF6D6"/>
<!-- Stars -->
<g fill="#FFFFFF">
<circle cx="50" cy="50" r="1"/>
<circle cx="100" cy="30" r="1.5"/>
<circle cx="150" cy="60" r="1"/>
<circle cx="250" cy="40" r="1.2"/>
<circle cx="280" cy="90" r="1"/>
<circle cx="40" cy="120" r="1.3"/>
</g>
<!-- Island -->
<path d="M50 200 Q150 180 250 200 L270 220 Q150 240 30 220 Z" fill="#5C3D2E"/>
<path d="M60 190 Q150 170 240 190 L250 200 Q150 180 50 200 Z" fill="#8B4513"/>
<!-- Books as sails -->
<g transform="translate(150,160) rotate(-10)">
<path d="M-40 -80 L40 -80 L40 20 L-40 20 Z" fill="#8B4513" stroke="#5C3D2E" stroke-width="2"/>
<path d="M-35 -75 L35 -75 L35 15 L-35 15 Z" fill="#F4EBD0"/>
<path d="M-30 -70 L30 -70 M-30 -60 L30 -60 M-30 -50 L30 -50" stroke="#000" stroke-width="1" opacity="0.3"/>
</g>
<g transform="translate(100,170) rotate(10)">
<path d="M-30 -60 L30 -60 L30 10 L-30 10 Z" fill="#CD853F" stroke="#5C3D2E" stroke-width="2"/>
<path d="M-25 -55 L25 -55 L25 5 L-25 5 Z" fill="#F4EBD0"/>
<path d="M-20 -50 L20 -50 M-20 -40 L20 -40 M-20 -30 L20 -30" stroke="#000" stroke-width="1" opacity="0.3"/>
</g>
<!-- Trees -->
<g transform="translate(60,180)">
<path d="M-10 0 L10 0 L0 -30 Z" fill="#2D5A27"/>
<rect x="-2" y="0" width="4" height="10" fill="#5C3D2E"/>
</g>
<g transform="translate(240,180)">
<path d="M-10 0 L10 0 L0 -30 Z" fill="#2D5A27"/>
<rect x="-2" y="0" width="4" height="10" fill="#5C3D2E"/>
</g>
<!-- Reflection -->
<path d="M50 220 Q150 240 250 220 Q150 260 50 220" fill="#2C4073" opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's image more effectively captures the concept of a 'floating library island with books as sails' with clear book representations and a crescent moon in the background.
The composition is visually appealing, with attention to detail in the island and night sky.
Player 1's image lacks clarity in depicting the theme, with ambiguous shapes that do not strongly convey the idea of books or a floating island.
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
"A single raccoon juggling ancient, glowing runes in a moonlit forest"
"Polar bear on a tropical beach, sipping coconut drink under a palm tree"
"Flamingo wearing roller skates on a rainbow path"
"Ballerina balancing on a tightrope above a cityscape during a vibrant sunset"
"A disco ball moon over a city of dancing skyscrapers"
"Lemon-shaped hot air balloon over a surreal purple ocean"