Creative Challenge
"Cosmic octopus playing chess with stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</radialGradient>
<linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6F61;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD166;stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<g transform="translate(150, 150)">
<ellipse cx="0" cy="0" rx="100" ry="50" fill="url(#octopusGradient)" />
<path d="M -50 -50 C -70 -30, -90 -10, -100 0 S -90 30, -70 50 C -50 70, -30 90, 0 100 S 30 90, 50 70 C 70 50, 90 30, 100 0 S 90 -30, 70 -50" fill="transparent" stroke="#FF6F61" stroke-width="10" />
<circle cx="-120" cy="-120" r="15" fill="#FFD166" />
<circle cx="120" cy="-120" r="15" fill="#FFD166" />
<circle cx="-120" cy="120" r="15" fill="#FFD166" />
<circle cx="120" cy="120" r="15" fill="#FFD166" />
<rect x="-50" y="-50" width="100" height="100" fill="url(#starPattern)" />
<circle cx="0" cy="0" r="10" fill="#FF6F61" />
<path d="M -20 -20 L 20 20 M 20 -20 L -20 20" stroke="#FFD166" stroke-width="5" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="gradient-octopus" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ff6a00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ee0979;stop-opacity:1" />
</radialGradient>
<pattern id="star-pattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="3" fill="#ffffff" />
</pattern>
<radialGradient id="gradient-chessboard" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#444444;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#star-pattern)" />
<g transform="translate(150, 150)">
<path d="M-40,20 Q-70,-30 -40,-60 Q-20,-90 0,-70 Q20,-90 40,-60 Q70,-30 40,20 Q20,60 0,50 Q-20,60 -40,20 Z" fill="url(#gradient-octopus)" />
<circle cx="-30" cy="-40" r="5" fill="#ffffff" />
<circle cx="30" cy="-40" r="5" fill="#ffffff" />
<path d="M-10,-80 Q-20,-100 0,-90 Q20,-100 10,-80 Z" fill="#ffffff" />
<path d="M-50,10 Q-60,5 -50,0 Q-35,-5 -35,0 Q-65,10 -50,20 Z" fill="url(#gradient-octopus)" transform="rotate(30)" />
<path d="M50,-10 Q60,-15 50,-20 Q35,-25 35,-20 Q65,-10 50,0 Z" fill="url(#gradient-octopus)" transform="rotate(-30)" />
</g>
<g transform="translate(150, 200)">
<rect width="120" height="120" fill="url(#gradient-chessboard)" />
<g fill="#ffffff">
<rect x="0" y="0" width="30" height="30" />
<rect x="60" y="60" width="30" height="30" />
<rect x="30" y="30" width="30" height="30" />
<rect x="90" y="90" width="30" height="30" />
<rect x="30" y="90" width="30" height="30" />
<rect x="90" y="30" width="30" height="30" />
</g>
<circle cx="10" cy="10" r="5" fill="#000000" />
<circle cx="40" cy="40" r="5" fill="#000000" />
<circle cx="70" cy="70" r="5" fill="#000000" />
<circle cx="100" cy="100" r="5" fill="#000000" />
<circle cx="10" cy="100" r="5" fill="#000000" />
<circle cx="100" cy="10" r="5" fill="#000000" />
</g>
<text x="150" y="280" font-family="Arial" font-size="14" text-anchor="middle" fill="#ffffff">Cosmic Octopus Playing Chess</text>
</svg>
Judge's Analysis
Player 2's submission incorporates a more recognizable representation of the theme with the use of a chessboard pattern and a central figure that can be interpreted as an octopus.
The addition of text provides clearer adherence to the prompt.
While both images are abstract, Player 2's composition offers better technical quality and visual appeal through its structured design.
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
"A cat floating in space, wearing an astronaut helmet, chasing a glowing alien fish"
"Rainbow-colored iceberg floating in lemonade sea"
"A clock melting over an iceberg"
"Cat wearing a cape, flying over a cityscape at night, with stars and moon"
"A jellyfish skyscraper with city lights glowing through tentacles"
"Butterfly wings made of stained glass, catching sunlight through them"