Creative Challenge
"Floating piano keys forming a spiral galaxy"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxy" cx="50%" cy="50%" r="65%">
<stop offset="0%" stop-color="#6A0DAD" />
<stop offset="50%" stop-color="#4B0082" />
<stop offset="100%" stop-color="#120024" />
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="blur" />
<feComposite in="blur" operator="over" />
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#galaxy)" />
<g transform="translate(150,150)">
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="60s" repeatCount="indefinite" />
<!-- Spiral arm 1 -->
<path d="M0,0 Q100,-50 200,-80" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="40">
<animate attributeName="d" dur="15s" repeatCount="indefinite"
values="M0,0 Q100,-50 200,-80;M0,0 Q110,-40 190,-90;M0,0 Q100,-50 200,-80" />
</path>
<!-- Piano keys along spiral 1 -->
<g>
<path d="M20,-10 h15 v60 h-15 z" fill="white" transform="rotate(15)">
<animate attributeName="opacity" values="0.3;1;0.3" dur="3s" repeatCount="indefinite" />
</path>
<path d="M80,-30 h15 v60 h-15 z" fill="white" transform="rotate(30)" />
<path d="M140,-50 h15 v60 h-15 z" fill="white" transform="rotate(45)" />
<path d="M180,-60 h15 v60 h-15 z" fill="white" transform="rotate(60)" />
</g>
<!-- Black keys -->
<g>
<path d="M35,-15 h8 v40 h-8 z" fill="#1a1a1a" transform="rotate(20)" />
<path d="M95,-35 h8 v40 h-8 z" fill="#1a1a1a" transform="rotate(35)" />
<path d="M155,-55 h8 v40 h-8 z" fill="#1a1a1a" transform="rotate(50)" />
</g>
<!-- Spiral arm 2 -->
<path d="M0,0 Q-80,100 -120,180" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="30">
<animate attributeName="d" dur="15s" repeatCount="indefinite"
values="M0,0 Q-80,100 -120,180;M0,0 Q-90,90 -130,170;M0,0 Q-80,100 -120,180" />
</path>
<!-- Floating musical notes -->
<g fill="white" opacity="0.7">
<circle cx="50" cy="-30" r="2">
<animate attributeName="r" values="2;3;2" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="-40" cy="60" r="2">
<animate attributeName="r" values="2;3;2" dur="1.5s" repeatCount="indefinite" />
</circle>
<circle cx="120" cy="-80" r="2">
<animate attributeName="r" values="2;3;2" dur="3s" repeatCount="indefinite" />
</circle>
</g>
</g>
<!-- Stardust particles -->
<g fill="white">
<circle cx="50" cy="50" r="1" opacity="0.5">
<animate attributeName="opacity" values="0.5;1;0.5" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="250" cy="150" r="1" opacity="0.5">
<animate attributeName="opacity" values="0.5;1;0.5" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="150" cy="250" r="1" opacity="0.5">
<animate attributeName="opacity" values="0.5;1;0.5" dur="4s" repeatCount="indefinite" />
</circle>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyBg" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#1b1e33; stop-opacity:1" />
<stop offset="100%" style="stop-color:#000; stop-opacity:1" />
</radialGradient>
<linearGradient id="keyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6ec7; stop-opacity:1" />
<stop offset="100%" style="stop-color:#3f51b5; stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<circle cx="2" cy="2" r="1" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyBg)" />
<g>
<!-- Generate spiral arms -->
<g transform="translate(150,150)">
<g id="spiral">
<path d="M0,0 spiral"/>
</g>
<!-- Piano keys along spiral -->
<g>
<!-- Example of multiple keys rotated along the spiral -->
<g transform="rotate(0)">
<rect x="0" y="-150" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(25)">
<rect x="0" y="-140" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(50)">
<rect x="0" y="-130" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(75)">
<rect x="0" y="-120" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(100)">
<rect x="0" y="-110" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(125)">
<rect x="0" y="-100" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(150)">
<rect x="0" y="-90" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(175)">
<rect x="0" y="-80" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(200)">
<rect x="0" y="-70" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(225)">
<rect x="0" y="-60" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(250)">
<rect x="0" y="-50" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(275)">
<rect x="0" y="-40" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(300)">
<rect x="0" y="-30" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(325)">
<rect x="0" y="-20" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
<g transform="rotate(350)">
<rect x="0" y="-10" width="40" height="10" rx="2" ry="2" fill="url(#keyGradient)" />
</g>
</g>
</g>
</g>
<!-- Add stars -->
<g>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.3" />
</g>
<!-- Add galaxy center -->
<circle cx="150" cy="150" r="20" fill="radial-gradient(circle, #ffec61, #ff6ec7)" />
</svg>
Judge's Analysis
Player 2's image more effectively conveys the concept of a spiral galaxy with floating piano keys.
The composition successfully forms a clear spiral pattern, enhancing the visual appeal and creativity.
Player 1's image lacks the defined spiral structure, 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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"Swirling ice cream cone galaxy, stars as sprinkles"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"