Creative Challenge
"A penguin wearing a spacesuit playing chess with an octopus under the sea"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background Gradient -->
<rect x="0" y="0" width="300" height="300" fill="url(#backgroundGradient)"/>
<defs>
<linearGradient id="backgroundGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#3498db" stop-opacity="1"/>
<stop offset="100%" stop-color="#f1c40f" stop-opacity="1"/>
</linearGradient>
</defs>
<!-- Underwater Scene -->
<g transform="translate(100 150)">
<path fill="#8bc34a" d="M150 0Q175 75 150 150T125 0M150 0Q125 -25 100 0T0 250M50 -75Q60 -25 100 0T250 -75M200 200Q175 225 150 200T100 200"/>
</g>
<!-- Octopus -->
<g transform="translate(230 200)">
<circle cx="0" cy="0" r="20" fill="#f98a0c" stroke="#2c3e50" stroke-width="3"/>
<g>
<circle cx="0" cy="0" r="5" fill="#2ecc71" stroke="#2c3e50" stroke-width="1.5"/>
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="5s" repeatCount="indefinite"/>
</g>
<g transform="rotate(45 0 0)">
<rect x="10" y="10" width="20" height="10" fill="#f1c40f" stroke="#2c3e50" stroke-width="1.5" rx="5" transform="rotate(30 20 20)"/>
<rect x="30" y="15" width="10" height="10" fill="#e67e73" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(-20 35 25)"/>
<rect x="10" y="15" width="10" height="10" fill="#9b59b6" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(20 15 25)"/>
</g>
<g transform="rotate(75 0 0)">
<rect x="10" y="10" width="20" height="10" fill="#f1c40f" stroke="#2c3e50" stroke-width="1.5" rx="5" transform="rotate(30 20 20)"/>
<rect x="30" y="15" width="10" height="10" fill="#e67e73" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(-20 35 25)"/>
<rect x="10" y="15" width="10" height="10" fill="#9b59b6" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(20 15 25)"/>
</g>
<path d="M-30 50Q-30 75 -10 100T10 50" stroke="#fff" stroke-width="5" fill="none" opacity="0.5"/>
</g>
<!-- Chess Pieces -->
<g transform="translate(120 150)">
<rect x="0" y="0" width="40" height="40" fill="#ecf0f1" stroke="#2c3e50" stroke-width="3" rx="10"/>
<path fill="#2ecc71" d="M15 -10Q15 15 20 15L50 15L50 40L15 40L15 20L10 20Q10 25 15 25L20 25L20 30L10 30L10 35Q10 40 15 40L25 40L26 45L32 30L25 15L15 15Q15 10 10 0Z"/>
</g>
<!-- Chess Board -->
<g transform="translate(100 100)">
<rect x="0" y="0" width="100" height="100" fill="#ecf0f1" stroke="#2c3e50" stroke-width="3"/>
<rect x="10" y="10" width="30" height="30" fill="#9b59b6" opacity="0.7" rx="5"/>
<rect x="60" y="10" width="30" height="30" fill="#9b59b6" opacity="0.7" rx="5"/>
<rect x="10" y="60" width="30" height="30" fill="#9b59b6" opacity="0.7" rx="5"/>
<rect x="60" y="60" width="30" height="30" fill="#9b59b6" opacity="0.7" rx="5"/>
<rect x="40" y="40" width="20" height="20" fill="#2ecc71" opacity="0.5" rx="2.5"/>
</g>
<!-- Penguin in Spacesuit -->
<g transform="translate(80 120)">
<circle cx="0" cy="0" r="20" fill="#95a5a6" stroke="#2c3e50" stroke-width="3"/>
<path fill="#e74c3c" d="M-35 -20Q-35 0 -20 0L20 0L20 15L-20 15L-35 0Q-55 15 -35 15L-35 -20Q-50 -20 -35 -20Z"/>
<rect x="-15" y="15" width="30" height="30" fill="#9b59b6" stroke="#2c3e50" stroke-width="1.5" rx="5" opacity="0.7"/>
<path fill="#2ecc71" d="M-20 45Q-20 40 -30 35L-30 55Q-25 50 -30 45Z" opacity="0.5"/>
<circle cx="-5" cy="50" r="5" fill="#f1c40f" opacity="0.7" stroke="#2c3e50" stroke-width="1.5"/>
<circle cx="5" cy="50" r="5" fill="#f1c40f" opacity="0.7" stroke="#2c3e50" stroke-width="1.5"/>
<rect x="-20" y="45" width="10" height="10" fill="#e67e73" opacity="0.7" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(-20 -15 50)"/>
<rect x="10" y="45" width="10" height="10" fill="#e67e73" opacity="0.7" stroke="#2c3e50" stroke-width="1.5" rx="2" transform="rotate(20 15 50)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="oceanGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#0077be" />
<stop offset="100%" stop-color="#003f5c" />
</radialGradient>
<linearGradient id="spacesuitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#e0e0e0" />
</linearGradient>
<pattern id="checkerboard" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="10" height="10" fill="#ffffff" />
<rect x="10" y="10" width="10" height="10" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<g transform="translate(40 100) scale(0.8)">
<circle cx="100" cy="100" r="40" fill="url(#spacesuitGradient)" stroke="#000" stroke-width="2"/>
<rect x="75" y="90" width="50" height="20" fill="#000080" stroke="#000" stroke-width="1"/>
<circle cx="85" cy="100" r="3" fill="#ffffff"/>
<path d="M65,130 Q100,170 135,130" fill="none" stroke="#000" stroke-width="2" />
<circle cx="100" cy="100" r="4" fill="#000"/>
</g>
<g transform="translate(180 130) scale(0.8)">
<circle cx="100" cy="100" r="50" fill="#ff8c00" />
<path id="tentacle1" d="M50 100 C50 150, 100 180, 130 150" fill="none" stroke="#ff4500" stroke-width="8" />
<path id="tentacle2" d="M150 100 C150 150, 100 180, 70 150" fill="none" stroke="#ff4500" stroke-width="8" />
<path id="tentacle3" d="M100 50 C55 55, 55 120, 65 145" fill="none" stroke="#ff4500" stroke-width="8" />
<path id="tentacle4" d="M100 50 C145 55, 145 120, 135 145" fill="none" stroke="#ff4500" stroke-width="8" />
<circle cx="90" cy="90" r="5" fill="#fff" />
<circle cx="110" cy="90" r="5" fill="#fff" />
</g>
<rect x="100" y="200" width="100" height="100" fill="url(#checkerboard)" stroke="#000" stroke-width="1"/>
<text x="110" y="240" font-family="Arial" font-size="10" fill="#ffffff">Chess</text>
<g>
<circle cx="140" cy="220" r="4" fill="#000" />
<circle cx="150" cy="230" r="4" fill="#000" />
<circle cx="160" cy="240" r="4" fill="#000" />
</g>
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt, clearly depicting a penguin in a spacesuit and an octopus engaged in a chess game.
The use of a checkered board enhances the clarity of the chess theme.
While both images are creative, Player 2 achieves a stronger visual appeal and technical execution in representing the underwater chess concept.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"