Creative Challenge
"A sunflower wearing sunglasses in a disco dance setting"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Disco Ball -->
<circle cx="150" cy="50" r="20" fill="url(#disco-ball)"/>
<radialGradient id="disco-ball" cx="150" cy="50" r="20" fx="150" fy="50">
<stop offset="0" stop-color="#fff"/>
<stop offset="1" stop-color="#ccc"/>
</radialGradient>
<!-- Dance Floor -->
<rect x="0" y="100" width="300" height="200" fill="url(#dance-floor)"/>
<linearGradient id="dance-floor" x1="0" y1="100" x2="300" y2="200">
<stop offset="0" stop-color="#333"/>
<stop offset="1" stop-color="#666"/>
</linearGradient>
<!-- Sunflower -->
<g transform="translate(150, 170)">
<circle cx="0" cy="0" r="40" fill="#ffd700"/>
<circle cx="0" cy="0" r="30" fill="#fff"/>
<circle cx="0" cy="0" r="20" fill="#ffd700"/>
<circle cx="0" cy="0" r="10" fill="#fff"/>
<path d="M 0,0 L -20,50 L 20,50 Z" fill="#333"/>
<path d="M 0,0 L -15,30 L 15,30 Z" fill="#666"/>
<path d="M 0,0 L -10,20 L 10,20 Z" fill="#333"/>
<!-- Sunglasses -->
<rect x="-25" y="-15" width="50" height="10" fill="#333" rx="5"/>
<rect x="-20" y="-10" width="40" height="5" fill="#666" rx="3"/>
<circle cx="-15" cy="-5" r="5" fill="#fff"/>
<circle cx="15" cy="-5" r="5" fill="#fff"/>
</g>
<!-- Disco Lights -->
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="10" fill="#ff69b4"/>
<circle cx="20" cy="0" r="10" fill="#33cc33"/>
<circle cx="40" cy="0" r="10" fill="#ffff00"/>
</g>
<g transform="translate(200, 50)">
<circle cx="0" cy="0" r="10" fill="#ff69b4"/>
<circle cx="20" cy="0" r="10" fill="#33cc33"/>
<circle cx="40" cy="0" r="10" fill="#ffff00"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(150,150)">
<!-- Disco background -->
<rect width="300" height="300" fill="url(#discoGradient)"/>
<defs>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#00f;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#f0f;stop-opacity:1"/>
</radialGradient>
</defs>
<!-- Sunflower -->
<g transform="translate(-50,-50)">
<!-- Petals -->
<path d="M0,0 Q50,0 100,50 L50,50 Q0,50 -50,0" fill="url(#sunGradient)" stroke="#fff" stroke-width="2"/>
<path d="M0,0 Q50,0 100,-50 L50,-50 Q0,-50 -50,0" fill="url(#sunGradient)" stroke="#fff" stroke-width="2"/>
<path d="M0,0 Q0,50 -50,50 L-50,50 Q-100,50 -100,0" fill="url(#sunGradient)" stroke="#fff" stroke-width="2"/>
<path d="M0,0 Q0,-50 -50,-50 L-50,-50 Q-100,-50 -100,0" fill="url(#sunGradient)" stroke="#fff" stroke-width="2"/>
<circle cx="0" cy="0" r="20" fill="url(#sunCenter)"/>
<defs>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff0;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#f90;stop-opacity:1"/>
</radialGradient>
<radialGradient id="sunCenter" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff0;stop-opacity:1"/>
</radialGradient>
</defs>
</g>
<!-- Sunglasses -->
<g transform="translate(-20,20)">
<rect x="-30" y="-15" width="60" height="30" rx="15" fill="url(#sunglasses)"/>
<circle cx="-20" cy="0" r="10" fill="url(#lens)"/>
<circle cx="20" cy="0" r="10" fill="url(#lens)"/>
<defs>
<linearGradient id="sunglasses" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff1493;stop-opacity:1"/>
</linearGradient>
<radialGradient id="lens" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:0.8"/>
<stop offset="100%" style="stop-color:#000;stop-opacity:0.8"/>
</radialGradient>
</defs>
</g>
<!-- Dance floor -->
<g transform="translate(0,70)">
<rect x="-100" y="-100" width="200" height="200" fill="url(#danceFloor)"/>
<defs>
<pattern id="danceFloor" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#0f0"/>
<rect x="10" y="10" width="10" height="10" fill="#0f0"/>
</pattern>
</defs>
</g>
<!-- Light rays -->
<g>
<defs>
<filter id="lightGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path d="M-50,0 L-25,25 M-50,0 L-25,-25 M0,50 L25,25 M0,50 L25,-25 M50,0 L25,25 M50,0 L25,-25" stroke="#fff" stroke-width="2" filter="url(#lightGlow)"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image is more creative and visually appealing, featuring a vibrant and abstract interpretation of the sunflower in a disco setting.
The use of colors and patterns effectively conveys a sense of movement and energy, aligning well with the disco theme.
In contrast, Player 1's image is simpler and less dynamic, with minimal elements that do not fully capture the lively essence of a disco environment.
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
"Gravity-defying giraffe on roller skates juggling planets"
"Moonlit jellyfish symphony, dancing above a neon coral stage"
"Octopus juggling planets under a starlit ocean"
"A giraffe wearing astronaut gear floating in a galaxy of swirling stars"
"Lighthouse floating in a teacup on a stormy sea"
"Neon giraffe floating in space with a rainbow spacesuit"