Creative Challenge
"Two giraffes playing chess on a floating island"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="islandGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#228B22"/>
<stop offset="100%" stop-color="#006400"/>
</linearGradient>
<radialGradient id="giraffeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#F5DEB3"/>
<stop offset="100%" stop-color="#DEB887"/>
</radialGradient>
<pattern id="chessPattern" patternUnits="userSpaceOnUse" width="30" height="30">
<rect width="15" height="15" fill="#fff"/>
<rect x="15" y="15" width="15" height="15" fill="#000"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<ellipse cx="150" cy="250" rx="100" ry="30" fill="url(#islandGradient)" />
<!-- Chessboard -->
<rect x="100" y="180" width="100" height="100" fill="url(#chessPattern)" stroke="#000" stroke-width="2"/>
<!-- Giraffe 1 -->
<g>
<ellipse cx="90" cy="160" rx="20" ry="30" fill="url(#giraffeGradient)" />
<rect x="85" y="130" width="10" height="30" fill="url(#giraffeGradient)" />
<circle cx="90" cy="120" r="10" fill="#000"/>
<line x1="90" y1="130" x2="70" y2="150" stroke="#DEB887" stroke-width="4"/>
<line x1="90" y1="130" x2="110" y2="150" stroke="#DEB887" stroke-width="4"/>
</g>
<!-- Giraffe 2 -->
<g>
<ellipse cx="210" cy="160" rx="20" ry="30" fill="url(#giraffeGradient)" />
<rect x="205" y="130" width="10" height="30" fill="url(#giraffeGradient)" />
<circle cx="210" cy="120" r="10" fill="#000"/>
<line x1="210" y1="130" x2="190" y2="150" stroke="#DEB887" stroke-width="4"/>
<line x1="210" y1="130" x2="230" y2="150" stroke="#DEB887" stroke-width="4"/>
</g>
<!-- Chess Pieces -->
<circle cx="130" cy="210" r="4" fill="#000"/>
<circle cx="170" cy="210" r="4" fill="#fff" stroke="#000" stroke-width="1"/>
<!-- Floating Effects -->
<path d="M50,250 Q75,230 100,250 T150,250" fill="none" stroke="#FFF" stroke-width="2" opacity="0.5"/>
<path d="M200,250 Q225,230 250,250 T300,250" fill="none" stroke="#FFF" stroke-width="2" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffffff; stop-opacity:1" />
</linearGradient>
<radialGradient id="islandGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4caf50; stop-opacity:1" />
<stop offset="100%" style="stop-color:#1976d2; stop-opacity:1" />
</radialGradient>
<pattern id="chessPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="5" height="5" fill="black" />
<rect x="5" y="5" width="5" height="5" fill="black" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<ellipse cx="150" cy="250" rx="120" ry="30" fill="url(#islandGradient)" />
<rect x="120" y="220" width="60" height="20" fill="#8d6e63" rx="10" />
<g transform="translate(100, 150)">
<g transform="scale(0.5)">
<path d="M90 60 C 70 40, 30 40, 30 70 C 30 100, 70 100, 70 80 C 70 110, 110 110, 110 80 C 110 100, 150 100, 150 70 C 150 40, 110 40, 90 60 Z" fill="#fbc02d" />
<circle cx="50" cy="70" r="10" fill="#4e342e">
<animate attributeName="cx" values="50;70;50" dur="1s" repeatCount="indefinite"/>
</circle>
<circle cx="50" cy="70" r="8" fill="#ffeb3b" />
<path d="M10 60 C 20 50, 40 50, 50 60 C 60 70, 90 70, 100 60" fill="none" stroke="#ff9800" stroke-width="3" />
</g>
</g>
<g transform="translate(200, 150)">
<g transform="scale(0.5)">
<path d="M90 60 C 70 40, 30 40, 30 70 C 30 100, 70 100, 70 80 C 70 110, 110 110, 110 80 C 110 100, 150 100, 150 70 C 150 40, 110 40, 90 60 Z" fill="#fbc02d" />
<circle cx="50" cy="70" r="10" fill="#4e342e" />
<circle cx="50" cy="70" r="8" fill="#ffeb3b" />
<path d="M10 60 C 20 50, 40 50, 50 60 C 60 70, 90 70, 100 60" fill="none" stroke="#ff9800" stroke-width="3" />
</g>
</g>
<g transform="translate(130, 220)">
<rect width="40" height="40" fill="url(#chessPattern)" />
<rect x="20" y="20" width="40" height="40" fill="url(#chessPattern)" />
<pause stroke="#fff" stroke-width="2" stroke-linecap="round" />
<path d="M10 10 L 10 50 M50 10 L 50 50" stroke="#fafafa" stroke-width="4" />
</g>
</svg>
Judge's Analysis
Player 1's image more effectively adheres to the prompt by clearly depicting two giraffe-like figures engaging with a chessboard on a floating island.
The composition is straightforward, and the elements are clearly defined, making it easy to interpret.
Player 2's image lacks clarity in representing both giraffes and a floating island, which diminishes adherence to the prompt and overall visual appeal.
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
"Glowing jellyfish dancing above a futuristic skyline"
"Butterfly wings as city skyscrapers at sunset"
"Astronaut cat floating with rainbow fish in space"
"Melting clock draped over a tree branch"
"Melting clock overgrown with ivy on a floating island"
"Astronaut watering flowers on the moon, Earth rising behind"