Creative Challenge
"A surreal floating cactus wearing a top hat under a starry sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#starry-sky)" />
<linearGradient id="starry-sky" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#212121" />
<stop offset="0.5" stop-color="#343434" />
<stop offset="1" stop-color="#4d4d4d" />
</linearGradient>
<symbol id="star">
<circle cx="2" cy="2" r="1" fill="#fff" />
</symbol>
<use xlink:href="#star" x="150" y="50" transform="scale(2)" />
<use xlink:href="#star" x="100" y="100" transform="scale(1.5)" />
<use xlink:href="#star" x="200" y="120" transform="scale(1.2)" />
<use xlink:href="#star" x="50" y="150" transform="scale(1.8)" />
<use xlink:href="#star" x="250" y="180" transform="scale(1.2)" />
<use xlink:href="#star" x="20" y="220" transform="scale(1.5)" />
<use xlink:href="#star" x="280" y="250" transform="scale(1.8)" />
<!-- Cactus -->
<g transform="translate(150 150)">
<path d="M 0 0 L 20 0 L 20 40 L 0 40 Z" fill="#8B9467" />
<path d="M 10 40 L 20 60 L 10 80 L 0 60 Z" fill="#8B9467" />
<path d="M 0 80 L 10 100 L 20 120 L 10 140 L 0 120 Z" fill="#8B9467" />
<path d="M 10 140 L 20 160 L 10 180 L 0 160 Z" fill="#8B9467" />
<path d="M 0 180 L 10 200 L 20 220 L 10 240 L 0 220 Z" fill="#8B9467" />
<circle cx="10" cy="250" r="10" fill="#8B9467" />
</g>
<!-- Top Hat -->
<g transform="translate(150 50)">
<rect x="-20" y="-20" width="40" height="20" fill="#333" rx="5" />
<rect x="-25" y="-25" width="50" height="10" fill="#444" rx="5" />
<circle cx="0" cy="-30" r="5" fill="#555" />
</g>
<!-- Shadow -->
<circle cx="150" cy="170" r="20" fill="#333" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Starry Sky Background -->
<defs>
<linearGradient id="nightSky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0F1C3E;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1A2336;stop-opacity:1" />
</linearGradient>
<pattern id="stars" patternUnits="userSpaceOnUse" width="300" height="300">
<circle cx="150" cy="150" r="1" fill="white" stroke="white" stroke-width="0.5"/>
<circle cx="80" cy="100" r="1" fill="white" stroke="white" stroke-width="0.5"/>
<circle cx="200" cy="50" r="1" fill="white" stroke="white" stroke-width="0.5"/>
<!-- Add more star circles as needed -->
</pattern>
</defs>
<!-- Background with stars -->
<rect width="300" height="300" fill="url(#nightSky)"/>
<rect width="300" height="300" fill="url(#stars)"/>
<!-- Floating Cactus -->
<g transform="translate(150,150)">
<!-- Cactus Body -->
<path d="M-50,-100 L50,-100 L60,-90 50,-80 C40,-80 0,-60 -40,-80 -50,-90 -50,-100 Z" fill="url(#cactusGradient)">
<defs>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
</defs>
</path>
<!-- Cactus Arms -->
<ellipse cx="-35" cy="-60" rx="15" ry="30" fill="url(#armGradient)"/>
<ellipse cx="35" cy="-60" rx="15" ry="30" fill="url(#armGradient)"/>
<defs>
<linearGradient id="armGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFB2E0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF99CC;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Top Hat -->
<path d="M-40,80 L40,80 L40,60 -40,60 -40,80 Z" fill="black"/>
<path d="M-30,60 L30,60 L30,40 -30,40 -30,60 Z" fill="url(#hatBand)"/>
<defs>
<pattern id="hatBand" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="5" height="5" fill="white"/>
<rect x="5" y="5" width="5" height="5" fill="white"/>
</pattern>
</defs>
<!-- Cactus Flowers -->
<path d="M0,-120 C-20,-110 0,-90 20,-110 40,-120 20,-130 -20,-130 -40,-120 Z" fill="url(#flowerGradient)"/>
<path d="M-70,-50 C-50,-40 -30,-50 0,-60 -30,-70 -50,-60 Z" fill="url(#flowerGradient)"/>
<path d="M70,-50 C50,-40 30,-50 0,-60 30,-70 50,-60 Z" fill="url(#flowerGradient)"/>
<defs>
<linearGradient id="flowerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Face -->
<circle cx="-20" cy="-30" r="5" fill="black"/>
<circle cx="20" cy="-30" r="5" fill="black"/>
<path d="M-25,-40 C-20,-35 20,-35 25,-40 Z" fill="black"/>
</g>
<!-- Floating Shadow -->
<circle cx="150" cy="170" r="40" fill="black" opacity="0.3" filter="blur(5px)"/>
</svg>
Judge's Analysis
Player 2's image creatively interprets the surreal theme with abstract elements, such as the floating top hat and starry background, while maintaining a strong visual appeal and technical quality.
Player 1's image failed to load, making it ineligible for comparison.
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 giant, glowing dandelions"
"Ballet-dancing flamingos in rainbow tutus on a lily pad stage"
"Penguins playing jazz underwater"
"An astronaut watering a sunflower on the moon"
"Cat wearing a crown, lounging on a vintage radio"
"Electric jellyfish with neon sunglasses under a starry sky"