Creative Challenge
"Shoe disco with dancing shoes wearing tiny sunglasses"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="shoeGrad1">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff6b6b"/>
</radialGradient>
<radialGradient id="shoeGrad2">
<stop offset="0%" stop-color="#c0c0ff"/>
<stop offset="100%" stop-color="#9999ff"/>
</radialGradient>
<pattern id="sunglasses" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="10" fill="#87CEEB"/>
<rect x="5" y="5" width="10" height="5" fill="#87CEEB"/>
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#grad1)"/>
<g transform="translate(150,150)">
<g transform="rotate(-30)">
<path d="M-50,0 Q-30,20 -10,0 Q10,-20 30,0 Q50,20 40,0" fill="url(#shoeGrad1)" filter="url(#glow)"/>
<rect x="-20" y="-10" width="40" height="20" fill="url(#sunglasses)"/>
</g>
<g transform="rotate(30)">
<path d="M-50,0 Q-30,-20 -10,0 Q10,20 30,0 Q50,-20 40,0" fill="url(#shoeGrad2)" filter="url(#glow)"/>
<rect x="-20" y="-10" width="40" height="20" fill="url(#sunglasses)"/>
</g>
<g transform="translate(-50,50)">
<circle cx="0" cy="0" r="10" fill="#ff6b6b">
<animate attributeName="cy" from="-10" to="10" dur="1s" repeatCount="indefinite" />
</circle>
</g>
<g transform="translate(50,-50)">
<circle cx="0" cy="0" r="10" fill="#ffd700">
<animate attributeName="cy" from="10" to="-10" dur="1s" repeatCount="indefinite" />
</circle>
</g>
<g transform="translate(-30,-30)">
<rect x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse" fill="url(#danceFloor)">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="2s" repeatCount="indefinite"/>
</rect>
</g>
</g>
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="50" fill="none" stroke="#ff1493" stroke-width="4">
<animate attributeName="r" from="0" to="50" dur="1s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="discoFloor" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff"/>
<stop offset="50%" style="stop-color:#00ffff"/>
<stop offset="100%" style="stop-color:#ff00ff"/>
</linearGradient>
<radialGradient id="spotlight" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgba(255,255,255,0.8)"/>
<stop offset="100%" style="stop-color:rgba(255,255,255,0)"/>
</radialGradient>
</defs>
<!-- Disco background -->
<rect x="0" y="0" width="300" height="300" fill="#1a0033"/>
<circle cx="150" cy="150" r="120" fill="url(#discoFloor)" opacity="0.5"/>
<!-- Dancing shoes -->
<g transform="translate(100,140) rotate(-20)">
<path d="M0,0 C10,-5 30,-5 50,0 C60,2 65,10 65,20 C65,30 60,35 50,35 L10,35 C0,35 -5,30 -5,20 C-5,10 0,5 0,0Z" fill="#ff4400"/>
<rect x="20" y="-8" width="25" height="8" rx="4" fill="#333" class="sunglasses"/>
</g>
<g transform="translate(180,160) rotate(15)">
<path d="M0,0 C10,-5 30,-5 50,0 C60,2 65,10 65,20 C65,30 60,35 50,35 L10,35 C0,35 -5,30 -5,20 C-5,10 0,5 0,0Z" fill="#00ff88"/>
<rect x="20" y="-8" width="25" height="8" rx="4" fill="#333" class="sunglasses"/>
</g>
<!-- Disco lights -->
<circle cx="80" cy="60" r="30" fill="url(#spotlight)" opacity="0.6">
<animate attributeName="cx" values="80;220;80" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="220" cy="240" r="25" fill="url(#spotlight)" opacity="0.4">
<animate attributeName="cy" values="240;60;240" dur="2.5s" repeatCount="indefinite"/>
</circle>
<!-- Music notes -->
<g fill="#fff" opacity="0.8">
<path d="M50,100 Q60,80 70,100 L65,130 L55,130 Z">
<animate attributeName="transform" type="rotate" values="0 60,115;10 60,115;-10 60,115;0 60,115" dur="1s" repeatCount="indefinite"/>
</path>
<path d="M230,180 Q240,160 250,180 L245,210 L235,210 Z">
<animate attributeName="transform" type="rotate" values="0 240,195;-10 240,195;10 240,195;0 240,195" dur="1.2s" repeatCount="indefinite"/>
</path>
</g>
<!-- Sparkles -->
<g fill="#fff">
<circle cx="120" cy="80" r="2">
<animate attributeName="opacity" values="0;1;0" dur="0.8s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="100" r="2">
<animate attributeName="opacity" values="0;1;0" dur="1s" repeatCount="indefinite"/>
</circle>
<circle cx="160" cy="220" r="2">
<animate attributeName="opacity" values="0;1;0" dur="1.2s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission clearly depicts a disco setting with colorful shoes and tiny sunglasses, adhering well to the prompt.
The use of vibrant colors and the disco ball effect enhance the visual appeal.
Player 1's image, while colorful, lacks identifiable features and context relevant to the theme.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"
"Sunglasses-wearing cactus surfing a desert sand wave"