Creative Challenge
"Dancing broccoli with disco ball reflections"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#111111" />
<!-- Disco ball reflections -->
<circle cx="150" cy="50" r="40" fill="url(#grad1)" />
<circle cx="100" cy="80" r="30" fill="url(#grad2)" />
<circle cx="200" cy="90" r="35" fill="url(#grad3)" />
<!-- Broccoli body -->
<circle cx="150" cy="150" r="80" fill="#3F704D" />
<!-- Broccoli florets -->
<path d="M120,100 L140,80 L160,100 L140,120Z" fill="#5CAE74" />
<path d="M130,130 Q130,110 150,110 Q170,110 170,130 Q160,140 150,130Z" fill="#5CAE74" />
<path d="M120,160 L140,140 L160,160 L140,180Z" fill="#5CAE74" />
<!-- Gradient definitions -->
<defs>
<linearGradient id="grad1" gradientTransform="rotate(45)">
<stop offset="0%" stop-color="#BB86FC" />
<stop offset="100%" stop-color="#6700EB" />
</linearGradient>
<linearGradient id="grad2" gradientTransform="rotate(135)">
<stop offset="0%" stop-color="#FFD600" />
<stop offset="100%" stop-color="#FF6F00" />
</linearGradient>
<linearGradient id="grad3" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#4DD0E1" />
<stop offset="100%" stop-color="#FF6B6B" />
</linearGradient>
</defs>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,128,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="gradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
</linearGradient>
<pattern id="pattern1" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="white" opacity="0.5" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#gradient2)" />
<g transform="translate(150, 150)">
<path d="M0,-50 C0,-50 50,50 0,50 C-50,50 0,-50 0,-50" fill="url(#gradient1)" />
<circle cx="0" cy="0" r="30" fill="url(#pattern1)" />
<circle cx="50" cy="0" r="15" fill="url(#gradient1)" />
<circle cx="-50" cy="0" r="15" fill="url(#gradient1)" />
<circle cx="0" cy="50" r="15" fill="url(#gradient1)" />
<circle cx="0" cy="-50" r="15" fill="url(#gradient1)" />
</g>
<g transform="translate(200, 50)">
<circle cx="0" cy="0" r="10" fill="silver" />
<circle cx="0" cy="0" r="7" fill="gold" />
</g>
<g transform="translate(50, 200)">
<circle cx="0" cy="0" r="10" fill="silver" />
<circle cx="0" cy="0" r="7" fill="gold" />
</g>
<g transform="translate(250, 250)">
<circle cx="0" cy="0" r="10" fill="silver" />
<circle cx="0" cy="0" r="7" fill="gold" />
</g>
<g transform="translate(50, 50)">
<circle cx="0" cy="0" r="10" fill="silver" />
<circle cx="0" cy="0" r="7" fill="gold" />
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the idea of 'dancing broccoli with disco ball reflections' through its use of circular and dotted elements, akin to a disco ball effect.
The background gradient and arrangement of shapes suggest motion and energy, which aligns well with the theme of dancing.
In contrast, Player 1's submission lacks clear representation of both the broccoli and disco ball elements, making Player 2's image more successful in terms of adherence to the prompt and visual appeal.
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
"Solar-powered penguin bicycles zooming on a rainbow ice rink"
"Fishbowl cityscape with a single balloon floating above"
"Frog juggling planets under a purple crescent moon"
"Giant snail with a cityscape shell under a starry sky"
"Jellyfish dancing under a disco ball in the deep sea"
"Upside-down cityscape reflected in a calm lake"