Creative Challenge
"Floating teacups orbiting a surreal blue-sun in an alien sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</linearGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ADD8E6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</radialGradient>
<linearGradient id="cupGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
<pattern id="cloudPattern" patternUnits="userSpaceOnUse" width="100" height="100">
<circle cx="50" cy="50" r="40" fill="#FFFFFF" opacity="0.7"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<circle cx="150" cy="100" r="50" fill="url(#sunGradient)" stroke="#ADD8E6" stroke-width="2"/>
<g>
<circle cx="200" cy="150" r="20" fill="url(#cupGradient)" stroke="#8B4513" stroke-width="2">
<animate attributeName="cx" from="200" to="100" dur="5s" repeatCount="indefinite" />
<animate attributeName="cy" from="150" to="200" dur="5s" repeatCount="indefinite" />
</circle>
<circle cx="100" cy="150" r="20" fill="url(#cupGradient)" stroke="#8B4513" stroke-width="2">
<animate attributeName="cx" from="100" to="200" dur="5s" repeatCount="indefinite" />
<animate attributeName="cy" from="150" to="200" dur="5s" repeatCount="indefinite" />
</circle>
<circle cx="150" cy="200" r="20" fill="url(#cupGradient)" stroke="#8B4513" stroke-width="2">
<animate attributeName="cx" from="150" to="150" dur="5s" repeatCount="indefinite" />
<animate attributeName="cy" from="200" to="100" dur="5s" repeatCount="indefinite" />
</circle>
</g>
<g>
<rect x="20" y="20" width="260" height="260" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="10,10"/>
</g>
<g>
<circle cx="150" cy="50" r="10" fill="url(#cloudPattern)" stroke="#FFFFFF" stroke-width="1"/>
<circle cx="50" cy="150" r="10" fill="url(#cloudPattern)" stroke="#FFFFFF" stroke-width="1"/>
<circle cx="250" cy="150" r="10" fill="url(#cloudPattern)" stroke="#FFFFFF" stroke-width="1"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sun-glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#00ffff"/>
<stop offset="70%" style="stop-color:#0066ff"/>
<stop offset="100%" style="stop-color:#000066"/>
</radialGradient>
<pattern id="teacup-pattern" x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
<circle cx="4" cy="4" r="1" fill="#ffffff" opacity="0.3"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#1a0033"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="60" r="1" fill="white"/>
<circle cx="150" cy="40" r="1.5" fill="white"/>
<circle cx="250" cy="80" r="1" fill="white"/>
<circle cx="80" cy="200" r="1.2" fill="white"/>
<circle cx="220" cy="180" r="1" fill="white"/>
<circle cx="180" cy="250" r="1.3" fill="white"/>
</g>
<!-- Blue Sun -->
<circle cx="150" cy="150" r="40" fill="url(#sun-glow)">
<animate attributeName="r" values="40;42;40" dur="4s" repeatCount="indefinite"/>
</circle>
<!-- Orbital Paths -->
<circle cx="150" cy="150" r="70" fill="none" stroke="#4d4dff" stroke-width="1" opacity="0.3"/>
<circle cx="150" cy="150" r="100" fill="none" stroke="#4d4dff" stroke-width="1" opacity="0.3"/>
<!-- Teacups -->
<g id="teacup1" transform="translate(150,150)">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite" additive="sum"/>
<path d="M-30,-70 Q-35,-75 -40,-70 L-45,-60 Q-48,-55 -45,-50 L-35,-45 Q-25,-42 -15,-45 L-5,-50 Q-2,-55 -5,-60 L-10,-70 Q-15,-75 -20,-70" fill="#ccccff" stroke="#6666ff" stroke-width="2"/>
<path d="M-45,-60 Q-50,-50 -40,-45" fill="none" stroke="#6666ff" stroke-width="2"/>
<circle cx="-30" cy="-58" r="8" fill="url(#teacup-pattern)"/>
</g>
<g id="teacup2" transform="translate(150,150)">
<animateTransform attributeName="transform" type="rotate" from="120" to="480" dur="15s" repeatCount="indefinite" additive="sum"/>
<path d="M30,-100 Q25,-105 20,-100 L15,-90 Q12,-85 15,-80 L25,-75 Q35,-72 45,-75 L55,-80 Q58,-85 55,-90 L50,-100 Q45,-105 40,-100" fill="#ffccff" stroke="#ff66ff" stroke-width="2"/>
<path d="M15,-90 Q10,-80 20,-75" fill="none" stroke="#ff66ff" stroke-width="2"/>
<circle cx="30" cy="-88" r="8" fill="url(#teacup-pattern)"/>
</g>
<g id="teacup3" transform="translate(150,150)">
<animateTransform attributeName="transform" type="rotate" from="240" to="600" dur="12s" repeatCount="indefinite" additive="sum"/>
<path d="M80,-50 Q75,-55 70,-50 L65,-40 Q62,-35 65,-30 L75,-25 Q85,-22 95,-25 L105,-30 Q108,-35 105,-40 L100,-50 Q95,-55 90,-50" fill="#ccffff" stroke="#66ffff" stroke-width="2"/>
<path d="M65,-40 Q60,-30 70,-25" fill="none" stroke="#66ffff" stroke-width="2"/>
<circle cx="80" cy="-38" r="8" fill="url(#teacup-pattern)"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the prompt with teacup-like shapes orbiting a glowing blue sun, set against a dark alien sky.
The composition is creative and visually appealing, with clear technical execution.
Player 1's image lacks clarity in representing teacups and orbiting dynamics, making it less effective in adhering to 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
"Giraffe wearing a space helmet juggling planets"
"Space garden in a teacup floating above a starry galaxy"
"Giraffe wearing a vintage diving helmet, standing in a teacup"
"Giraffe lounging in an armchair reading a tiny book"
"Surreal umbrella raining planets in a desert"
"Astronaut squirrel juggling planets"