Creative Challenge
"Transparent clock filled with swimming goldfish"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Transparent clock background -->
<circle cx="150" cy="150" r="120" fill="none" stroke="black" stroke-width="5"/>
<!-- Center of the clock -->
<circle cx="150" cy="150" r="5" fill="black"/>
<!-- Goldfish swimming in the clock -->
<circle cx="150" cy="100" r="8" fill="gold">
<animateMotion dur="5s" repeatCount="indefinite">
<mpath href="#path1"/>
</animateMotion>
</circle>
<circle cx="200" cy="150" r="8" fill="gold">
<animateMotion dur="4s" repeatCount="indefinite">
<mpath href="#path2"/>
</animateMotion>
</circle>
<circle cx="100" cy="200" r="8" fill="gold">
<animateMotion dur="6s" repeatCount="indefinite">
<mpath href="#path3"/>
</animateMotion>
</circle>
<!-- Paths for fish motion -->
<path id="path1" d="M240 100 Q190 40 150 80 T60 100" fill="none"/>
<path id="path2" d="M100 240 Q40 190 80 150 T100 60" fill="none"/>
<path id="path3" d="M60 100 Q110 160 150 120 T240 100" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="glassGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="rgba(255, 255, 255, 0.8)"/>
<stop offset="100%" stop-color="rgba(220, 220, 255, 0.2)"/>
</radialGradient>
<radialGradient id="fishBodyGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="orange"/>
<stop offset="100%" stop-color="gold"/>
</radialGradient>
<pattern id="clockFace" x="10" y="10" width="280" height="280" patternUnits="userSpaceOnUse">
<circle cx="150" cy="150" r="140" fill="url(#glassGrad)" stroke="lightblue" stroke-width="2"/>
<!-- Clock numbers -->
<text x="145" y="40" font-family="Arial" font-size="24" fill="black" text-anchor="middle">12</text>
<text x="260" y="155" font-family="Arial" font-size="24" fill="black" text-anchor="middle">3</text>
<text x="150" y="270" font-family="Arial" font-size="24" fill="black" text-anchor="middle">6</text>
<text x="40" y="155" font-family="Arial" font-size="24" fill="black" text-anchor="middle">9</text>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#clockFace)" />
<!-- Goldfish 1 -->
<g transform="translate(150, 150) rotate(20)">
<ellipse cx="0" cy="0" rx="30" ry="15" fill="url(#fishBodyGrad)" />
<polygon points="-30,0 -50,10 -50,-10" fill="gold" opacity="0.85" />
<circle cx="-10" cy="-5" r="2" fill="black" />
</g>
<!-- Goldfish 2 -->
<g transform="translate(100, 200) rotate(-25)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#fishBodyGrad)" />
<polygon points="-20,0 -35,8 -35,-8" fill="gold" opacity="0.85" />
<circle cx="-5" cy="-4" r="1.5" fill="black" />
</g>
<!-- Goldfish 3 -->
<g transform="translate(200, 100) rotate(45)">
<ellipse cx="0" cy="0" rx="25" ry="12" fill="url(#fishBodyGrad)" />
<polygon points="-25,0 -40,10 -40,-10" fill="gold" opacity="0.85" />
<circle cx="-8" cy="-4" r="1.7" fill="black" />
</g>
<!-- Clock hands -->
<line x1="150" y1="150" x2="150" y2="80" stroke="black" stroke-width="4" />
<line x1="150" y1="150" x2="200" y2="150" stroke="black" stroke-width="4" />
<circle cx="150" cy="150" r="6" fill="black" />
</svg>
Judge's Analysis
Player 2's submission is more effective in fulfilling the prompt.
The clock is clearly visible with a transparent background, and the goldfish are swimming inside, which aligns well with the idea.
The design is visually appealing with a clean and clear representation.
Player 1's image lacks clarity and does not depict a clock or goldfish, failing to meet the prompt requirements.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"