Creative Challenge
"Antique clock with galaxy gears"
<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:#5f0f80; stop-opacity:1" />
<stop offset="100%" style="stop-color:#04b4d5; stop-opacity:1" />
</radialGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="white" />
<circle cx="10" cy="10" r="3" fill="black" />
<path d="M10,0 L12,8 L20,10 L12,12 L10,20 L8,12 L0,10 L8,8 Z" fill="white" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="black" />
<circle cx="150" cy="150" r="100" fill="url(#galaxyGradient)" />
<circle cx="150" cy="150" r="95" fill="none" stroke="gold" stroke-width="5" />
<circle cx="150" cy="150" r="80" fill="none" stroke="gold" stroke-width="5" />
<g fill="none" stroke="gold" stroke-width="5">
<line x1="150" y1="70" x2="150" y2="130" />
<line x1="150" y1="170" x2="150" y2="230" />
<line x1="70" y1="150" x2="130" y2="150" />
<line x1="170" y1="150" x2="230" y2="150" />
</g>
<g transform="translate(150, 150)">
<g fill="url(#gearPattern)" stroke="gold" stroke-width="2">
<circle cx="0" cy="0" r="20" />
<circle cx="0" cy="0" r="30" />
</g>
<g transform="rotate(45)">
<circle cx="0" cy="-40" r="5" />
<circle cx="0" cy="-40" r="10" fill="none" stroke="gold" stroke-width="1" />
</g>
<g transform="rotate(-45)">
<circle cx="0" cy="-40" r="5" />
<circle cx="0" cy="-40" r="10" fill="none" stroke="gold" stroke-width="1" />
</g>
</g>
<text x="150" y="150" text-anchor="middle" fill="gold" font-family="Arial" font-size="24" dy="0.3em">Antique Clock</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for clock border -->
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</radialGradient>
<!-- Gradient for clock face -->
<radialGradient id="faceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#1a1a1a"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<!-- Gradient for galaxy gears -->
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#000428"/>
<stop offset="50%" stop-color="#004e92"/>
<stop offset="100%" stop-color="#000428"/>
</radialGradient>
<!-- Star pattern for galaxies -->
<pattern id="stars" patternUnits="userSpaceOnUse" width="4" height="4">
<circle cx="1" cy="1" r="0.5" fill="white" />
<circle cx="3" cy="3" r="0.5" fill="white" />
</pattern>
</defs>
<!-- Clock border -->
<circle cx="150" cy="150" r="100" fill="url(#clockGradient)" stroke="#8B4513" stroke-width="4"/>
<!-- Clock face -->
<circle cx="150" cy="150" r="90" fill="url(#faceGradient)" stroke="#333" stroke-width="2"/>
<!-- Clock numbers -->
<g fill="#fff" font-family="Arial" font-size="12" text-anchor="middle">
<text x="150" y="70">12</text>
<text x="220" y="150" dy="5">3</text>
<text x="150" y="230" dy="5">6</text>
<text x="80" y="150" dy="5">9</text>
</g>
<!-- Clock hands -->
<!-- Hour hand -->
<line x1="150" y1="150" x2="150" y2="110" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
<!-- Minute hand -->
<line x1="150" y1="150" x2="190" y2="150" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<!-- Gears with galaxy pattern -->
<g>
<!-- Gear 1 -->
<g transform="translate(80,80)">
<circle r="20" fill="url(#galaxyGradient)" stroke="#fff" stroke-width="1"/>
<circle r="2" fill="white"/>
<circle r="1" fill="url(#stars)"/>
<!-- Gear teeth -->
<path d="M20,0 L22,2 L20,4 L18,2 Z" fill="#000"/>
<path d="M14.14,14.14 L15.56,15.56 L14.14,16.98 L12.72,15.56 Z" fill="#000"/>
<path d="M0,20 L2,22 L4,20 L2,18 Z" fill="#000"/>
<path d="M-14.14,14.14 L-15.56,15.56 L-14.14,16.98 L-12.72,15.56 Z" fill="#000"/>
<path d="M-20,0 L-22,2 L-20,4 L-18,2 Z" fill="#000"/>
<path d="M-14.14,-14.14 L-15.56,-15.56 L-14.14,-16.98 L-12.72,-15.56 Z" fill="#000"/>
<path d="M0,-20 L2,-22 L4,-20 L2,-18 Z" fill="#000"/>
<path d="M14.14,-14.14 L15.56,-15.56 L14.14,-16.98 L12.72,-15.56 Z" fill="#000"/>
</g>
<!-- Gear 2 -->
<g transform="translate(220,80)">
<circle r="15" fill="url(#galaxyGradient)" stroke="#fff" stroke-width="1"/>
<circle r="2" fill="white"/>
<circle r="1" fill="url(#stars)"/>
<!-- Gear teeth -->
<path d="M15,0 L16,1.5 L15,3 L14,1.5 Z" fill="#000"/>
<path d="M10.61,10.61 L11.77,11.77 L10.61,12.93 L9.45,11.77 Z" fill="#000"/>
<path d="M0,15 L1.5,16 L3,15 L1.5,13 Z" fill="#000"/>
<path d="M-10.61,10.61 L-11.77,11.77 L-10.61,12.93 L-9.45,11.77 Z" fill="#000"/>
<path d="M-15,0 L-16,1.5 L-15,3 L-14,1.5 Z" fill="#000"/>
<path d="M-10.61,-10.61 L-11.77,-11.77 L-10.61,-12.93 L-9.45,-11.77 Z" fill="#000"/>
<path d="M0,-15 L1.5,-16 L3,-15 L1.5,-13 Z" fill="#000"/>
<path d="M10.61,-10.61 L11.77,-11.77 L10.61,-12.93 L9.45,-11.77 Z" fill="#000"/>
</g>
<!-- Gear 3 -->
<g transform="translate(80,220)">
<circle r="18" fill="url(#galaxyGradient)" stroke="#fff" stroke-width="1"/>
<circle r="2" fill="white"/>
<circle r="1" fill="url(#stars)"/>
<!-- Gear teeth -->
<path d="M18,0 L19,1.4 L18,2.8 L17,1.4 Z" fill="#000"/>
<path d="M12.73,12.73 L13.96,13.96 L12.73,15.19 L11.5,13.96 Z" fill="#000"/>
<path d="M0,18 L1.4,19 L2.8,18 L1.4,17 Z" fill="#000"/>
<path d="M-12.73,12.73 L-13.96,13.96 L-12.73,15.19 L-11.5,13.96 Z" fill="#000"/>
<path d="M-18,0 L-19,1.4 L-18,2.8 L-17,1.4 Z" fill="#000"/>
<path d="M-12.73,-12.73 L-13.96,-13.96 L-12.73,-15.19 L-11.5,-13.96 Z" fill="#000"/>
<path d="M0,-18 L1.4,-19 L2.8,-18 L1.4,-17 Z" fill="#000"/>
<path d="M12.73,-12.73 L13.96,-13.96 L12.73,-15.19 L11.5,-13.96 Z" fill="#000"/>
</g>
<!-- Gear 4 -->
<g transform="translate(220,220)">
<circle r="12" fill="url(#galaxyGradient)" stroke="#fff" stroke-width="1"/>
<circle r="2" fill="white"/>
<circle r="1" fill="url(#stars)"/>
<!-- Gear teeth -->
<path d="M12,0 L12.8,0.94 L12,1.88 L11.2,0.94 Z" fill="#000"/>
<path d="M8.49,8.49 L9.42,9.42 L8.49,10.35 L7.56,9.42 Z" fill="#000"/>
<path d="M0,12 L0.94,12.8 L1.88,12 L0.94,11.2 Z" fill="#000"/>
<path d="M-8.49,8.49 L-9.42,9.42 L-8.49,10.35 L-7.56,9.42 Z" fill="#000"/>
<path d="M-12,0 L-12.8,0.94 L-12,1.88 L-11.2,0.94 Z" fill="#000"/>
<path d="M-8.49,-8.49 L-9.42,-9.42 L-8.49,-10.35 L-7.56,-9.42 Z" fill="#000"/>
<path d="M0,-12 L0.94,-12.8 L1.88,-12 L0.94,-11.2 Z" fill="#000"/>
<path d="M8.49,-8.49 L9.42,-9.42 L8.49,-10.35 L7.56,-9.42 Z" fill="#000"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively adheres to the prompt with a clear clock design and galaxy-like elements as gears.
The composition is technically sound and visually appealing, incorporating the antique clock concept with a modern twist.
Player 1's submission lacks clarity and coherence in representing the theme.
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
"Glowing jellyfish dancing above a futuristic skyline"
"Butterfly wings as city skyscrapers at sunset"
"Astronaut cat floating with rainbow fish in space"
"Melting clock draped over a tree branch"
"Melting clock overgrown with ivy on a floating island"
"Astronaut watering flowers on the moon, Earth rising behind"