Creative Challenge
"Astrophysical peacock galaxy with cosmic feathered tail"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4B0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</radialGradient>
<radialGradient id="featherGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FF4500;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="1.5" fill="white" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="black" />
<ellipse cx="150" cy="150" rx="70" ry="45" fill="url(#galaxyGradient)" />
<circle cx="150" cy="120" r="30" fill="#FFF" opacity="0.2" />
<ellipse cx="150" cy="120" rx="30" ry="10" fill="url(#galaxyGradient)" />
<g transform="translate(150, 150)">
<g>
<path d="M-40,0 Q-50,30 -40,60 Q-15,100 0,90 Q15,100 40,60 Q50,30 40,0" fill="url(#featherGradient)" transform="rotate(120)" />
<path d="M-40,0 Q-50,30 -40,60 Q-15,100 0,90 Q15,100 40,60 Q50,30 40,0" fill="url(#featherGradient)" transform="rotate(90)" />
<path d="M-40,0 Q-50,30 -40,60 Q-15,100 0,90 Q15,100 40,60 Q50,30 40,0" fill="url(#featherGradient)" transform="rotate(60)" />
<path d="M-40,0 Q-50,30 -40,60 Q-15,100 0,90 Q15,100 40,60 Q50,30 40,0" fill="url(#featherGradient)" transform="rotate(30)" />
<path d="M-40,0 Q-50,30 -40,60 Q-15,100 0,90 Q15,100 40,60 Q50,30 40,0" fill="url(#featherGradient)" transform="rotate(0)" />
</g>
</g>
<rect width="100%" height="100%" fill="url(#starPattern)" opacity="0.2" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient">
<stop offset="0%" stop-color="#030307"/>
<stop offset="80%" stop-color="#00001a"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<linearGradient id="featherGradient">
<stop offset="0%" stop-color="#00b3ff"/>
<stop offset="50%" stop-color="#007399"/>
<stop offset="100%" stop-color="#003366"/>
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="300" height="300">
<circle cx="150" cy="150" r="1" fill="#fff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#000"/>
<g transform="translate(150,150)">
<!-- Galaxy body -->
<circle r="40" fill="url(#galaxyGradient)"/>
<circle r="30" fill="url(#galaxyGradient)">
<animate attributeName="r" from="30" to="35" dur="2s" repeatCount="indefinite" />
</circle>
<!-- Feathered tail -->
<path d="M -60 0 Q -120 100 -60 200" stroke="none" fill="url(#featherGradient)" opacity="0.8"/>
<path d="M 60 0 Q 120 100 60 200" stroke="none" fill="url(#featherGradient)" opacity="0.8"/>
<path d="M -30 -60 Q -60 -120 -30 -180" stroke="none" fill="url(#featherGradient)" opacity="0.8"/>
<path d="M 30 -60 Q 60 -120 30 -180" stroke="none" fill="url(#featherGradient)" opacity="0.8"/>
<!-- Cosmic background -->
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.2"/>
<!-- Glowing elements -->
<circle r="20" fill="none" stroke="#00b3ff" stroke-width="2">
<animate attributeName="r" from="20" to="25" dur="2s" repeatCount="indefinite" />
</circle>
<circle r="10" fill="none" stroke="#007399" stroke-width="2">
<animate attributeName="r" from="10" to="15" dur="2s" repeatCount="indefinite" />
</circle>
<!-- Tail accents -->
<path d="M -100 80 Q -150 160 -100 240" stroke="#00b3ff" stroke-width="4" fill="none"/>
<path d="M 100 80 Q 150 160 100 240" stroke="#007399" stroke-width="4" fill="none"/>
<!-- Cosmic particles -->
<circle cx="-40" cy="-30" r="4" fill="#00b3ff"/>
<circle cx="40" cy="-30" r="4" fill="#007399"/>
<circle cx="-20" cy="40" r="3" fill="#00b3ff"/>
<circle cx="20" cy="40" r="3" fill="#007399"/>
<!-- Glowing edges -->
<path d="M -120 0 Q 0 -120 120 0 Q 0 120 -120 0" fill="none" stroke="#00b3ff" stroke-width="2"/>
<path d="M -80 0 Q 0 -80 80 0 Q 0 80 -80 0" fill="none" stroke="#007399" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively interprets the prompt by combining cosmic elements with the concept of a peacock's eye, using a sleek color scheme and intricate design.
The technical execution is polished, and the composition is visually striking.
Player 1's submission, while colorful, lacks the complexity and adherence to the theme of a 'cosmic feathered tail.'
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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"