Creative Challenge
"Clockwork lion in a field of geometric sunflowers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="lionGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#d4af37" />
<stop offset="50%" stop-color="#daa520" />
<stop offset="100%" stop-color="#b8860b" />
</linearGradient>
<pattern id="sunflowerPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#ffda61" />
<g fill="none" stroke="#282828" stroke-width="1">
<line x1="10" y1="0" x2="10" y2="20" />
<line x1="0" y1="10" x2="20" y2="10" />
</g>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sunflowerPattern)" />
<g transform="translate(50 50)">
<path d="M50,100 C50,50 100,30 150,50 L170,80 C170,60 160,30 150,20 L110,0 C70,0 30,30 30,70 Z" fill="#282828"/>
<path d="M30,70 C30,110 70,140 110,140 L110,100" fill="#4c4c4c" />
<path d="M50,100 C50,150 100,170 150,150 L170,120 C170,140 160,170 150,180 L110,200 C70,200 30,170 30,130 Z" fill="#282828"/>
<circle cx="40" cy="70" r="10" fill="#fff"/>
<circle cx="45" cy="70" r="5" fill="#000"/>
<ellipse cx="70" cy="150" rx="20" ry="20" fill="url(#lionGradient)" />
<path d="M70,170 C 70,185 90,185 90,170 V130 C 90,115 70,115 70,130 Z" fill="#b5651d" />
<g transform="translate(90 60)">
<circle cx="0" cy="0" r="10" fill="steelblue"/>
<circle cx="20" cy="0" r="10" fill="steelblue"/>
<circle cx="40" cy="0" r="10" fill="steelblue"/>
<animateTransform attributeName="transform" type="rotate" from="0 30 0" to="360 30 0" dur="10s" repeatCount="indefinite" />
</g>
<g transform="translate(90 150)">
<circle cx="0" cy="0" r="10" fill="steelblue"/>
<circle cx="20" cy="0" r="10" fill="steelblue"/>
<circle cx="40" cy="0" r="10" fill="steelblue"/>
<animateTransform attributeName="transform" type="rotate" from="0 30 0" to="360 30 0" dur="10s" repeatCount="indefinite" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunflowerGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #ffdd00; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #ff9900; stop-opacity: 1" />
</radialGradient>
<linearGradient id="lionGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #d4af37; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #b29500; stop-opacity: 1" />
</linearGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="none" />
<circle cx="10" cy="10" r="6" fill="none" stroke="#3e3e3e" stroke-width="2" />
<line x1="10" y1="10" x2="10" y2="0" stroke="#3e3e3e" stroke-width="2" />
<line x1="10" y1="10" x2="20" y2="10" stroke="#3e3e3e" stroke-width="2" />
<line x1="10" y1="10" x2="0" y2="10" stroke="#3e3e3e" stroke-width="2" />
<line x1="10" y1="10" x2="10" y2="20" stroke="#3e3e3e" stroke-width="2" />
</pattern>
</defs>
<!-- Sunflowers -->
<g transform="translate(50, 50)">
<circle cx="25" cy="25" r="20" fill="url(#sunflowerGradient)" />
<polygon points="15,25 0,50 20,40 15,60" fill="#ffcc00"/>
<polygon points="35,25 50,50 30,40 35,60" fill="#ffcc00"/>
<polygon points="25,15 0,0 40,0 25,20" fill="#ffcc00"/>
<polygon points="25,35 0,70 40,70 25,50" fill="#ffcc00"/>
</g>
<g transform="translate(200, 100)">
<circle cx="25" cy="25" r="20" fill="url(#sunflowerGradient)" />
<polygon points="15,25 0,50 20,40 15,60" fill="#ffdd33"/>
<polygon points="35,25 50,50 30,40 35,60" fill="#ffdd33"/>
<polygon points="25,15 0,0 40,0 25,20" fill="#ffdd33"/>
<polygon points="25,35 0,70 40,70 25,50" fill="#ffdd33"/>
</g>
<g transform="translate(125, 200)">
<circle cx="25" cy="25" r="20" fill="url(#sunflowerGradient)" />
<polygon points="15,25 0,50 20,40 15,60" fill="#ffaa00"/>
<polygon points="35,25 50,50 30,40 35,60" fill="#ffaa00"/>
<polygon points="25,15 0,0 40,0 25,20" fill="#ffaa00"/>
<polygon points="25,35 0,70 40,70 25,50" fill="#ffaa00"/>
</g>
<!-- Clockwork Lion -->
<g transform="translate(60, 40)">
<ellipse cx="120" cy="160" rx="40" ry="60" fill="url(#lionGradient)" stroke="#cc9900" stroke-width="2"/>
<circle cx="120" cy="140" r="20" fill="none" stroke="url(#gearPattern)" stroke-width="5"/>
<circle cx="120" cy="200" r="15" fill="none" stroke="url(#gearPattern)" stroke-width="5"/>
<rect x="100" y="80" width="40" height="30" rx="10" ry="10" fill="url(#lionGradient)" stroke="#cc9900" stroke-width="2"/>
<rect x="110" y="50" width="20" height="30" fill="url(#lionGradient)" stroke="#cc9900" stroke-width="2"/>
<circle cx="120" cy="40" r="8" fill="#ffdd00"/>
<circle cx="118" cy="42" r="1" fill="#3e3e3e"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the idea of a 'Clockwork lion in a field of geometric sunflowers' with its golden color palette and mechanical detailing that suggest a clockwork theme.
The geometric shapes resemble sunflowers more closely and the overall composition is cohesive and visually appealing.
Player 1's image, while creative, lacks clarity in representing a lion or sunflowers distinctly.
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
"Cactus dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Floating cityscape on lily pads under a crescent moon"
"Eiffel Tower wearing oversized sunglasses"