Creative Challenge
"A clock made of melting cheese, dripping over a digital watch face"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cheeseGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffba00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f19c00;stop-opacity:1" />
</radialGradient>
<linearGradient id="dripGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#ffba00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f19c00;stop-opacity:0.8" />
</linearGradient>
</defs>
<!-- Base digital watch face -->
<rect x="60" y="120" width="180" height="100" rx="15" ry="15" fill="#333" />
<!-- Dripping cheese clock face -->
<circle cx="150" cy="150" r="90" fill="url(#cheeseGradient)" />
<!-- Melted cheese drips -->
<path d="M140 160 Q145 180 150 160 Q155 140 160 160 Q165 180 170 160" fill="url(#dripGradient)" />
<path d="M90 220 Q100 250 110 220 T130 220 Q140 260 150 220 T170 220 Q180 250 190 220 T210 220" fill="url(#dripGradient)" />
<path d="M200 200 Q195 250 220 230" fill="url(#dripGradient)" />
<!-- Digital display -->
<rect x="95" y="140" width="110" height="20" rx="3" ry="3" fill="#000" />
<text x="105" y="155" font-family="monospace" font-size="14" fill="#0f0" >
11:58
</text>
<!-- Clock hands as cheese strings -->
<line x1="150" y1="150" x2="150" y2="70" stroke="#f4d144" stroke-width="6" />
<line x1="150" y1="150" x2="210" y2="150" stroke="#f4d144" stroke-width="6" />
<!-- Holes in the cheese -->
<circle cx="120" cy="130" r="10" fill="#f5c500" />
<circle cx="170" cy="180" r="8" fill="#f5c500" />
<circle cx="200" cy="110" r="6" fill="#f5c500" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Cheesy background -->
<rect width="300" height="300" fill="#ffd700" />
<!-- Clock face with digital display -->
<circle cx="150" cy="150" r="120" fill="#ffffff" />
<rect x="130" y="120" width="40" height="60" fill="#000000" />
<text x="125" y="200" font-size="28" fill="#000000">12:00</text>
<!-- Melting cheese dripping -->
<path fill="#ffcc00" d="M110,120 Q130,85 150,120 Q170,85 190,120 Q200,150 150,180 Q100,150 110,120" />
<path fill="#ffcc00" d="M150,180 Q130,150 110,180 Q90,200 80,220 Q110,225 150,210 Q190,225 220,220 Q210,200 190,180 Q170,150 150,180" />
</svg>
Judge's Analysis
Player 1's submission effectively combines the concept of a melting cheese clock with a digital watch face, capturing the essence of the prompt.
The use of color and form clearly suggests melting cheese, and the inclusion of the digital time display integrates both elements seamlessly.
Player 2's image, while visually appealing, lacks the clear representation of a digital watch face and the literal depiction of melting cheese, making it less aligned with 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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"