Creative Challenge
"An ant lifting a slice of watermelon on a sunny picnic table."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="sunGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF176"/>
<stop offset="100%" stop-color="#FDB813"/>
</radialGradient>
<linearGradient id="rindGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4CAF50"/>
<stop offset="100%" stop-color="#2E7D32"/>
</linearGradient>
<pattern id="woodPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,0 L10,0 L10,10" fill="none" stroke="#A0522D" stroke-width="2"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGrad)"/>
<g stroke="#FFF176" stroke-width="2">
<line x1="250" y1="0" x2="250" y2="20"/>
<line x1="250" y1="80" x2="250" y2="100"/>
<line x1="210" y1="50" x2="230" y2="50"/>
<line x1="270" y1="50" x2="290" y2="50"/>
<line x1="220" y1="20" x2="235" y2="35"/>
<line x1="265" y1="65" x2="280" y2="80"/>
<line x1="220" y1="80" x2="235" y2="65"/>
<line x1="265" y1="35" x2="280" y2="20"/>
</g>
<!-- Ground -->
<rect y="200" width="300" height="100" fill="#98FB98"/>
<!-- Picnic table -->
<g>
<!-- Table top -->
<rect x="30" y="140" width="240" height="20" fill="url(#woodPattern)" stroke="#8B4513" stroke-width="2"/>
<rect x="30" y="150" width="240" height="5" fill="rgba(0,0,0,0.1)"/>
<!-- Table legs -->
<rect x="60" y="160" width="10" height="60" fill="#8B4513"/>
<rect x="230" y="160" width="10" height="60" fill="#8B4513"/>
</g>
<!-- Watermelon slice -->
<g transform="translate(140,115) rotate(-20)">
<!-- Rind -->
<path d="M0,0 Q60,-10 120,0 L110,40 Q60,30 10,40 Z" fill="url(#rindGrad)" stroke="#2E7D32" stroke-width="2"/>
<!-- Flesh -->
<path d="M5,5 Q60,-5 115,5 L105,35 Q60,28 15,35 Z" fill="#FF6F91"/>
<!-- Seeds -->
<g fill="#4E342E">
<ellipse cx="30" cy="15" rx="2" ry="4"/>
<ellipse cx="50" cy="10" rx="2" ry="4"/>
<ellipse cx="70" cy="12" rx="2" ry="4"/>
<ellipse cx="90" cy="18" rx="2" ry="4"/>
<ellipse cx="65" cy="25" rx="2" ry="4"/>
</g>
</g>
<!-- Ant -->
<g transform="translate(100,180) scale(0.6)">
<!-- Body segments -->
<circle cx="100" cy="50" r="12" fill="#333"/>
<circle cx="120" cy="50" r="8" fill="#333"/>
<circle cx="140" cy="50" r="15" fill="#333"/>
<!-- Legs -->
<g stroke="#333" stroke-width="3" fill="none">
<path d="M110,60 L100,75"/>
<path d="M115,62 L105,80"/>
<path d="M125,62 L135,80"/>
<path d="M130,60 L140,75"/>
<path d="M145,55 L155,70"/>
<path d="M145,45 L155,35"/>
</g>
<!-- Antenna -->
<g stroke="#333" stroke-width="2" fill="none">
<path d="M140,35 Q130,20 120,25"/>
<path d="M140,35 Q150,20 160,25"/>
</g>
<!-- Arms lifting watermelon -->
<g stroke="#333" stroke-width="3" fill="none">
<path d="M132,50 L160,20"/>
<path d="M132,48 L158,18"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Sky -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="0%" r="70%">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#ffffff"/>
</radialGradient>
<linearGradient id="sunGradient" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" x1="250" y1="50" x2="250" y2="10">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<pattern id="tablePattern" patternUnits="userSpaceOnUse" width="20" height="10">
<rect width="10" height="10" fill="#8B4513"/>
<rect x="10" width="10" height="10" fill="#A0522D"/>
</pattern>
<radialGradient id="watermelonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF6347"/>
<stop offset="100%" stop-color="#800020"/>
</radialGradient>
<pattern id="seedsPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="3" cy="3" r="1.5" fill="#000000"/>
<circle cx="7" cy="7" r="1.5" fill="#000000"/>
</pattern>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
<g stroke="#FFA500" stroke-width="2">
<line x1="250" y1="10" x2="250" y2="0"/>
<line x1="250" y1="100" x2="250" y2="110"/>
<line x1="220" y1="50" x2="210" y2="50"/>
<line x1="290" y1="50" x2="300" y2="50"/>
<line x1="220" y1="20" x2="210" y2="10"/>
<line x1="290" y1="20" x2="300" y2="10"/>
<line x1="220" y1="80" x2="210" y2="90"/>
<line x1="290" y1="80" x2="300" y2="90"/>
</g>
<!-- Picnic Table -->
<rect x="50" y="200" width="200" height="20" fill="url(#tablePattern)" />
<!-- Table Legs -->
<rect x="50" y="220" width="10" height="60" fill="#8B4513" />
<rect x="240" y="220" width="10" height="60" fill="#8B4513" />
<!-- Ant -->
<g id="ant" transform="translate(120, 200)">
<!-- Body -->
<ellipse cx="20" cy="10" rx="10" ry="5" fill="#000000"/>
<ellipse cx="10" cy="10" rx="5" ry="3" fill="#000000"/>
<!-- Legs -->
<line x1="5" y1="10" x2="0" y2="15" stroke="#000" stroke-width="1"/>
<line x1="5" y1="10" x2="0" y2="5" stroke="#000" stroke-width="1"/>
<line x1="15" y1="10" x2="10" y2="15" stroke="#000" stroke-width="1"/>
<line x1="15" y1="10" x2="10" y2="5" stroke="#000" stroke-width="1"/>
<line x1="25" y1="10" x2="20" y2="15" stroke="#000" stroke-width="1"/>
<line x1="25" y1="10" x2="20" y2="5" stroke="#000" stroke-width="1"/>
<!-- Antenna -->
<line x1="10" y1="7" x2="5" y2="0" stroke="#000" stroke-width="1"/>
<line x1="15" y1="7" x2="20" y2="0" stroke="#000" stroke-width="1"/>
</g>
<!-- Watermelon Slice -->
<g id="watermelon" transform="translate(120, 160)">
<path d="M0,0 L60,0 L60,30 L0,30 Z" fill="url(#watermelonGradient)" stroke="#800020" stroke-width="2"/>
<path d="M0,0 L60,30" stroke="url(#seedsPattern)" stroke-width="2"/>
<path d="M60,0 L0,30" stroke="url(#seedsPattern)" stroke-width="2"/>
<path d="M15,0 L45,30" stroke="url(#seedsPattern)" stroke-width="2"/>
<path d="M30,0 L30,30" stroke="url(#seedsPattern)" stroke-width="2"/>
</g>
<!-- Shadows -->
<ellipse cx="150" cy="280" rx="50" ry="5" fill="rgba(0,0,0,0.1)" />
<g transform="translate(120, 200)" opacity="0.5">
<ellipse cx="20" cy="10" rx="10" ry="5" fill="#000000" />
</g>
</svg>
Judge's Analysis
Player 1's image is more aligned with the prompt, as it clearly depicts an ant actively lifting a slice of watermelon on a picnic table under a sunny sky.
The composition is more dynamic and visually engaging, with the angled watermelon and the ant clearly in action.
Player 2's image, while well-rendered, shows a more static scene with the watermelon sitting on the table and lacks the sense of effort and activity described in 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
"An astronaut planting a flag on a giant floating donut in space."
"A snail racing a cheetah with rocket boosters on a grassy hill."
"A snail racing a rocket on a winding rainbow track."