Creative Challenge
"Tree with clockwork gears for foliage against a full moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,255,230);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(200,200,200);stop-opacity:1" />
</radialGradient>
<linearGradient id="treeTrunkGradient" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" style="stop-color:rgb(80,42,42);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(140,70,30);stop-opacity:1" />
</linearGradient>
<pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="10" fill="darkslategray"/>
<circle cx="10" cy="10" r="8" fill="lightsteelblue"/>
<path d="M10 0L12 4L18 6L20 10L18 14L12 16L10 20L8 16L2 14L0 10L2 6L8 4Z" fill="darkslategray" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="midnightblue" />
<circle cx="150" cy="150" r="80" fill="url(#moonGradient)" opacity="0.9"/>
<g transform="translate(150, 200)">
<rect x="-10" y="0" width="20" height="80" fill="url(#treeTrunkGradient)" />
<g fill="url(#gearPattern)">
<circle cx="0" cy="-100" r="50"/>
<circle cx="-60" cy="-70" r="40"/>
<circle cx="60" cy="-70" r="40"/>
<circle cx="-90" cy="-120" r="30"/>
<circle cx="90" cy="-120" r="30"/>
<circle cx="0" cy="-180" r="40"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="70%" cy="30%" r="60%">
<stop offset="0%" stop-color="#fff7d6"/>
<stop offset="80%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ffa500"/>
</radialGradient>
<linearGradient id="trunkGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#4a3728"/>
<stop offset="50%" stop-color="#6b4423"/>
<stop offset="100%" stop-color="#4a3728"/>
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#1a1a2e"/>
<circle cx="220" cy="80" r="40" fill="url(#moonGlow)"/>
<path d="M140 280 C 120 280 100 200 100 180 S 140 140 150 120 S 160 100 160 90"
stroke="url(#trunkGrad)" stroke-width="20" fill="none"/>
<!-- Clockwork Gears -->
<g transform="translate(150,100)">
<circle cx="0" cy="0" r="25" fill="#b87333" stroke="#8b4513" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="20s" repeatCount="indefinite"/>
</circle>
<path d="M-25,0 L25,0 M0,-25 L0,25" stroke="#8b4513" stroke-width="4">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="20s" repeatCount="indefinite"/>
</path>
</g>
<g transform="translate(180,130)">
<circle cx="0" cy="0" r="20" fill="#cd853f" stroke="#8b4513" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="15s" repeatCount="indefinite"/>
</circle>
<path d="M-20,0 L20,0 M0,-20 L0,20" stroke="#8b4513" stroke-width="3">
<animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="15s" repeatCount="indefinite"/>
</path>
</g>
<g transform="translate(120,130)">
<circle cx="0" cy="0" r="22" fill="#deb887" stroke="#8b4513" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="18s" repeatCount="indefinite"/>
</circle>
<path d="M-22,0 L22,0 M0,-22 L0,22" stroke="#8b4513" stroke-width="3">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="18s" repeatCount="indefinite"/>
</path>
</g>
<!-- Small decorative gears -->
<g transform="translate(150,70)">
<circle cx="0" cy="0" r="15" fill="#d4a017" stroke="#8b4513" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="12s" repeatCount="indefinite"/>
</circle>
</g>
<g transform="translate(200,110)">
<circle cx="0" cy="0" r="12" fill="#c19a6b" stroke="#8b4513" stroke-width="2">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="10s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="50" r="1"/>
<circle cx="80" cy="30" r="1.5"/>
<circle cx="250" cy="40" r="1"/>
<circle cx="270" cy="70" r="1.5"/>
<circle cx="40" cy="120" r="1"/>
<circle cx="280" cy="150" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's image effectively conveys the concept of a tree with clockwork gears as foliage against a full moon.
The use of circular gear shapes in the foliage and the bright, detailed depiction of the moon create a visually appealing and technically sound composition.
Player 1's image, while creative, lacks clarity in representing the gears and moon, resulting in a less cohesive interpretation of the prompt.
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
"Stilt-walking robot in a dessert cafe"
"An umbrella made of clouds, raining colorful candy drops"
"Juggling octopus wearing neon roller skates"
"Whale painting a starry night sky with its tail"
"Floating enchanted cactus with lunar eyes in a starlit desert"
"Clock made of melting pancakes with syrup hands against a pink sunrise"