Creative Challenge
"A clock face made of swirling galaxies, each number a different celestial body"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Galaxy -->
<defs>
<radialGradient id="galaxyGradient" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2b3a67" />
<stop offset="100%" stop-color="#000a12" />
</radialGradient>
<radialGradient id="starGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="white" />
<stop offset="100%" stop-color="transparent" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#galaxyGradient)" />
<!-- Swirling Galaxies -->
<g transform="translate(150, 150)">
<path d="M0,0 Q50,-50 100,0 T200,0 M0,0 Q-50,50 -100,0 T-200,0" fill="none" stroke="cyan" stroke-width="1" />
<path d="M0,0 Q50,50 100,0 T200,0 M0,0 Q-50,-50 -100,0 T-200,0" fill="none" stroke="magenta" stroke-width="1" />
</g>
<!-- Star-like Indicators for Numbers -->
<g transform="translate(150, 150)">
<!-- Number 12 -->
<circle cx="0" cy="-120" r="10" fill="url(#starGradient)" id="num12" />
<!-- Number 3 -->
<circle cx="120" cy="0" r="10" fill="url(#starGradient)" id="num3" />
<!-- Number 6 -->
<circle cx="0" cy="120" r="10" fill="url(#starGradient)" id="num6" />
<!-- Number 9 -->
<circle cx="-120" cy="0" r="10" fill="url(#starGradient)" id="num9" />
</g>
<!-- Celestial Body Numbers -->
<!-- Enhance celestial bodies with pseudo-stellar appearance -->
<g transform="translate(150, 150)">
<!-- Number 1 -->
<text x="50" y="-100" font-family="Arial" font-size="20" fill="#f2e555" text-anchor="middle">☿</text>
<!-- Number 2 -->
<text x="100" y="-50" font-family="Arial" font-size="20" fill="#ff6f61" text-anchor="middle">♀</text>
<!-- Number 4 -->
<text x="100" y="50" font-family="Arial" font-size="20" fill="#9cec5b" text-anchor="middle">♁</text>
<!-- Number 5 -->
<text x="50" y="100" font-family="Arial" font-size="20" fill="#5ecade" text-anchor="middle">♂</text>
<!-- Number 7 -->
<text x="-50" y="100" font-family="Arial" font-size="20" fill="#8c5de2" text-anchor="middle">♃</text>
<!-- Number 8 -->
<text x="-100" y="50" font-family="Arial" font-size="20" fill="#e55b5b" text-anchor="middle">♄</text>
<!-- Number 10 -->
<text x="-100" y="-50" font-family="Arial" font-size="20" fill="#cff67c" text-anchor="middle">♅</text>
<!-- Number 11 -->
<text x="-50" y="-100" font-family="Arial" font-size="20" fill="#ee82ee" text-anchor="middle">♆</text>
</g>
<!-- Clock Hands -->
<line x1="150" y1="150" x2="150" y2="60" stroke="white" stroke-width="3" stroke-linecap="round" />
<line x1="150" y1="150" x2="180" y2="150" stroke="white" stroke-width="3" stroke-linecap="round" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<radialGradient id="bg-grad" fx="50%" fy="50%" r="100%">
<stop offset="0%" stop-color="#212121" />
<stop offset="100%" stop-color="#1a1a1a" />
</radialGradient>
<circle cx="150" cy="150" r="150" fill="url(#bg-grad)" />
<!-- Clock Face -->
<circle cx="150" cy="150" r="120" fill="#333" />
<circle cx="150" cy="150" r="110" fill="#444" />
<circle cx="150" cy="150" r="100" fill="#555" />
<!-- Numbers -->
<g transform="rotate(-90 150 150)">
<!-- 12 - Spiral Galaxy -->
<path d="M 150 50 L 160 60 Q 170 65 180 70 Q 190 75 200 80 Q 210 85 220 90 Q 230 95 240 100" fill="#fff" stroke="#fff" stroke-width="2" />
<circle cx="150" cy="50" r="10" fill="#fff" />
<!-- 1 - Red Dwarf -->
<circle cx="240" cy="110" r="8" fill="#ff3737" />
<circle cx="240" cy="110" r="4" fill="#fff" />
<!-- 2 - Blue Giant -->
<circle cx="220" cy="130" r="12" fill="#87ceeb" />
<circle cx="220" cy="130" r="6" fill="#fff" />
<!-- 3 - Nebula -->
<path d="M 200 150 L 210 160 Q 220 165 230 170 Q 240 175 250 180 Q 260 185 270 190" fill="#ff69b4" stroke="#ff69b4" stroke-width="2" />
<circle cx="200" cy="150" r="10" fill="#fff" />
<!-- 4 - Black Hole -->
<circle cx="180" cy="170" r="15" fill="#000" />
<circle cx="180" cy="170" r="5" fill="#fff" />
<!-- 5 - Star Cluster -->
<circle cx="160" cy="190" r="10" fill="#fff" />
<circle cx="170" cy="190" r="5" fill="#fff" />
<circle cx="180" cy="190" r="5" fill="#fff" />
<!-- 6 - Comet -->
<path d="M 150 210 L 160 220 Q 170 225 180 230 Q 190 235 200 240" fill="#fff" stroke="#fff" stroke-width="2" />
<circle cx="150" cy="210" r="8" fill="#fff" />
<!-- 7 - Moon -->
<circle cx="140" cy="230" r="12" fill="#ccc" />
<circle cx="140" cy="230" r="6" fill="#fff" />
<!-- 8 - Asteroid -->
<path d="M 130 250 L 140 260 Q 150 265 160 270 Q 170 275 180 280" fill="#666" stroke="#666" stroke-width="2" />
<circle cx="130" cy="250" r="10" fill="#fff" />
<!-- 9 - Planetary Ring -->
<circle cx="120" cy="270" r="15" fill="none" stroke="#fff" stroke-width="4" />
<circle cx="120" cy="270" r="10" fill="#fff" />
<!-- 10 - Supernova -->
<circle cx="110" cy="290" r="12" fill="#ff9900" />
<circle cx="110" cy="290" r="6" fill="#fff" />
<!-- 11 - Binary Star -->
<circle cx="100" cy="310" r="10" fill="#fff" />
<circle cx="110" cy="310" r="5" fill="#fff" />
<!-- Center -->
<circle cx="150" cy="150" r="10" fill="#fff" />
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively embodies the prompt by creatively incorporating celestial bodies as the numbers on the clock face, with a dynamic, swirling arrangement that suggests motion and the cosmic theme.
The technical quality and visual appeal are enhanced by the use of color contrasts and circular composition, giving a clear impression of galaxies and celestial movement.
Player 1's design, while visually interesting, does not as clearly represent the idea of a clock face made of swirling galaxies.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"