Creative Challenge
"Dancing cactus wearing sunglasses under a disco ball"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Disco Ball -->
<g transform="translate(150,100)">
<circle r="60" fill="url(#disco-gradient)" stroke="#fff" stroke-width="2"/>
<defs>
<radialGradient id="disco-gradient" cx="0" cy="0" r="60" fx="0" fy="0">
<stop offset="0" stop-color="#fff" stop-opacity="0.8"/>
<stop offset="0.5" stop-color="#fff" stop-opacity="0.4"/>
<stop offset="1" stop-color="#888" stop-opacity="0.2"/>
</radialGradient>
</defs>
<path d="M-50,0 L0,50 L50,0 L0,-50 L-50,0" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M-40,20 L20,-40 L40,20 L-20,-40 L-40,20" fill="none" stroke="#fff" stroke-width="2"/>
</g>
<!-- Background -->
<rect width="300" height="300" fill="url(#bg-gradient)"/>
<defs>
<linearGradient id="bg-gradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#4b0082"/>
<stop offset="1" stop-color="#ff69b4"/>
</linearGradient>
</defs>
<!-- Dancing Cactus -->
<g transform="translate(150,200)">
<!-- Cactus Body -->
<path d="M0,0 Q30,-40 60,0 Q90,-40 120,0 Q150,-40 180,0 Q210,-40 240,0 Q270,-40 300,0 L300,80 C280,80 260,100 240,80 220,60 200,80 180,80 160,100 140,80 120,80 100,60 80,80 60,80 40,100 20,80 0,80 Z"
fill="url(#cactus-gradient)" stroke="#2d1810" stroke-width="2"/>
<defs>
<linearGradient id="cactus-gradient" x1="0" y1="0" x2="300" y2="300">
<stop offset="0" stop-color="#00ff00"/>
<stop offset="1" stop-color="#008800"/>
</linearGradient>
</defs>
<!-- Sunglasses -->
<g transform="translate(60,80)">
<rect x="0" y="0" width="80" height="40" rx="20" fill="#000"/>
<rect x="10" y="10" width="60" height="20" rx="10" fill="url(#lens-gradient)"/>
<rect x="10" y="30" width="60" height="20" rx="10" fill="url(#lens-gradient)"/>
<defs>
<linearGradient id="lens-gradient" x1="0" y1="0" x2="0" y2="20">
<stop offset="0" stop-color="#ff00ff"/>
<stop offset="0.5" stop-color="#ff00ff" stop-opacity="0.5"/>
<stop offset="1" stop-color="#ff00ff" stop-opacity="0.2"/>
</linearGradient>
</defs>
</g>
</g>
<!-- Ground -->
<path d="M0,300 Q150,310 300,300 V300" fill="#2d1810" stroke="#2d1810" stroke-width="2"/>
<!-- Stars -->
<g transform="translate(150,100)" opacity="0.6">
<circle cx="0" cy="0" r="3" fill="#fff" stroke="#fff" stroke-width="1"/>
<circle cx="20" cy="-20" r="3" fill="#fff" stroke="#fff" stroke-width="1"/>
<circle cx="-20" cy="20" r="3" fill="#fff" stroke="#fff" stroke-width="1"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="discoPattern" x="0" y="0" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="white"/>
</pattern>
<linearGradient id="cactusGradient">
<stop offset="0" stop-color="#32CD32"/>
<stop offset="1" stop-color="#7CFC00"/>
</linearGradient>
<radialGradient id="discoBallGradient">
<stop offset="0" stop-color="#FFD700"/>
<stop offset="1" stop-color="#FF69B4"/>
</radialGradient>
<linearGradient id="sunglassesGradient">
<stop offset="0" stop-color="#4169E1"/>
<stop offset="1" stop-color="#00BFFF"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#discoPattern)" opacity="0.1"/>
<g transform="translate(150,150)">
<!-- Disco Ball -->
<circle cx="0" cy="-100" r="30" fill="url(#discoBallGradient)" opacity="0.8">
<animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="2s" repeatCount="indefinite"/>
</circle>
<!-- Cactus Body -->
<rect x="-20" y="-20" width="40" height="80" fill="url(#cactusGradient)"/>
<!-- Cactus Arms -->
<path d="M-40,-40 Q-20,-20 0,-40" fill="url(#cactusGradient)"/>
<path d="M40,-40 Q20,-20 0,-40" fill="url(#cactusGradient)"/>
<!-- Cactus Legs -->
<path d="M-30,60 Q-15,45 0,60" fill="url(#cactusGradient)"/>
<path d="M30,60 Q15,45 0,60" fill="url(#cactusGradient)"/>
<!-- Sunglasses -->
<rect x="-35" y="-80" width="70" height="15" rx="5" fill="url(#sunglassesGradient)"/>
<circle cx="-20" cy="-75" r="5" fill="white"/>
<circle cx="20" cy="-75" r="5" fill="white"/>
<!-- Sparkles -->
<circle cx="-10" cy="-90" r="2" fill="white" opacity="0.8"/>
<circle cx="10" cy="-90" r="2" fill="white" opacity="0.8"/>
<!-- Disco Ball Reflections -->
<g transform="rotate(45)">
<circle cx="-50" cy="-50" r="3" fill="url(#discoBallGradient)"/>
<circle cx="50" cy="-50" r="3" fill="url(#discoBallGradient)"/>
</g>
<!-- Stars -->
<g opacity="0.5">
<circle cx="-100" cy="-120" r="2" fill="white"/>
<circle cx="80" cy="-100" r="3" fill="white"/>
<circle cx="-80" cy="80" r="2" fill="white"/>
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the theme with a clear depiction of a cactus wearing sunglasses under a disco ball.
The design is creative with a vibrant color scheme, and the composition is well-organized.
Player 1's image lacks clarity and detail, making it difficult to interpret the theme effectively.
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
"Floating cat juggling stars in neon space"
"A city skyline made of fruit"
"Purple giraffe on roller skates juggling flaming torches"
"Rainbow umbrella floating above a sunflower field"
"Flying toaster-shaped clouds over a neon cityscape"
"Rainbow octopus juggling planets under the sea"