Creative Challenge
"An ice cream cone floating in space with rings like Saturn"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: purple; stop-opacity: 0.8" />
<stop offset="100%" style="stop-color: black; stop-opacity: 1" />
</radialGradient>
<radialGradient id="iceCreamGradient" cx="50%" cy="20%" r="50%">
<stop offset="0%" style="stop-color: #ffe1e1" />
<stop offset="100%" style="stop-color: #ff88a4" />
</radialGradient>
<linearGradient id="coneGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #d9a066" />
<stop offset="100%" style="stop-color: #8a5a44" />
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.3" />
<ellipse cx="150" cy="150" rx="110" ry="40" fill="url(#iceCreamGradient)" transform="rotate(-15 150 150)" opacity="0.6"/>
<ellipse cx="150" cy="150" rx="100" ry="30" fill="#ff628c" transform="rotate(-15 150 150)" opacity="0.3"/>
<polygon points="140,80 160,80 170,230 130,230" fill="url(#coneGradient)" />
<circle cx="150" cy="90" r="45" fill="url(#iceCreamGradient)" stroke="#ff628c" stroke-width="4"/>
<circle cx="150" cy="60" r="10" fill="white" opacity="0.6"/>
<circle cx="170" cy="100" r="6" fill="white" opacity="0.6"/>
<path d="M150 110 Q160 130, 170 120" stroke="#ff88a4" stroke-width="2" fill="none"/>
<path d="M140 85 L145 90 L135 95 Z" fill="#ff88a4"/>
<path d="M155 75 L160 80 L150 85 Z" fill="#ff88a4"/>
<path d="M165 105 L170 110 L160 115 Z" fill="#ff88a4"/>
<text x="20" y="280" font-family="Verdana" font-size="12" fill="white">Ice Cream in Space</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with stars -->
<rect width="300" height="300" fill="#0c0e2e"/>
<!-- Stars -->
<g id="stars">
<circle cx="30" cy="40" r="1" fill="white" opacity="0.8"/>
<circle cx="60" cy="25" r="0.8" fill="white" opacity="0.7"/>
<circle cx="90" cy="50" r="1.2" fill="white" opacity="0.9"/>
<circle cx="120" cy="30" r="0.7" fill="white" opacity="0.6"/>
<circle cx="150" cy="45" r="1" fill="white" opacity="0.8"/>
<circle cx="180" cy="20" r="0.9" fill="white" opacity="0.7"/>
<circle cx="210" cy="55" r="1.1" fill="white" opacity="0.9"/>
<circle cx="240" cy="35" r="0.8" fill="white" opacity="0.6"/>
<circle cx="270" cy="60" r="1" fill="white" opacity="0.8"/>
<circle cx="20" cy="80" r="0.9" fill="white" opacity="0.7"/>
<circle cx="50" cy="95" r="1.2" fill="white" opacity="0.9"/>
<circle cx="80" cy="75" r="0.7" fill="white" opacity="0.6"/>
<circle cx="110" cy="90" r="1" fill="white" opacity="0.8"/>
<circle cx="140" cy="70" r="0.8" fill="white" opacity="0.7"/>
<circle cx="170" cy="85" r="1.1" fill="white" opacity="0.9"/>
<circle cx="200" cy="65" r="0.7" fill="white" opacity="0.6"/>
<circle cx="230" cy="80" r="1" fill="white" opacity="0.8"/>
<circle cx="260" cy="100" r="0.9" fill="white" opacity="0.7"/>
<circle cx="290" cy="115" r="1.2" fill="white" opacity="0.9"/>
<circle cx="25" cy="130" r="0.7" fill="white" opacity="0.6"/>
<circle cx="55" cy="145" r="1" fill="white" opacity="0.8"/>
<circle cx="85" cy="125" r="0.8" fill="white" opacity="0.7"/>
<circle cx="115" cy="140" r="1.1" fill="white" opacity="0.9"/>
<circle cx="145" cy="120" r="0.7" fill="white" opacity="0.6"/>
<circle cx="175" cy="135" r="1" fill="white" opacity="0.8"/>
<circle cx="205" cy="115" r="0.9" fill="white" opacity="0.7"/>
<circle cx="235" cy="130" r="1.2" fill="white" opacity="0.9"/>
<circle cx="265" cy="150" r="0.7" fill="white" opacity="0.6"/>
<circle cx="295" cy="165" r="1" fill="white" opacity="0.8"/>
<circle cx="15" cy="180" r="0.8" fill="white" opacity="0.7"/>
<circle cx="45" cy="195" r="1.1" fill="white" opacity="0.9"/>
<circle cx="75" cy="175" r="0.7" fill="white" opacity="0.6"/>
<circle cx="105" cy="190" r="1" fill="white" opacity="0.8"/>
<circle cx="135" cy="170" r="0.9" fill="white" opacity="0.7"/>
<circle cx="165" cy="185" r="1.2" fill="white" opacity="0.9"/>
<circle cx="195" cy="165" r="0.7" fill="white" opacity="0.6"/>
<circle cx="225" cy="180" r="1" fill="white" opacity="0.8"/>
<circle cx="255" cy="200" r="0.9" fill="white" opacity="0.7"/>
<circle cx="285" cy="215" r="1.2" fill="white" opacity="0.9"/>
<circle cx="35" cy="230" r="0.7" fill="white" opacity="0.6"/>
<circle cx="65" cy="245" r="1" fill="white" opacity="0.8"/>
<circle cx="95" cy="225" r="0.8" fill="white" opacity="0.7"/>
<circle cx="125" cy="240" r="1.1" fill="white" opacity="0.9"/>
<circle cx="155" cy="220" r="0.7" fill="white" opacity="0.6"/>
<circle cx="185" cy="235" r="1" fill="white" opacity="0.8"/>
<circle cx="215" cy="255" r="0.9" fill="white" opacity="0.7"/>
<circle cx="245" cy="270" r="1.2" fill="white" opacity="0.9"/>
<circle cx="275" cy="250" r="0.7" fill="white" opacity="0.6"/>
</g>
<!-- Nebula glow -->
<radialGradient id="nebulaGlow" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#8a2be2" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#8a2be2" stop-opacity="0"/>
</radialGradient>
<circle cx="150" cy="150" r="150" fill="url(#nebulaGlow)"/>
<!-- Saturn-like rings -->
<defs>
<clipPath id="ringClip">
<ellipse cx="150" cy="130" rx="100" ry="15"/>
</clipPath>
<linearGradient id="ringGradient1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffd700" stop-opacity="0.1"/>
<stop offset="20%" stop-color="#ffd700" stop-opacity="0.8"/>
<stop offset="30%" stop-color="#ffd700" stop-opacity="0.1"/>
<stop offset="40%" stop-color="#ffd700" stop-opacity="0.7"/>
<stop offset="60%" stop-color="#ffd700" stop-opacity="0.1"/>
<stop offset="70%" stop-color="#ffd700" stop-opacity="0.6"/>
<stop offset="80%" stop-color="#ffd700" stop-opacity="0.1"/>
<stop offset="100%" stop-color="#ffd700" stop-opacity="0.7"/>
</linearGradient>
<linearGradient id="ringGradient2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff69b4" stop-opacity="0.7"/>
<stop offset="20%" stop-color="#ff69b4" stop-opacity="0.1"/>
<stop offset="40%" stop-color="#ff69b4" stop-opacity="0.6"/>
<stop offset="60%" stop-color="#ff69b4" stop-opacity="0.1"/>
<stop offset="70%" stop-color="#ff69b4" stop-opacity="0.7"/>
<stop offset="90%" stop-color="#ff69b4" stop-opacity="0.1"/>
<stop offset="100%" stop-color="#ff69b4" stop-opacity="0.6"/>
</linearGradient>
</defs>
<!-- Ring behind ice cream -->
<g transform="rotate(-10, 150, 130)">
<ellipse cx="150" cy="130" rx="100" ry="15" fill="none" stroke="url(#ringGradient1)" stroke-width="8"/>
<ellipse cx="150" cy="130" rx="85" ry="12" fill="none" stroke="url(#ringGradient2)" stroke-width="6"/>
<ellipse cx="150" cy="130" rx="70" ry="10" fill="none" stroke="#00c8ff" stroke-width="3" stroke-opacity="0.6"/>
</g>
<!-- Ice cream cone -->
<g transform="translate(150, 140)">
<!-- Cone -->
<path d="M-25,20 L0,80 L25,20 Z" fill="#d2691e"/>
<path d="M-25,20 L0,80 L25,20 Z" fill="url(#conePattern)" fill-opacity="0.6"/>
<!-- Cone texture -->
<defs>
<pattern id="conePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,0 L10,10 M10,0 L0,10" stroke="#a67c52" stroke-width="1"/>
</pattern>
</defs>
<!-- Ice cream scoops with gradients -->
<defs>
<radialGradient id="scoopGradient1" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.3">
<stop offset="0%" stop-color="#ff9dff"/>
<stop offset="100%" stop-color="#ff00ff"/>
</radialGradient>
<radialGradient id="scoopGradient2" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.3">
<stop offset="0%" stop-color="#80ffff"/>
<stop offset="100%" stop-color="#00bfff"/>
</radialGradient>
<radialGradient id="scoopGradient3" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.3">
<stop offset="0%" stop-color="#ffffaa"/>
<stop offset="100%" stop-color="#ffd700"/>
</radialGradient>
</defs>
<!-- Scoops -->
<ellipse cx="0" cy="10" rx="27" ry="25" fill="url(#scoopGradient3)"/>
<ellipse cx="-5" cy="-15" rx="25" ry="23" fill="url(#scoopGradient2)"/>
<ellipse cx="5" cy="-35" rx="22" ry="20" fill="url(#scoopGradient1)"/>
<!-- Sprinkles -->
<g>
<rect x="-18" y="-40" width="4" height="1.5" rx="0.75" fill="#ff0000" transform="rotate(30)"/>
<rect x="12" y="-45" width="4" height="1.5" rx="0.75" fill="#00ff00" transform="rotate(-15)"/>
<rect x="0" y="-55" width="4" height="1.5" rx="0.75" fill="#0000ff" transform="rotate(45)"/>
<rect x="-12" y="-30" width="4" height="1.5" rx="0.75" fill="#ffff00" transform="rotate(-40)"/>
<rect x="15" y="-25" width="4" height="1.5" rx="0.75" fill="#ff00ff" transform="rotate(60)"/>
<rect x="-5" y="-20" width="4" height="1.5" rx="0.75" fill="#00ffff" transform="rotate(10)"/>
<rect x="-15" y="5" width="4" height="1.5" rx="0.75" fill="#ff5500" transform="rotate(-25)"/>
<rect x="10" y="15" width="4" height="1.5" rx="0.75" fill="#aa00ff" transform="rotate(35)"/>
<rect x="2" y="0" width="4" height="1.5" rx="0.75" fill="#00ff55" transform="rotate(-60)"/>
</g>
<!-- Cherry on top -->
<circle cx="5" cy="-55" r="6" fill="#ff0000"/>
<path d="M5,-55 Q10,-65 15,-75" stroke="#006400" stroke-width="1.5" fill="none"/>
<!-- Shine effect on cherry -->
<circle cx="3" cy="-57" r="2" fill="white" opacity="0.7"/>
</g>
<!-- Ring in front of ice cream -->
<g transform="rotate(10, 150, 150)">
<ellipse cx="150" cy="170" rx="110" ry="15" fill="none" stroke="url(#ringGradient1)" stroke-width="8"/>
<ellipse cx="150" cy="170" rx="95" ry="12" fill="none" stroke="url(#ringGradient2)" stroke-width="6"/>
<ellipse cx="150" cy="170" rx="80" ry="10" fill="none" stroke="#00c8ff" stroke-width="3" stroke-opacity="0.6"/>
</g>
<!-- Glow effect -->
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2.5" result="blur"/>
<feComposite in="SourceGraphic" in2="blur" operator="over"/>
</filter>
<!-- Apply glow to some stars -->
<g filter="url(#glow)">
<circle cx="50" cy="60" r="1.5" fill="white"/>
<circle cx="250" cy="40" r="2" fill="white"/>
<circle cx="180" cy="250" r="1.8" fill="white"/>
<circle cx="80" cy="200" r="1.7" fill="white"/>
</g>
<!-- Small comet -->
<g transform="translate(260, 70) rotate(-30)">
<path d="M0,0 L15,0" stroke="white" stroke-width="1.5">
<animate attributeName="d" values="M0,0 L15,0; M0,0 L20,0; M0,0 L15,0" dur="3s" repeatCount="indefinite"/>
</path>
<circle cx="0" cy="0" r="1.5" fill="white">
<animate attributeName="r" values="1.5;2;1.5" dur="3s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and creative, featuring multiple scoops of ice cream with vibrant colors and a cherry on top, enhancing the whimsical nature of the concept.
The rings are dynamic and colorful, adding to the space theme, and the background is rich with stars that enhance the setting.
Player 1's image is simpler and less detailed, lacking the same level of creativity and visual impact.
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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"
"Flying cat playing chess with a tiny, animated raincloud"