Creative Challenge
"Woollen cactus knitting a sweater under a disco ball"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f0e68c;stop-opacity:1" />
<stop offset="100%" style="stop-color:#b0e0e6;stop-opacity:1" />
</linearGradient>
<pattern id="knitPattern" width="4" height="4" patternUnits="userSpaceOnUse">
<path d="M0 0 L4 4 M4 0 L0 4" stroke="#8b4513" stroke-width="0.5"/>
</pattern>
<radialGradient id="discoBallGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#c0c0c0;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g transform="translate(150, 180)">
<ellipse rx="40" ry="60" fill="#228b22" />
<path d="M-30 -50 Q0 -80 30 -50 Q0 -40 -30 -50" fill="#a52a2a" />
<path d="M-15 -65 Q0 -85 15 -65 Q0 -70 -15 -65" fill="#f4a460" />
<path d="M-15 -20 L0 0 L15 -20" fill="url(#knitPattern)" />
<rect x="-25" y="-45" width="50" height="10" fill="#ffcc00"/>
<circle cx="0" cy="-90" r="8" fill="#ff69b4" />
<circle cx="-10" cy="-95" r="4" fill="#ff4500"/>
<circle cx="10" cy="-95" r="4" fill="#ff4500"/>
<path d="M-40 -60 L-20 -60 L-30 -80 Z" fill="#b22222" />
<path d="M20 -60 L40 -60 L30 -80 Z" fill="#b22222" />
</g>
<g transform="translate(75, 20)">
<circle cx="180" cy="50" r="30" fill="url(#discoBallGradient)" stroke="#ffa500" stroke-width="4"/>
<circle cx="165" cy="40" r="5" fill="#ff1493" />
<circle cx="200" cy="35" r="5" fill="#00bfff" />
<circle cx="170" cy="65" r="5" fill="#adff2f" />
<circle cx="190" cy="60" r="5" fill="#ff8c00" />
<circle cx="180" cy="80" r="5" fill="#ff4500" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="300" fill="black" />
<!-- Disco Ball -->
<circle cx="150" cy="50" r="30" fill="silver" stroke="white" stroke-width="2" />
<pattern id="discoPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="5" height="5" fill="gray" />
<rect x="5" y="5" width="5" height="5" fill="darkgray" />
</pattern>
<circle cx="150" cy="50" r="28" fill="url(#discoPattern)" />
<!-- Woollen Cactus -->
<g transform="translate(120,120)">
<ellipse cx="30" cy="60" rx="20" ry="60" fill="green" stroke="lime" stroke-width="3"/>
<ellipse cx="60" cy="50" rx="10" ry="40" fill="green" stroke="lime" stroke-width="3"/>
<ellipse cx="0" cy="50" rx="10" ry="40" fill="green" stroke="lime" stroke-width="3"/>
<circle cx="30" cy="0" r="35" fill="darkgreen" />
<circle cx="30" cy="0" r="30" fill="lightgreen" />
</g>
<!-- Knitting Needles -->
<line x1="135" y1="180" x2="110" y2="240" stroke="brown" stroke-width="3" />
<line x1="165" y1="190" x2="190" y2="250" stroke="brown" stroke-width="3" />
<!-- Sweater -->
<path d="M120,220 Q150,180 180,220 T160,245 T140,245 Z" fill="blue" />
<line x1="140" y1="220" x2="150" y2="230" stroke="red" stroke-width="2" />
<circle cx="150" cy="230" r="3" fill="purple" />
<!-- Wool Ball -->
<circle cx="230" cy="270" r="20" fill="lightpink" />
<line x1="230" y1="270" x2="190" y2="250" stroke="pink" stroke-width="2" />
<line x1="230" y1="270" x2="200" y2="260" stroke="pink" stroke-width="2" />
<!-- Shine from Disco Ball -->
<line x1="150" y1="50" x2="150" y2="0" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
<line x1="150" y1="50" x2="180" y2="10" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
<line x1="150" y1="50" x2="120" y2="10" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
<line x1="150" y1="50" x2="200" y2="30" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
<line x1="150" y1="50" x2="100" y2="30" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
</svg>
Judge's Analysis
Player 2's submission more accurately captures the prompt, depicting a cactus form engaged in knitting, with visible knitting needles and yarn.
The disco ball is present and recognizable, adding to the scene's context.
The composition is clear and distinct, making it more visually appealing and technically aligned with the idea than Player 1's abstract approach.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"