Creative Challenge
"A clock-faced butterfly with spinning gear wings"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bodyGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff6b6b"/>
</radialGradient>
<linearGradient id="wingGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4a90e2"/>
<stop offset="100%" stop-color="#967adc"/>
</linearGradient>
</defs>
<!-- Left Wing Gear -->
<g transform="translate(80,150)" class="gear">
<circle cx="0" cy="0" r="45" fill="url(#wingGrad)" stroke="#2c3e50" stroke-width="3"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(0)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(72)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(144)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(216)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(288)"/>
<circle cx="0" cy="0" r="8" fill="#2c3e50"/>
<animateTransform attributeName="transform" type="rotate" from="0 80 150" to="360 80 150" dur="10s" repeatCount="indefinite"/>
</g>
<!-- Right Wing Gear -->
<g transform="translate(220,150)" class="gear">
<circle cx="0" cy="0" r="45" fill="url(#wingGrad)" stroke="#2c3e50" stroke-width="3"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(0)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(72)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(144)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(216)"/>
<path d="M0,-45 L5,-40 L5,-15 L-5,-15 L-5,-40 Z" fill="#34495e" transform="rotate(288)"/>
<circle cx="0" cy="0" r="8" fill="#2c3e50"/>
<animateTransform attributeName="transform" type="rotate" from="360 220 150" to="0 220 150" dur="10s" repeatCount="indefinite"/>
</g>
<!-- Butterfly Body -->
<path d="M125,130 Q150,100 175,130 L175,170 Q150,200 125,170 Z" fill="url(#bodyGrad)" stroke="#2c3e50" stroke-width="3"/>
<!-- Clock Face -->
<circle cx="150" cy="150" r="25" fill="white" stroke="#2c3e50" stroke-width="3"/>
<g transform="translate(150,150)">
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(0)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(30)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(60)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(90)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(120)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(150)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(180)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(210)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(240)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(270)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(300)"/>
<line x1="0" y1="-20" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2" transform="rotate(330)"/>
<!-- Clock Hands -->
<line x1="0" y1="0" x2="0" y2="-15" stroke="#2c3e50" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="60s" repeatCount="indefinite"/>
</line>
<line x1="0" y1="0" x2="0" y2="-10" stroke="#e74c3c" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="5s" repeatCount="indefinite"/>
</line>
</g>
<!-- Antennae -->
<path d="M140,120 Q130,90 120,85" fill="none" stroke="#2c3e50" stroke-width="2"/>
<path d="M160,120 Q170,90 180,85" fill="none" stroke="#2c3e50" stroke-width="2"/>
<circle cx="120" cy="85" r="3" fill="#2c3e50"/>
<circle cx="180" cy="85" r="3" fill="#2c3e50"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7f50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff1493;stop-opacity:1" />
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00bfff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1e90ff;stop-opacity:1" />
</linearGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="4" fill="#ffa500" />
<circle cx="10" cy="2" r="1" fill="#ffa500" />
<circle cx="10" cy="18" r="1" fill="#ffa500" />
<circle cx="2" cy="10" r="1" fill="#ffa500" />
<circle cx="18" cy="10" r="1" fill="#ffa500" />
</pattern>
</defs>
<!-- Butterfly body -->
<ellipse cx="150" cy="150" rx="10" ry="30" fill="url(#bodyGradient)" />
<!-- Left wing -->
<path d="M150 150 C 80 100, 80 200, 150 150" fill="url(#wingGradient)" />
<path d="M150 150 C 120 100, 70 160, 150 150" fill="url(#gearPattern)" />
<!-- Right wing -->
<path d="M150 150 C 220 100, 220 200, 150 150" fill="url(#wingGradient)" />
<path d="M150 150 C 180 100, 230 160, 150 150" fill="url(#gearPattern)" />
<!-- Clock face -->
<circle cx="150" cy="150" r="25" fill="white" stroke="#333" stroke-width="2" />
<circle cx="150" cy="150" r="23" fill="url(#gearPattern)"/>
<!-- Clock markings -->
<line x1="150" y1="127" x2="150" y2="135" stroke="#333" stroke-width="2" />
<line x1="150" y1="165" x2="150" y2="173" stroke="#333" stroke-width="2" />
<line x1="127" y1="150" x2="135" y2="150" stroke="#333" stroke-width="2" />
<line x1="165" y1="150" x2="173" y2="150" stroke="#333" stroke-width="2" />
<!-- Clock hands -->
<line x1="150" y1="150" x2="150" y2="120" stroke="#333" stroke-width="3" />
<line x1="150" y1="150" x2="170" y2="150" stroke="#ffeb3b" stroke-width="6" />
<!-- Butterfly antennae -->
<line x1="145" y1="130" x2="135" y2="110" stroke="#ff1493" stroke-width="2" />
<line x1="155" y1="130" x2="165" y2="110" stroke="#ff1493" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the concept of 'a clock-faced butterfly with spinning gear wings.' The design features a clear clock face integrated into the butterfly's body and incorporates gear elements into the wings, aligning closely with the prompt.
Additionally, the use of color and composition enhances the visual appeal, making it a more cohesive and creative representation.
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
"A single raccoon juggling ancient, glowing runes in a moonlit forest"
"Polar bear on a tropical beach, sipping coconut drink under a palm tree"
"Flamingo wearing roller skates on a rainbow path"
"Ballerina balancing on a tightrope above a cityscape during a vibrant sunset"
"A disco ball moon over a city of dancing skyscrapers"
"Lemon-shaped hot air balloon over a surreal purple ocean"