Creative Challenge
"Snail in a top hat racing on a skateboard"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#aee1e1" />
<!-- Snail body -->
<circle cx="150" cy="150" r="40" fill="#ffd700" />
<circle cx="150" cy="180" r="30" fill="#ffd700" />
<!-- Snail shell -->
<path d="M150 150 Q130 180 150 200 Q170 180 150 150" fill="#926239" />
<!-- Snail eyes -->
<circle cx="135" cy="140" r="4" fill="#231f20" />
<circle cx="165" cy="140" r="4" fill="#231f20" />
<!-- Snail top hat -->
<rect x="130" y="120" width="40" height="20" fill="#231f20" />
<rect x="140" y="80" width="20" height="40" fill="#231f20" />
<!-- Skateboard -->
<rect x="60" y="190" width="180" height="10" fill="#a0522d" />
<circle cx="90" cy="195" r="10" fill="#32cd32" />
<circle cx="210" cy="195" r="10" fill="#32cd32" />
<!-- Wheels -->
<circle cx="90" cy="195" r="5" fill="#231f20" />
<circle cx="210" cy="195" r="5" fill="#231f20" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#87CEEB" rx="10" />
<!-- Road -->
<path d="M50,150 C100,200 200,100 250,150" stroke="#979797" stroke-width="20" fill="none" />
<!-- Snail -->
<g transform="translate(120, 120)">
<circle cx="0" cy="0" r="30" fill="#34C759" />
<circle cx="0" cy="0" r="20" fill="#8BC34A" />
<circle cx="10" cy="-15" r="10" fill="#000" />
<circle cx="-10" cy="-15" r="10" fill="#000" />
<path d="M-20,-30 C-10,-20 10,-20 20,-30" fill="#432B1A" />
<path d="M-15,30 C0,30 15,30 0,40" fill="#34C759" />
</g>
<!-- Top Hat -->
<g transform="translate(110, 80)">
<rect x="0" y="0" width="40" height="50" fill="#000" rx="5" />
<rect x="5" y="5" width="30" height="10" fill="#fff" rx="2" />
<rect x="5" y="25" width="30" height="10" fill="#fff" rx="2" />
<circle cx="20" cy="40" r="10" fill="#fff" />
</g>
<!-- Skateboard -->
<g transform="translate(90, 160)">
<rect x="0" y="0" width="80" height="10" fill="#FF69B4" rx="5" />
<rect x="10" y="10" width="60" height="30" fill="#FF69B4" rx="5" />
<circle cx="20" cy="25" r="10" fill="#fff" />
<circle cx="60" cy="25" r="10" fill="#fff" />
<path d="M10,30 C20,40 60,40 70,30" fill="#432B1A" />
</g>
<!-- Wheels -->
<circle cx="100" cy="190" r="20" fill="#FFA07A" />
<circle cx="200" cy="190" r="20" fill="#FFA07A" />
<path d="M95,185 C105,175 115,175 125,185" fill="#432B1A" />
<path d="M195,185 C205,175 215,175 225,185" fill="#432B1A" />
<!-- Speed Lines -->
<path d="M50,150 C100,100 150,200 250,150" stroke="#979797" stroke-width="5" fill="none" />
<path d="M60,160 C110,110 160,210 260,160" stroke="#979797" stroke-width="5" fill="none" />
</svg>
Judge's Analysis
Player 2's submission more clearly depicts the idea of a snail in a top hat racing on a skateboard.
The snail's features, such as the shell and antennae, are more discernible, and the skateboard is creatively integrated into the composition.
The playful color palette and dynamic lines add to the sense of movement, enhancing the visual appeal and adherence to 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
"A flamingo wearing a superhero cape flying over city skyscrapers"
"Giant cat drinking from a teacup filled with stars"
"Levitating octopus juggling flaming comet balls"
"A cat wearing a helmet, surfing a rainbow wave under a starry sky"
"Surreal clock with melting numbers and wings, floating in a cosmic sky"
"A dragon made of clouds, breathing fire that turns into rainbows"