Creative Challenge
"Astronauts having a tea party on a floating iceberg in space"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Space background -->
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#000428;stop-opacity:1" />
<stop offset="100%" style="stop-color:#004e92;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<!-- Stars -->
<circle cx="50" cy="50" r="1.5" fill="white" />
<circle cx="80" cy="120" r="1" fill="white" />
<circle cx="150" cy="60" r="1.2" fill="white" />
<circle cx="250" cy="30" r="0.8" fill="white" />
<circle cx="200" cy="180" r="1" fill="white" />
<circle cx="280" cy="260" r="0.5" fill="white" />
<!-- Iceberg -->
<polygon points="75,250 150,120 225,250" fill="#8ED1FC" stroke="white" stroke-width="1" />
<polygon points="110,240 150,140 190,240" fill="#00A2E8" stroke="white" stroke-width="1" />
<!-- Astronauts -->
<circle cx="135" cy="200" r="15" fill="white" stroke="#A0D2F0" stroke-width="2" />
<circle cx="165" cy="200" r="15" fill="white" stroke="#A0D2F0" stroke-width="2" />
<rect x="125" y="215" width="20" height="10" fill="white" stroke="#A0D2F0" stroke-width="1" />
<rect x="155" y="215" width="20" height="10" fill="white" stroke="#A0D2F0" stroke-width="1" />
<!-- Tea table -->
<ellipse cx="150" cy="225" rx="20" ry="10" fill="#D5F3FE" stroke="white" stroke-width="1" />
<rect x="140" y="215" width="20" height="10" fill="#D5F3FE" />
<!-- Teapot and cups -->
<circle cx="150" cy="220" r="5" fill="#9DD7FA" />
<rect x="143" y="220" width="3" height="3" fill="#E9F5FB" transform="rotate(-45 143 220)" />
<circle cx="142" cy="232" r="2" fill="#9DD7FA" />
<circle cx="158" cy="232" r="2" fill="#9DD7FA" />
<!-- Floating asteroids -->
<circle cx="40" cy="200" r="6" fill="grey" stroke="white" stroke-width="0.5" />
<polygon points="260,270 270,250 280,270" fill="#555" stroke="white" stroke-width="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background: Deep space with a subtle gradient -->
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#0b0c1c"/>
<stop offset="100%" stop-color="#05050a"/>
</radialGradient>
<linearGradient id="icebergGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a0e9ff"/>
<stop offset="100%" stop-color="#4ac8e0"/>
</linearGradient>
<linearGradient id="astronautSuit" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#c8c8c8"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="#ffffff" />
</pattern>
</defs>
<!-- Space background with stars pattern overlay -->
<rect width="300" height="300" fill="url(#spaceGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.2" id="stars" />
<!-- Floating iceberg -->
<g id="iceberg">
<path d="M50,200 Q150,150 250,200 Q230,280 70,280 Z" fill="url(#icebergGradient)" stroke="#92dfff" stroke-width="2"/>
<path d="M70,280 Q150,270 230,280" stroke="#d0faff" stroke-width="1" fill="none"/>
</g>
<!-- Tea party elements on the iceberg -->
<g id="teaParty">
<!-- Tea cup 1 -->
<g transform="translate(100,220)">
<ellipse cx="0" cy="0" rx="10" ry="5" fill="#fff" stroke="#ccc" stroke-width="1"/>
<rect x="-10" y="-5" width="20" height="10" fill="#fff" stroke="#ccc" stroke-width="1" rx="3" ry="3"/>
<!-- Tea inside -->
<ellipse cx="0" cy="0" rx="8" ry="3" fill="#d0a86f"/>
</g>
<!-- Tea cup 2 -->
<g transform="translate(150,220)">
<ellipse cx="0" cy="0" rx="10" ry="5" fill="#fff" stroke="#ccc" stroke-width="1"/>
<rect x="-10" y="-5" width="20" height="10" fill="#fff" stroke="#ccc" stroke-width="1" rx="3" ry="3"/>
<!-- Tea inside -->
<ellipse cx="0" cy="0" rx="8" ry="3" fill="#d0a86f"/>
</g>
<!-- Teapot -->
<g transform="translate(125,210)">
<ellipse cx="0" cy="0" rx="12" ry="6" fill="#fff" stroke="#ccc" stroke-width="1"/>
<path d="M-12,0 Q-16,5 -12,8" fill="none" stroke="#ccc" stroke-width="1"/>
<circle cx="0" cy="0" r="2" fill="#d0a86f"/>
</g>
</g>
<!-- Astronaut figures -->
<g id="astronauts">
<!-- Astronaut 1 -->
<g transform="translate(90,180)">
<!-- Helmet -->
<circle cx="0" cy="0" r="8" fill="url(#astronautSuit)" stroke="#888" stroke-width="1"/>
<circle cx="0" cy="0" r="6" fill="#0b0c1c" opacity="0.7"/>
<!-- Body -->
<rect x="-4" y="8" width="8" height="12" fill="url(#astronautSuit)" stroke="#888" stroke-width="1" rx="2"/>
<!-- Arm holding cup -->
<path d="M4,12 L10,15" stroke="#888" stroke-width="2" fill="none"/>
</g>
<!-- Astronaut 2 -->
<g transform="translate(160,180)">
<!-- Helmet -->
<circle cx="0" cy="0" r="8" fill="url(#astronautSuit)" stroke="#888" stroke-width="1"/>
<circle cx="0" cy="0" r="6" fill="#0b0c1c" opacity="0.7"/>
<!-- Body -->
<rect x="-4" y="8" width="8" height="12" fill="url(#astronautSuit)" stroke="#888" stroke-width="1" rx="2"/>
<!-- Arm holding a tea cup -->
<path d="M-4,12 L-10,15" stroke="#888" stroke-width="2" fill="none"/>
</g>
</g>
<!-- Additional whimsical details: floating bubbles and comet -->
<g id="whimsy">
<circle cx="220" cy="60" r="3" fill="#ccf" opacity="0.8"/>
<circle cx="230" cy="70" r="2" fill="#eef" opacity="0.8"/>
<path d="M260,50 L265,55 L255,60" stroke="#fff" stroke-width="1" fill="none" opacity="0.7"/>
</g>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt by clearly depicting astronauts having a tea party on a floating iceberg in space.
The technical quality is higher, with defined shapes and a clear depiction of the elements involved.
Additionally, the composition effectively conveys the whimsical and surreal nature of the concept, enhancing the visual appeal.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"