Creative Challenge
"Tornado made of musical notes sweeping through a desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffddaa"/>
<stop offset="100%" stop-color="#ff9a55"/>
</linearGradient>
<radialGradient id="sand" cx="50%" cy="80%" r="60%">
<stop offset="0%" stop-color="#eedd88"/>
<stop offset="100%" stop-color="#cc9900"/>
</radialGradient>
<filter id="dust">
<feTurbulence type="fractalNoise" baseFrequency="0.1" numOctaves="3"/>
<feColorMatrix values="0 0 0 0 0.8 0 0 0 0 0.6 0 0 0 0 0 0 0 0 1 0"/>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Desert floor -->
<path d="M0 250 Q60 220 120 240 T300 230 L300 300 0 300Z" fill="url(#sand)"/>
<!-- Tornado core -->
<path d="M150 300 Q145 200 155 100 T150 50 Q160 30 150 10"
stroke="url(#sky)" stroke-width="40"
stroke-linecap="round" fill="none" opacity="0.3"/>
<!-- Musical tornado -->
<g transform="rotate(-5 150 150)">
<path d="M140 300 q-25-180 10-290" stroke="#7744ff" stroke-width="35"
stroke-linecap="round" fill="none" opacity="0.7">
<animate attributeName="d" dur="3s" repeatCount="indefinite"
values="M140 300 q-25-180 10-290; M140 300 q-35-200 15-290; M140 300 q-25-180 10-290"/>
</path>
<!-- Musical notes -->
<g stroke="#ffdd55" fill="none" stroke-width="2">
<g transform="translate(125 220) rotate(15)">
<path d="M0 0l5-20 M0 0c5-3 10-3 15 0 M8-15v-30"/>
</g>
<g transform="translate(135 180) rotate(95)">
<path d="M0 0a8 8 0 1 1 16 0 M8-8v-40"/>
</g>
<g transform="translate(160 140) rotate(-40)">
<path d="M0 0l-8-16 M5-5l8-16 M0 0v-35"/>
</g>
<g transform="translate(145 90) rotate(220)">
<ellipse cx="5" cy="-10" rx="4" ry="6"/>
<path d="M5-10v-25"/>
</g>
</g>
</g>
<!-- Swirling dust -->
<g filter="url(#dust)" opacity="0.4">
<circle cx="150" cy="280" r="30" fill="#ffcc66"/>
<circle cx="160" cy="240" r="25" fill="#ffaa33"/>
<circle cx="140" cy="200" r="20" fill="#ee8800"/>
</g>
<!-- Desert debris -->
<g transform="translate(170 230) rotate(20)">
<path d="M0 0l-10 15-5-8 12-10z" fill="#559933"/>
<rect x="-15" y="7" width="5" height="20" fill="#339900"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Desert background -->
<rect width="300" height="300" fill="url(#desertGradient)" />
<defs>
<linearGradient id="desertGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#FFD700" />
<stop offset="1" stop-color="#D4A500" />
</linearGradient>
<linearGradient id="tornadoGradient" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#333" />
<stop offset="1" stop-color="#666" />
</linearGradient>
<path id="notePath" d="M50,50 Q60,40 70,50 Q75,55 65,60 L65,80 L55,80 L50,75 Q45,70 40,65 Q35,60 40,55 L40,45 Q35,40 30,45 Q25,50 30,55 L30,70 L40,70 L35,65 Q30,60 25,55 Q20,50 25,45 L25,35 L30,30 L40,30 Q45,25 50,30 Q55,25 50,20 L50,10 L40,10 Q35,5 30,10 Q25,5 20,15 L20,25 L25,20 Q30,15 35,20 Q40,15 45,25 L45,30 Q50,25 55,30 Q60,25 55,35 L55,40 Q50,35 45,40 Q40,35 45,30 L45,25 L40,20 Q35,15 30,10 Q25,5 20,10 L20,0 L10,10 L0,0" />
<pattern id="notePattern" patternUnits="userSpaceOnUse" width="100" height="100">
<use href="#notePath" fill="#4CAF50" />
</pattern>
</defs>
<!-- Tornado -->
<path d="M150,100 L120,150 Q100,180 80,180 Q60,180 40,150 L20,100 L40,50 Q60,0 80,0 Q100,0 120,50 L150,100 Z" fill="url(#tornadoGradient)" opacity="0.8">
<animate attributeName="transform" from="rotate(0 150 150)" to="rotate(360 150 150)" dur="4s" repeatCount="indefinite" />
</path>
<!-- Musical notes swirl -->
<g transform="rotate(0 150 150)">
<path d="M0,0 Q30,15 0,30 Q-30,15 0,0" fill="url(#notePattern)" opacity="0.7">
<animate attributeName="transform" from="rotate(0 150 150)" to="rotate(360 150 150)" dur="3s" repeatCount="indefinite" />
</path>
<path d="M0,60 Q30,75 0,90 Q-30,75 0,60" fill="url(#notePattern)" opacity="0.7">
<animate attributeName="transform" from="rotate(0 150 150)" to="rotate(-360 150 150)" dur="4s" repeatCount="indefinite" />
</path>
</g>
<!-- Desert elements -->
<g id="desertElements">
<rect x="50" y="280" width="20" height="15" fill="#8B4513" rx="5" />
<circle cx="60" cy="275" r="3" fill="#4CAF50" />
<rect x="200" y="290" width="25" height="10" fill="#8B4513" rx="3" />
<circle cx="210" cy="285" r="2" fill="#4CAF50" />
<rect x="250" y="280" width="15" height="20" fill="#8B4513" rx="4" />
<circle cx="255" cy="275" r="2" fill="#4CAF50" />
</g>
<!-- Animated notes -->
<g id="notes">
<circle cx="100" cy="100" r="10" fill="#FF6F61">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="200" cy="200" r="15" fill="#4ECDC4">
<animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="3s" repeatCount="indefinite" />
</circle>
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of a tornado made of musical notes sweeping through a desert.
The use of musical symbols within the swirling form, combined with the desert hues, aligns well with the prompt.
In contrast, Player 2's image lacks clear elements that represent a tornado or musical notes, making it less relevant to the given 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
"Moonlit garden with glowing crystal flowers"
"Cat juggling planets in a starry galaxy"
"Lemon playing chess with an octopus on a floating iceberg"
"A cosmic whale breaching through a starry sky, its tail made of galaxies"
"A neon chameleon camouflaged on a circuit board"
"Dancing penguins in disco outfits under a swirling galaxy sky"