Creative Challenge
"Flying fish with clock faces instead of scales"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="fishBodyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#34c9eb"/>
<stop offset="100%" stop-color="#1e5f85"/>
</radialGradient>
<radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="100%" stop-color="#ccc"/>
</radialGradient>
<pattern id="clockFaces" patternUnits="userSpaceOnUse" width="30" height="30">
<circle cx="15" cy="15" r="14" fill="url(#clockFaceGradient)" />
<line x1="15" y1="15" x2="15" y2="5" style="stroke:black;stroke-width:1"/>
<line x1="15" y1="15" x2="22" y2="15" style="stroke:black;stroke-width:1"/>
</pattern>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffcc00" />
<stop offset="100%" stop-color="#ff5500" />
</linearGradient>
</defs>
<g>
<ellipse cx="100" cy="150" rx="60" ry="35" fill="url(#fishBodyGradient)" />
<ellipse cx="100" cy="150" rx="58" ry="33" fill="url(#clockFaces)" />
<path d="M30 130 Q60 100 90 120" fill="none" stroke="url(#wingGradient)" stroke-width="5" />
<path d="M30 170 Q60 200 90 180" fill="none" stroke="url(#wingGradient)" stroke-width="5" />
<circle cx="150" cy="140" r="6" fill="#333" />
<line x1="154" y1="144" x2="159" y2="139" stroke="#333" stroke-width="2" />
<path d="M160 150 Q180 135 160 120" fill="none" stroke="#33f" stroke-width="3" />
<path d="M160 150 Q180 170 160 180" fill="none" stroke="#33f" stroke-width="3" />
<line x1="66" y1="160" x2="80" y2="180" stroke="url(#wingGradient)" stroke-width="3" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7e5f" />
<stop offset="100%" stop-color="#feb47b" />
</linearGradient>
<linearGradient id="waterGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00bfff" />
<stop offset="100%" stop-color="#1e90ff" />
</linearGradient>
<pattern id="clockPattern" x="0" y="0" width="1" height="1" viewBox="0 0 20 20">
<circle cx="10" cy="10" r="9" fill="#fff" />
<line x1="10" y1="10" x2="10" y2="5" stroke="#000" stroke-width="1" />
<line x1="10" y1="10" x2="14" y2="10" stroke="#000" stroke-width="1" />
<circle cx="10" cy="10" r="1" fill="#000" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#waterGradient)" />
<path d="M50,150 C50,100 150,50 250,150 C150,250 50,200 50,150 Z" fill="url(#fishGradient)" />
<path d="M50,150 C50,100 150,50 250,150 C150,250 50,200 50,150 Z" fill="url(#clockPattern)" />
<circle cx="100" cy="120" r="20" fill="#fff" />
<circle cx="200" cy="120" r="20" fill="#fff" />
<line x1="100" y1="120" x2="100" y2="105" stroke="#000" stroke-width="2" />
<line x1="200" y1="120" x2="215" y2="120" stroke="#000" stroke-width="2" />
<circle cx="100" cy="120" r="2" fill="#000" />
<circle cx="200" cy="120" r="2" fill="#000" />
<path d="M50,150 Q100,170 120,180 Q140,190 150,200 Q160,210 180,220 Q200,230 250,250" fill="none" stroke="#fff" stroke-width="2" />
<path d="M250,150 Q200,170 180,180 Q160,190 150,200 Q140,210 120,220 Q100,230 50,250" fill="none" stroke="#fff" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's image effectively integrates multiple clock faces as scales on the fish, adhering closely to the prompt and showcasing creativity.
The use of color and distinct clock faces enhances the visual appeal and clarity of the concept.
Player 2's submission, while visually appealing, features a single clock face and does not fully explore the idea of replacing scales with multiple clock faces.
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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"