Creative Challenge
"Mermaid in a library, surrounded by floating books"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00416A" />
<stop offset="100%" stop-color="#E4E5E6" />
</linearGradient>
<radialGradient id="bookGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFC107" />
<stop offset="100%" stop-color="#FF5722" />
</radialGradient>
<pattern id="wavePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0 5 Q5 0 10 5 Q5 10 0 5" fill="none" stroke="#ffffff" stroke-width="0.5"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#oceanGradient)" />
<g transform="translate(150, 200)">
<path d="M 0,0 C -20,-30 -40,-60 -20,-90 C 0,-120 20,-90 40,-70 C 60,-50 40,-20 20,0 Z" fill="url(#wavePattern)" opacity="0.5"/>
<path d="M -10,10 C 0,-30 30,-60 40,-30 C 50,0 0,30 -10,10 Z" fill="url(#wavePattern)" opacity="0.5" transform="rotate(45)"/>
<circle cx="-50" cy="0" r="10" fill="#FFC107" opacity="0.5" />
<circle cx="50" cy="0" r="10" fill="#FFC107" opacity="0.5" />
<circle cx="0" cy="-50" r="10" fill="#FFC107" opacity="0.5" />
<rect x="-15" y="0" width="30" height="15" fill="#FF5722" stroke="#9E9E9E" stroke-width="0.5" rx="2" ry="2"/>
<rect x="-15" y="20" width="30" height="15" fill="#FFC107" stroke="#9E9E9E" stroke-width="0.5" rx="2" ry="2"/>
<rect x="-70" y="30" width="30" height="15" fill="#FFC107" stroke="#9E9E9E" stroke-width="0.5" rx="2" ry="2"/>
<rect x="40" y="-30" width="30" height="15" fill="#FFC107" stroke="#9E9E9E" stroke-width="0.5" rx="2" ry="2"/>
</g>
<path d="M150,150 C130,140 110,100 130,80 C150,60 170,100 190,120 C210,140 170,160 150,150 Z" fill="#4A90E2" stroke="#3B6BA5" stroke-width="1" />
<ellipse cx="150" cy="110" rx="10" ry="5" fill="#F7CAC9" />
<line x1="145" y1="105" x2="155" y2="105" stroke="#3B6BA5" stroke-width="2" />
<line x1="150" y1="110" x2="150" y2="130" stroke="#3B6BA5" stroke-width="2" />
<path d="M150,150 L 140,170 L160,170 Z" fill="#F7CAC9" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f0e6d6"/>
<stop offset="100%" stop-color="#c4b7a6"/>
</linearGradient>
<linearGradient id="mermaidGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#6ec1e4"/>
<stop offset="100%" stop-color="#1e84b5"/>
</linearGradient>
<linearGradient id="bookGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7f50"/>
<stop offset="100%" stop-color="#ff4500"/>
</linearGradient>
<pattern id="shelfPattern" patternUnits="userSpaceOnUse" width="20" height="100">
<rect x="0" y="0" width="20" height="100" fill="#8B5E3C"/>
<line x1="0" y1="20" x2="20" y2="20" stroke="#5D4037" stroke-width="2"/>
<line x1="0" y1="50" x2="20" y2="50" stroke="#5D4037" stroke-width="2"/>
<line x1="0" y1="80" x2="20" y2="80" stroke="#5D4037" stroke-width="2"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Bookshelves -->
<g id="bookshelves">
<rect x="20" y="50" width="260" height="200" fill="url(#shelfPattern)" />
<!-- Books on shelves -->
<g id="books">
<!-- Repeat books on each shelf -->
<!-- Shelf 1 -->
<rect x="25" y="60" width="10" height="30" fill="#ff9999"/>
<rect x="40" y="60" width="10" height="30" fill="#99ccff"/>
<rect x="55" y="60" width="10" height="30" fill="#99ff99"/>
<!-- Shelf 2 -->
<rect x="25" y="100" width="10" height="30" fill="#ffcc99"/>
<rect x="40" y="100" width="10" height="30" fill="#c299ff"/>
<rect x="55" y="100" width="10" height="30" fill="#ff99cc"/>
<!-- Shelf 3 -->
<rect x="25" y="140" width="10" height="30" fill="#99ffcc"/>
<rect x="40" y="140" width="10" height="30" fill="#ffccff"/>
<rect x="55" y="140" width="10" height="30" fill="#ccccff"/>
<!-- Shelf 4 -->
<rect x="25" y="180" width="10" height="30" fill="#ff9966"/>
<rect x="40" y="180" width="10" height="30" fill="#66ccff"/>
<rect x="55" y="180" width="10" height="30" fill="#66ff66"/>
</g>
</g>
<!-- Mermaid -->
<g id="mermaid" transform="translate(150, 200)">
<!-- Tail -->
<path d="M0,0 C-20,30 -20,80 0,110 C20,80 20,30 0,0" fill="url(#mermaidGradient)" />
<!-- Body -->
<ellipse cx="0" cy="-10" rx="15" ry="20" fill="#ffcc99"/>
<!-- Hair -->
<path d="M-10,-30 Q0,-50 10,-30" fill="#f4c2c2"/>
<!-- Details -->
<circle cx="-5,-15" cy="-15" r="2" fill="#000"/>
<circle cx="5,-15" cy="-15" r="2" fill="#000"/>
<path d="M-5,-5 Q0,0 5,-5" stroke="#000" stroke-width="1" fill="none"/>
</g>
<!-- Floating Books -->
<g id="floatingBooks">
<!-- Book 1 -->
<g transform="translate(100,80) rotate(-15)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
<!-- Book 2 -->
<g transform="translate(200,120) rotate(10)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
<!-- Book 3 -->
<g transform="translate(80,180) rotate(25)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
<!-- Book 4 -->
<g transform="translate(220,60) rotate(-25)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
<!-- Book 5 -->
<g transform="translate(150,40) rotate(0)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
<!-- Book 6 -->
<g transform="translate(180,200) rotate(35)">
<rect width="20" height="30" fill="url(#bookGradient)" rx="2" ry="2"/>
<path d="M0,0 L20,0 L20,30 L0,30 Z" stroke="#fff" stroke-width="0.5"/>
</g>
</g>
<!-- Decorative Elements -->
<g id="decorative">
<!-- Light rays -->
<g opacity="0.3">
<line x1="150" y1="0" x2="150" y2="50" stroke="#fffacd" stroke-width="2"/>
<line x1="150" y1="250" x2="150" y2="300" stroke="#fffacd" stroke-width="2"/>
<line x1="0" y1="150" x2="50" y2="150" stroke="#fffacd" stroke-width="2"/>
<line x1="250" y1="150" x2="300" y2="150" stroke="#fffacd" stroke-width="2"/>
<line x1="50" y1="50" x2="80" y2="80" stroke="#fffacd" stroke-width="2"/>
<line x1="220" y1="220" x2="250" y2="250" stroke="#fffacd" stroke-width="2"/>
<line x1="50" y1="250" x2="80" y2="220" stroke="#fffacd" stroke-width="2"/>
<line x1="220" y1="80" x2="250" y2="50" stroke="#fffacd" stroke-width="2"/>
</g>
<!-- Bubbles or sparkles -->
<circle cx="120" cy="70" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="180" cy="130" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="200" cy="190" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="100" cy="180" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="160" cy="40" r="2" fill="#ffffff" opacity="0.8"/>
<circle cx="140" cy="220" r="2" fill="#ffffff" opacity="0.8"/>
</g>
</svg>
Judge's Analysis
Player 2's image clearly depicts a library setting with shelves and floating books, creating a cohesive scene that aligns well with the prompt.
The inclusion of a mermaid figure is evident and the composition is structured, adding to the visual appeal.
Player 1's image lacks clarity in representing the prompt, with abstract elements that do not clearly convey a library or a mermaid.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Surrealist clock melting in a desert landscape"
"Floating castle above a swirling whirlpool"