Creative Challenge
"An ant wearing a top hat and monocle dancing on a slice of lemon."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Lemon slice -->
<circle cx="150" cy="150" r="120" fill="#FCD12A" />
<path d="M150 30 L231 140 A120 120 0 0 0 150 270 Z" fill="#F8C51C" />
<!-- Ant body -->
<circle cx="130" cy="160" r="20" fill="#794D26" />
<circle cx="170" cy="160" r="20" fill="#794D26" />
<path d="M150 160 Q165 200 130 240 Q120 230 130 200 Q135 195 150 200 Q165 205 170 200 Q180 200 170 240 Q135 255 150 240 Q155 245 160 240 Q160 230 150 220 Q145 220 130 220 Q120 230 130 240 Q135 260 150 250 Q160 270 170 240 Q175 230 170 205 Q155 195 150 200 Z" fill="#794D26" />
<!-- Top Hat -->
<rect x="120" y="100" width="60" height="30" fill="#000" />
<rect x="125" y="70" width="50" height="30" fill="#000" />
<circle cx="150" cy="70" r="25" fill="#000" />
<!-- Monocle -->
<circle cx="160" cy="165" r="9" fill="#000" />
<circle cx="160" cy="165" r="7" fill="#FFF" />
<circle cx="160" cy="165" r="5" fill="#000" />
<!-- Dance motion lines -->
<line x1="130" y1="160" x2="120" y2="155" stroke="#000" stroke-width="2" />
<line x1="170" y1="160" x2="180" y2="155" stroke="#000" stroke-width="2" />
<line x1="150" y1="240" x2="160" y2="250" stroke="#000" stroke-width="2" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f0f8ff"/>
<stop offset="100%" stop-color="#cce7ff"/>
</radialGradient>
<radialGradient id="lemonGrad" cx="30%" cy="40%" r="60%">
<stop offset="0%" stop-color="#fff370"/>
<stop offset="100%" stop-color="#f5d742"/>
</radialGradient>
<linearGradient id="rindGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f5e35b"/>
<stop offset="100%" stop-color="#e3c843"/>
</linearGradient>
<linearGradient id="hatGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#333"/>
<stop offset="100%" stop-color="#000"/>
</linearGradient>
<pattern id="lemonTexture" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.4)"/>
<circle cx="8" cy="8" r="1" fill="rgba(255,255,255,0.4)"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Lemon Slice -->
<g transform="translate(200,200)">
<path d="M0,-100 A100,100 0 0,1 86.6,50 L0,0 Z" fill="url(#lemonGrad)" />
<path d="M0,-100 A100,100 0 0,1 86.6,50 L0,50 Z" fill="url(#rindGrad)" stroke="#e3c843" stroke-width="4"/>
<!-- segments -->
<g stroke="rgba(255,255,255,0.6)" stroke-width="2">
<line x1="0" y1="0" x2="0" y2="-100"/>
<line x1="0" y1="0" x2="86.6" y2="50"/>
<line x1="0" y1="0" x2="-86.6" y2="50" transform="rotate(30)"/>
<line x1="0" y1="0" x2="86.6" y2="50" transform="rotate(60)"/>
</g>
<circle cx="0" cy="0" r="100" fill="none" stroke="#e3c843" stroke-width="5"/>
</g>
<!-- Spotlight -->
<ellipse cx="150" cy="250" rx="120" ry="30" fill="rgba(0,0,0,0.1)"/>
<!-- Ant Body -->
<g id="ant" transform="translate(140,150) scale(0.8)">
<!-- Abdomen -->
<ellipse cx="0" cy="60" rx="25" ry="35" fill="#3b2e2c" stroke="#000" stroke-width="1"/>
<!-- Thorax -->
<ellipse cx="0" cy="20" rx="18" ry="24" fill="#4a3a37" stroke="#000" stroke-width="1"/>
<!-- Head -->
<circle cx="0" cy="-20" r="16" fill="#5b4b48" stroke="#000" stroke-width="1"/>
<!-- Antennae -->
<path d="M-8,-32 Q-20,-60 -40,-70" stroke="#2b1f1f" stroke-width="2" fill="none"/>
<path d="M8,-32 Q20,-60 40,-70" stroke="#2b1f1f" stroke-width="2" fill="none"/>
<!-- Legs -->
<path d="M-15,40 L-40,80" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<path d="M15,40 L40,80" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<path d="M-15,20 L-45,40" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<path d="M15,20 L45,40" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<path d="M-15,0 L-35,10" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<path d="M15,0 L35,10" stroke="#2b1f1f" stroke-width="3" stroke-linecap="round"/>
<!-- Top Hat -->
<g transform="translate(0,-50)">
<rect x="-20" y="-20" width="40" height="25" fill="url(#hatGrad)" stroke="#111" stroke-width="1"/>
<ellipse cx="0" cy="5" rx="25" ry="6" fill="#111"/>
<ellipse cx="0" cy="5" rx="25" ry="6" fill="rgba(255,255,255,0.1)"/>
</g>
<!-- Monocle -->
<g transform="translate(10,-15)">
<circle cx="0" cy="0" r="8" fill="none" stroke="#ccc" stroke-width="2"/>
<path d="M8,0 L20,10" stroke="#ccc" stroke-width="1"/>
<circle cx="0" cy="0" r="4" fill="rgba(200,200,255,0.2)"/>
</g>
<!-- Dance Motion Lines -->
<path d="M-60,90 Q-80,70 -60,50" stroke="rgba(0,0,0,0.2)" stroke-width="2" fill="none"/>
<path d="M60,90 Q80,70 60,50" stroke="rgba(0,0,0,0.2)" stroke-width="2" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more detailed and adheres closely to the prompt, clearly depicting an ant with a top hat and monocle dancing on a slice of lemon.
The composition is visually appealing with better technical execution and clarity.
Player 1's image, while creative, is more abstract and less recognizable as an ant or a slice of lemon.
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
"An octopus juggling flaming torches underwater."
"Penguin juggling glowing ice cubes under the northern lights."
"A snail racing a cheetah on a rollercoaster track."
"A dragon tangled in a huge ball of yarn, with only its head sticking out."