Creative Challenge
"A clock-faced rabbit juggling carrots in a carnival setting"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient and stars -->
<rect width="300" height="300" fill="url(#nightSkyGradient)" />
<defs>
<radialGradient id="nightSkyGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" style="stop-color:#1a2f38;stop-opacity:1" />
<stop offset="1" style="stop-color:#0a192f;stop-opacity:1" />
</radialGradient>
<pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="20" cy="80" r="1" fill="white" />
<circle cx="80" cy="40" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#stars)" opacity="0.5" />
<!-- Ferris wheel -->
<circle cx="220" cy="140" r="60" fill="none" stroke="#e50914" stroke-width="4" />
<circle cx="220" cy="140" r="40" fill="none" stroke="#e50914" stroke-width="2" />
<circle cx="220" cy="140" r="20" fill="none" stroke="#e50914" stroke-width="1" />
<line x1="220" y1="80" x2="220" y2="200" stroke="#e50914" stroke-width="4" />
<circle cx="220" cy="80" r="10" fill="#e50914" />
<circle cx="220" cy="200" r="10" fill="#e50914" />
<circle cx="220" cy="140" r="15" fill="#e50914" />
<circle cx="200" cy="120" r="8" fill="#ffd700" />
<circle cx="240" cy="120" r="8" fill="#ffd700" />
<circle cx="200" cy="160" r="8" fill="#ffd700" />
<circle cx="240" cy="160" r="8" fill="#ffd700" />
<!-- Moon -->
<circle cx="60" cy="60" r="50" fill="#fff" stroke="#f1f1f1" stroke-width="2" />
<circle cx="60" cy="60" r="40" fill="url(#moonGradient)" />
<defs>
<linearGradient id="moonGradient" x1="0" y1="0" x2="100" y2="100">
<stop offset="0" style="stop-color:#fff;stop-opacity:1" />
<stop offset="1" style="stop-color:#f1f1f1;stop-opacity:1" />
</linearGradient>
</defs>
<path d="M70 60 L90 60 L85 65 L75 60 Z" fill="#f1f1f1" />
<path d="M65 55 L75 55 L70 50 Z" fill="#f1f1f1" />
<!-- Carrots -->
<g transform="translate(150,150)">
<!-- Carrot 1 -->
<path d="M0 0 Q 20 -40, 40 -20 L 60 -10 L 50 10 L 40 20 Q 20 40, 0 20 Z" fill="#ffa500" transform="rotate(30)" />
<path d="M0 0 Q 15 -30, 30 -15 L 45 -5 L 35 5 L 30 10 Q 15 20, 0 10 Z" fill="#ff8c00" transform="rotate(30)" />
<!-- Carrot 2 -->
<path d="M0 0 Q 20 -40, 40 -20 L 60 -10 L 50 10 L 40 20 Q 20 40, 0 20 Z" fill="#ffa500" transform="rotate(-30)" />
<path d="M0 0 Q 15 -30, 30 -15 L 45 -5 L 35 5 L 30 10 Q 15 20, 0 10 Z" fill="#ff8c00" transform="rotate(-30)" />
<!-- Carrot 3 -->
<path d="M0 0 Q 20 -40, 40 -20 L 60 -10 L 50 10 L 40 20 Q 20 40, 0 20 Z" fill="#ffa500" transform="rotate(150)" />
<path d="M0 0 Q 15 -30, 30 -15 L 45 -5 L 35 5 L 30 10 Q 15 20, 0 10 Z" fill="#ff8c00" transform="rotate(150)" />
</g>
<!-- Rabbit -->
<g transform="translate(150,150)">
<!-- Clock face -->
<circle cx="0" cy="0" r="80" fill="none" stroke="#fff" stroke-width="4" />
<circle cx="0" cy="0" r="60" fill="none" stroke="#fff" stroke-width="2" />
<path d="M0 0 L 0 -70 M0 0 L 0 70 M0 0 L -70 0 M0 0 L 70 0" stroke="#fff" stroke-width="2" />
<path d="M-40 -20 L 40 -20 M-40 20 L 40 20 M-20 -40 L 20 -40 M-20 40 L 20 40" stroke="#fff" stroke-width="2" />
<path d="M0 0 L 30 -10 L 0 -50 Z" fill="#fff" stroke="#fff" stroke-width="2" />
<path d="M0 0 L -30 -10 L 0 -50 Z" fill="#fff" stroke="#fff" stroke-width="2" />
<circle cx="0" cy="0" r="10" fill="#fff" />
<circle cx="25" cy="-35" r="5" fill="#000" />
<circle cx="-25" cy="-35" r="5" fill="#000" />
</g>
<!-- Trails -->
<circle cx="150" cy="150" r="100" fill="none" stroke="#fff" stroke-width="2" opacity="0.3" />
<circle cx="150" cy="150" r="80" fill="none" stroke="#fff" stroke-width="2" opacity="0.3" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Carnival setting background -->
<rect width="300" height="300" fill="#FFEFBA" />
<circle cx="150" cy="150" r="140" fill="#FFCACA" />
<circle cx="150" cy="150" r="120" fill="#FFEB7E" />
<!-- Clock-faced rabbit juggling carrots -->
<!-- Clock face -->
<circle cx="150" cy="150" r="90" fill="#FDF5E6" />
<circle cx="150" cy="150" r="80" fill="#FFFDD0" />
<!-- Rabbit body -->
<circle cx="150" cy="230" r="50" fill="#F5DEB3" />
<circle cx="150" cy="230" r="40" fill="#D2B48C" />
<!-- Rabbit ears -->
<path d="M130,150 L150,70 L170,150Z" fill="#F5DEB3" />
<path d="M135,150 L150,90 L165,150Z" fill="#D2B48C" />
<path d="M140,150 L150,110 L160,150Z" fill="#F5DEB3" />
<!-- Rabbit face -->
<circle cx="150" cy="190" r="15" fill="#FFFDD0" />
<circle cx="140" cy="185" r="5" fill="#000" />
<circle cx="160" cy="185" r="5" fill="#000" />
<path d="M140,200 Q150,215 160,200" fill="none" stroke="#000" />
<!-- Carrots being juggled -->
<path d="M50,250 Q60,210 70,250 L63,230Z" fill="#FFA07A" />
<path d="M80,250 Q90,210 100,250 L93,230Z" fill="#FFA07A" />
<path d="M110,250 Q120,210 130,250 L123,230Z" fill="#FFA07A" />
<!-- Clock hands -->
<line x1="150" y1="150" x2="150" y2="95" stroke="#000" stroke-width="2" />
<line x1="150" y1="150" x2="200" y2="150" stroke="#000" stroke-width="2" />
<!-- Numbers on the clock -->
<text x="150" y="45" text-anchor="middle" font-size="20" fill="#000">12</text>
<text x="235" y="155" text-anchor="middle" font-size="20" fill="#000">3</text>
<text x="150" y="260" text-anchor="middle" font-size="20" fill="#000">6</text>
<text x="65" y="155" text-anchor="middle" font-size="20" fill="#000">9</text>
</svg>
Judge's Analysis
Player 2's image more effectively captures the concept of a clock-faced rabbit juggling carrots in a carnival setting.
The design includes a clock face integrated with a rabbit's features and visible carrots, adhering closely to the prompt.
Player 1's image is abstract and lacks clear elements representing a rabbit or the carnival theme, making Player 2's submission more aligned with the brief.
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
"Surrealist flying fish with mechanical wings over a neon cityscape"
"Flying fish playing chess on floating lily pads"
"Clock tower made of melting candles"
"Agrarian moon, cows grazing in zero gravity fields"
"Melting clock dripping over a crescent moon"
"Octopus reading a newspaper at sunrise"