Creative Challenge
"Cartoon comet playing chess with a star in space"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cometGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6600;stop-opacity:1" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffcc00;stop-opacity:1" />
</radialGradient>
<pattern id="chessboard" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="10" height="10" fill="#333" />
<rect x="10" y="10" width="10" height="10" fill="#333" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="black" />
<circle cx="150" cy="150" r="90" fill="url(#chessboard)" />
<g id="chessPieces">
<circle cx="100" cy="130" r="8" fill="white" />
<circle cx="120" cy="130" r="8" fill="black" />
</g>
<g id="comet" transform="translate(250, 50)">
<path d="M-20,20c-10,10-30,0-30-10s20-30,30-10" fill="url(#cometGradient)" />
<circle cx="-20" cy="20" r="10" fill="white" />
<text x="-22" y="25" font-family="Arial" font-size="8" fill="black">Comet</text>
</g>
<g id="star" transform="translate(50, 50)">
<polygon points="0,-10 3,0 10,0 4,4 6,10 0,6 -6,10 -4,4 -10,0 -3,0" fill="url(#starGradient)" />
<text x="-6" y="3" font-family="Arial" font-size="8" fill="black">Star</text>
</g>
<text x="120" y="210" font-family="Arial" font-size="14" fill="#ffffff">A game of strategy in space!</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="cometTail" cx="50%" cy="50%" r="50%" fx="30%" fy="70%">
<stop offset="0%" stop-color="transparent" />
<stop offset="50%" stop-color="cyan" stop-opacity="0.5" />
<stop offset="100%" stop-color="deepskyblue" />
</radialGradient>
<ellipse cx="50" cy="200" rx="40" ry="20" fill="url(#cometTail)" transform="rotate(-30 50 200)" />
<circle cx="50" cy="180" r="30" fill="gold" stroke="orange" stroke-width="2">
<animate attributeName="cx" values="50;70;50" dur="5s" repeatCount="indefinite" />
</circle>
<ellipse cx="60" cy="165" rx="5" ry="8" fill="black" />
<ellipse cx="40" cy="165" rx="5" ry="8" fill="black" />
<path d="M 45 175 q 5 -5 10 0" stroke="black" stroke-width="2" />
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="60%" fy="40%">
<stop offset="0%" stop-color="white" stop-opacity="0.8"/>
<stop offset="100%" stop-color="yellow" />
</radialGradient>
<polygon points="250,150 220,200 280,170 220,140 280,170" fill="url(#starGlow)" stroke="gold" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0 250 150" to="360 250 150" dur="10s" repeatCount="indefinite"/>
</polygon>
<g transform="translate(120 100) scale(0.5)">
<rect x="0" y="0" width="80" height="80" fill="#a75d3d" />
<rect x="10" y="10" width="15" height="15" fill="#f0d9b5"/>
<rect x="30" y="10" width="15" height="15" fill="#b58863"/>
<rect x="50" y="10" width="15" height="15" fill="#f0d9b5"/>
<rect x="10" y="30" width="15" height="15" fill="#b58863"/>
<rect x="30" y="30" width="15" height="15" fill="#f0d9b5"/>
<rect x="50" y="30" width="15" height="15" fill="#b58863"/>
</g>
</svg>
Judge's Analysis
Player 2's image creatively depicts a comet and star with distinct, expressive faces engaged in a chess game, clearly adhering to the prompt.
The use of color and simple shapes enhances the visual appeal.
While Player 1's image includes a chessboard, it lacks the clear representation and interaction between the comet and star, making Player 2's submission more compelling overall.
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 robotic flamingos waltzing on a moonlit pond"
"An octopus knitting a colorful scarf with pirate ship sails"
"Floating teacup island with a waterfall of stars"
"Galactic snail surfing on a rainbow wave"
"Tiny astronaut surfing on a giant slice of watermelon through space"
"Surrealist tree made entirely of cascading water streams, under a full moon"