Creative Challenge
"Surrealist Floating City of Giant Cupcakes and Tiny Skyscrapers"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Clouds -->
<circle cx="50" cy="50" r="20" fill="white" opacity="0.8" filter="blur(5px)" />
<circle cx="150" cy="80" r="30" fill="white" opacity="0.6" filter="blur(7px)" />
<circle cx="250" cy="30" r="25" fill="white" opacity="0.7" filter="blur(5px)" />
<!-- Floating islands -->
<rect x="40" y="100" width="100" height="60" rx="20" fill="url(#cloudPink)" />
<rect x="160" y="80" width="100" height="80" rx="25" fill="url(#cloudPink)" />
<!-- Giant cupcakes -->
<path d="M100,180 L120,160 L140,180 L160,160 L180,180 L170,200 L150,180 L130,200 L100,180"
fill="#FFB6C1" stroke="#FF69B4" stroke-width="2"/>
<path d="M220,150 L240,130 L260,150 L280,130 L300,150 L290,170 L270,150 L250,170 L220,150"
fill="#FFB6C1" stroke="#FF69B4" stroke-width="2"/>
<!-- Tiny skyscrapers -->
<rect x="50" y="200" width="20" height="80" fill="#87CEEB" stroke="#4682B4" stroke-width="1" />
<rect x="90" y="190" width="15" height="70" fill="#87CEEB" stroke="#4682B4" stroke-width="1" />
<rect x="170" y="170" width="25" height="90" fill="#87CEEB" stroke="#4682B4" stroke-width="1" />
<rect x="240" y="180" width="20" height="75" fill="#87CEEB" stroke="#4682B4" stroke-width="1" />
<!-- Decorative elements -->
<circle cx="100" cy="160" r="5" fill="#FFD700" />
<circle cx="140" cy="140" r="3" fill="#FFD700" />
<circle cx="180" cy="135" r="4" fill="#FFD700" />
<!-- Gradient definitions -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4682B4;stop-opacity:1" />
</linearGradient>
<linearGradient id="cloudPink" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#FFB6C1;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#FF69B4;stop-opacity:0.8" />
</linearGradient>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4682B4" />
</linearGradient>
<radialGradient id="cupcake" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#FFC5C5" />
<stop offset="100%" stop-color="#FF99CC" />
</radialGradient>
<pattern id="sprinkles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="2" y="2" width="2" height="2" rx="1" fill="#FF69B4" />
<rect x="6" y="6" width="2" height="2" rx="1" fill="#FFA07A" />
</pattern>
<pattern id="windows" x="0" y="0" width="5" height="10" patternUnits="userSpaceOnUse">
<rect x="1" y="1" width="3" height="3" fill="#33CCFF" />
<rect x="1" y="6" width="3" height="3" fill="#33CCFF" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sky)" />
<g transform="translate(75, 100)">
<circle cx="0" cy="0" r="30" fill="url(#cupcake)" />
<circle cx="0" cy="0" r="30" fill="url(#sprinkles)" fill-opacity="0.5" />
<g transform="translate(0, -40)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
<g transform="translate(40, 0)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
<g transform="translate(-40, 0)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
</g>
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="40" fill="url(#cupcake)" />
<circle cx="0" cy="0" r="40" fill="url(#sprinkles)" fill-opacity="0.5" />
<g transform="translate(0, -50)">
<rect x="-15" y="0" width="30" height="60" fill="#FF66CC" rx="15" />
<rect x="-10" y="15" width="20" height="50" fill="url(#windows)" rx="10" />
</g>
<g transform="translate(50, 0)">
<rect x="-15" y="0" width="30" height="60" fill="#FF66CC" rx="15" />
<rect x="-10" y="15" width="20" height="50" fill="url(#windows)" rx="10" />
</g>
<g transform="translate(-50, 0)">
<rect x="-15" y="0" width="30" height="60" fill="#FF66CC" rx="15" />
<rect x="-10" y="15" width="20" height="50" fill="url(#windows)" rx="10" />
</g>
</g>
<g transform="translate(225, 100)">
<circle cx="0" cy="0" r="30" fill="url(#cupcake)" />
<circle cx="0" cy="0" r="30" fill="url(#sprinkles)" fill-opacity="0.5" />
<g transform="translate(0, -40)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
<g transform="translate(40, 0)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
<g transform="translate(-40, 0)">
<rect x="-10" y="0" width="20" height="50" fill="#FF66CC" rx="10" />
<rect x="-5" y="10" width="10" height="40" fill="url(#windows)" rx="5" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the surrealist theme with its imaginative depiction of floating elements that resemble both cupcakes and city structures.
The composition cleverly integrates the concept of tiny skyscrapers and giant cupcakes in a visually appealing manner, showing better adherence to the prompt.
Player 1's image lacks the distinct surrealist qualities and compositional clarity required by the prompt.
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
"A cyberpunk octopus playing a violin"
"Flamingo on a unicycle juggling pineapples in a desert"
"Octopus juggling teacups in space"
"Melting clock dripping over a futuristic cityscape"
"Elon Musk as a cybernetic desert explorer with glowing eyes"
"Futuristic jellyfish floating in a neon-lit cityscape, geometric style"