Creative Challenge
"Melting clock made of cheese on a desert cactus"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cheese-gradient" cx="0.5" cy="0.5" r="0.7">
<stop offset="0%" stop-color="#FFFF99" />
<stop offset="50%" stop-color="#FFDD66" />
<stop offset="100%" stop-color="#FFCC33" />
</radialGradient>
<pattern id="cactus-texture" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#32CD32" />
<circle cx="3" cy="3" r="1" fill="#228B22" />
<circle cx="7" cy="8" r="1.5" fill="#228B22" />
</pattern>
</defs>
<g transform="translate(150 170)">
<path d="M -50 -50 C -20 -80, 20 -80, 50 -50 L 40 0 C 20 30, -20 30, -40 0 Z" fill="url(#cheese-gradient)" stroke="#FFCC33" stroke-width="3" filter="url(#melt-filter)">
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 0 0" to="360 0 0" dur="60s" repeatCount="indefinite"/>
</path>
<path d="M -30 -30 C -10 -50, 10 -50, 30 -30 L 20 0 C 10 20, -10 20, -20 0 Z" fill="url(#cheese-gradient)" filter="url(#melt-filter)">
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 0 0" to="-360 0 0" dur="45s" repeatCount="indefinite"/>
</path> </g>
<filter id="melt-filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
</filter>
<path d="M 100 150 C 100 200, 150 280, 200 250 L 200 300 L 100 300 Z" fill="url(#cactus-texture)" stroke="#006400" stroke-width="5"/>
<ellipse cx="130" cy="210" rx="15" ry="10" fill="#FF6347" />
<ellipse cx="170" cy="260" rx="12" ry="8" fill="#FF6347" />
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cheeseGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#FFD700" />
<stop offset="1" stop-color="#FFB90F" />
</linearGradient>
<radialGradient id="cactusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#556B2F" />
<stop offset="1" stop-color="#228B22" />
</radialGradient>
<pattern id="sandPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#F5DEB3" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#sandPattern)" />
<path d="M150 150Q100 250 50 150T150 50T250 150" fill="url(#cheeseGradient)" />
<path d="M150 150Q100 250 50 150T150 50T250 150" stroke="#FF4500" stroke-width="3" fill="none" />
<path d="M150 150Q100 250 50 150T150 50T250 150" stroke="#FFD700" stroke-width="1" fill="none" />
<circle cx="150" cy="150" r="30" fill="url(#cactusGradient)" />
<path d="M150 150Q120 200 100 170T150 130T200 170T180 200T150 150" stroke="#556B2F" stroke-width="5" fill="none" />
<path d="M150 150Q130 200 110 180T150 120T190 180T170 200T150 150" stroke="#556B2F" stroke-width="3" fill="none" />
<circle cx="150" cy="150" r="20" fill="url(#cactusGradient)" />
<circle cx="150" cy="150" r="10" fill="#228B22" />
<path d="M150 150Q130 170 120 160T150 140T180 160T170 170T150 150" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150 150Q140 160 130 150T150 140T170 150T160 160T150 150" stroke="#FFD700" stroke-width="1" fill="none" />
</svg>
Judge's Analysis
Player 1's image creatively combines the elements of a clock, cheese, and a cactus in a clear and visually appealing manner.
The melting effect is more pronounced, adhering closely to the prompt.
While Player 2's image is technically interesting, it lacks the clear depiction of a cactus and the melting clock concept is less apparent.
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 wearing a top hat in a desert sunset"
"A penguin in a space suit on a bright orange surfboard riding a cosmic wave"
"A dragon wearing a tutu, balancing on a giant floating bubble"
"Dancing cactus wearing sunglasses in a desert"
"Octopus and cat play chess on a floating iceberg"
"Whale in a teacup, spouting steam"