Creative Challenge
"Dolphin playing chess with a robot atop an iceberg"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="iceGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#A0C4FF;stop-opacity:1" />
</linearGradient>
<linearGradient id="dolphinGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#007FFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0056B3;stop-opacity:1" />
</linearGradient>
<linearGradient id="robotGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#555555;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Iceberg -->
<path d="M150 200 Q100 100 150 150 Q200 100 150 200 Z" fill="url(#iceGradient)" />
<!-- Dolphin -->
<path d="M200 180 Q180 150 150 150 Q120 150 100 180" fill="url(#dolphinGradient)" />
<circle cx="100" cy="180" r="10" fill="white" />
<circle cx="95" cy="175" r="3" fill="black" />
<!-- Robot -->
<rect x="250" y="160" width="30" height="50" fill="url(#robotGradient)" />
<rect x="245" y="130" width="40" height="30" fill="url(#robotGradient)" />
<rect x="235" y="110" width="50" height="20" fill="url(#robotGradient)" />
<circle cx="255" cy="115" r="5" fill="white" />
<circle cx="255" cy="115" r="2" fill="black" />
<!-- Chess Board -->
<rect x="100" y="50" width="100" height="100" fill="url(#iceGradient)" />
<g stroke="black" stroke-width="2">
<line x1="100" y1="150" x2="200" y2="150" />
<line x1="100" y1="100" x2="200" y2="100" />
<line x1="100" y1="50" x2="200" y2="50" />
<line x1="150" y1="50" x2="150" y2="150" />
<line x1="200" y1="50" x2="200" y2="150" />
</g>
<!-- Chess Pieces -->
<circle cx="125" cy="75" r="5" fill="black" />
<circle cx="175" cy="125" r="5" fill="white" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Iceberg -->
<defs>
<linearGradient id="iceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#87CEEB;stop-opacity:0.4"/>
</linearGradient>
<linearGradient id="metal" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#666666"/>
<stop offset="100%" style="stop-color:#CCCCCC"/>
</linearGradient>
<linearGradient id="sun" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700"/>
<stop offset="100%" style="stop-color:#FF8C00"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="skyblue"/>
<circle cx="250" cy="50" r="50" fill="url(#sun)"/>
<!-- Iceberg -->
<path d="M100,200 L150,250 L200,200 L175,225 L125,225 Z" fill="url(#iceGradient)"/>
<path d="M120,220 L180,220 L175,225 L125,225 Z" fill="url(#iceGradient)"/>
<path d="M100,200 L200,200 L190,205 L110,205 Z" fill="url(#iceGradient)"/>
<!-- Dolphin -->
<g transform="translate(50,220)">
<path d="M0,0 Q50,-20 100,0 Q150,20 200,0 Q220,0 220,20 L220,40 C220,60 200,80 180,80 C160,80 140,60 140,40 L140,20 C140,0 120,-20 100,-40 C80,-20 60,0 40,0 Z" fill="url(#iceGradient)"/>
<circle cx="140" cy="30" r="8" fill="#000000"/>
<circle cx="160" cy="30" r="8" fill="#000000"/>
<path d="M100,20 L120,0 L180,0" fill="#000000"/>
</g>
<!-- Robot -->
<g transform="translate(200,220)">
<rect x="0" y="0" width="80" height="100" fill="url(#metal)"/>
<rect x="10" y="10" width="60" height="80" fill="url(#metal)"/>
<circle cx="40" cy="20" r="8" fill="#666666"/>
<circle cx="60" cy="20" r="8" fill="#666666"/>
<rect x="20" y="40" width="40" height="60" fill="#444444"/>
<circle cx="30" cy="80" r="5" fill="#00BFFF"/>
<circle cx="50" cy="80" r="5" fill="#00BFFF"/>
<path d="M0,0 L10,20 L20,0 L30,20 L40,0 L50,20 L60,0 L70,20 L80,0" fill="#666666"/>
</g>
<!-- Chessboard -->
<g transform="translate(100,150)">
<rect width="100" height="100" fill="url(#iceGradient)"/>
<rect x="10" y="10" width="80" height="80" fill="none" stroke="#000000" stroke-width="2"/>
<rect x="20" y="20" width="60" height="60" fill="none" stroke="#000000" stroke-width="2"/>
<rect x="30" y="30" width="40" height="40" fill="none" stroke="#000000" stroke-width="2"/>
<circle cx="50" cy="50" r="15" fill="#FF0000"/>
<circle cx="150" cy="50" r="15" fill="#00FF00"/>
<path d="M50,50 L60,60 L40,60" fill="#FF0000"/>
<path d="M150,50 L160,60 L140,60" fill="#00FF00"/>
</g>
<!-- Fish -->
<path d="M250,280 Q260,270 270,270 Q280,270 280,280 L280,290 L260,280 Z" fill="#FF6B6B"/>
<path d="M240,290 Q250,280 260,280 Q270,280 270,290 L270,300 L250,290 Z" fill="#FF6B6B"/>
</svg>
Judge's Analysis
Player 1's image captures the essence of the prompt with clear representations of a dolphin and a robot interacting over a chess-like setup, using geometric elements effectively.
Despite its simplicity, it maintains a cohesive composition and clarity.
Player 2's image, while colorful and abstract, lacks the clear depiction of the characters and the chess game setup, 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
"Levitation tea party with floating teacups and pastries"
"Moonlit snail in a top hat juggling stars"
"Rainbow octopus in a Victorian tea party setting"
"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"
"Frog in a vintage scuba suit dancing with jellyfish"
"Surreal owl with mechanical gears for eyes"