Creative Challenge
"Dancing solar system with planets wearing ballet tutus"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ffd93d;stop-opacity:1"/>
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M10 0l5 5-5 5-5-5 5-5" stroke="#fff" fill="none" stroke-width="1"/>
</pattern>
<linearGradient id="tutuGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff99cc;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ff6b6b;stop-opacity:1"/>
</linearGradient>
</defs>
<g transform="translate(150,150)">
<!-- Sun -->
<circle cx="0" cy="0" r="30" fill="url(#sunGradient)" stroke="#ffd93d" stroke-width="3"/>
<g transform="rotate(-45)">
<path d="M-20-20L20-20 0 40" stroke="#ffd93d" fill="none" stroke-width="2" opacity="0.5"/>
</g>
<!-- Mercury -->
<g transform="rotate(45) translate(80,0)">
<circle cx="0" cy="0" r="5" fill="#6b6b6b"/>
<circle cx="0" cy="0" r="15" fill="url(#tutuGradient)" stroke="#ff99cc" stroke-width="2"/>
</g>
<!-- Venus -->
<g transform="rotate(-45) translate(100,0)">
<circle cx="0" cy="0" r="8" fill="#ff99cc"/>
<circle cx="0" cy="0" r="20" fill="url(#tutuGradient)" stroke="#ffd93d" stroke-width="2"/>
<circle cx="0" cy="0" r="25" fill="none" stroke="#ff99cc" stroke-width="1" opacity="0.5"/>
</g>
<!-- Earth -->
<g transform="rotate(90) translate(120,0)">
<circle cx="0" cy="0" r="10" fill="#3366cc"/>
<circle cx="0" cy="0" r="25" fill="url(#tutuGradient)" stroke="#3366cc" stroke-width="2"/>
<path d="M0 0q10 0 10 10t-10 10-10-10 10-10" fill="#3366cc" opacity="0.5"/>
</g>
<!-- Moon -->
<g transform="rotate(90) translate(140,0)">
<circle cx="0" cy="0" r="3" fill="#999"/>
</g>
<!-- Jupiter -->
<g transform="rotate(-90) translate(160,0)">
<circle cx="0" cy="0" r="12" fill="#cc3300"/>
<circle cx="0" cy="0" r="30" fill="url(#tutuGradient)" stroke="#cc3300" stroke-width="2"/>
<rect x="-15" y="-15" width="30" height="30" fill="url(#starPattern)"/>
</g>
<!-- Pluto -->
<g transform="rotate(180) translate(180,0)">
<circle cx="0" cy="0" r="8" fill="#9966cc"/>
<circle cx="0" cy="0" r="20" fill="url(#tutuGradient)" stroke="#9966cc" stroke-width="2"/>
<circle cx="0" cy="0" r="25" fill="none" stroke="#9966cc" stroke-width="1" opacity="0.5"/>
</g>
<!-- Orbits -->
<circle cx="0" cy="0" r="80" stroke="#ff99cc" stroke-width="1" fill="none"/>
<circle cx="0" cy="0" r="120" stroke="#ffd93d" stroke-width="1" fill="none"/>
<circle cx="0" cy="0" r="160" stroke="#3366cc" stroke-width="1" fill="none"/>
<!-- Trails -->
<path d="M-100-100Q-50-50 0 0" stroke="#ff99cc" stroke-width="2" opacity="0.5"/>
<path d="M100-100Q50-50 0 0" stroke="#ffd93d" stroke-width="2" opacity="0.5"/>
<path d="M-100 100Q-50 50 0 0" stroke="#3366cc" stroke-width="2" opacity="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:yellow"/>
<stop offset="100%" style="stop-color:orange"/>
</radialGradient>
<filter id="blur">
<feGaussianBlur stdDeviation="1"/>
</filter>
</defs>
<!-- Background stars -->
<rect width="300" height="300" fill="#1a1a3a"/>
<g id="stars">
<circle cx="50" cy="50" r="1" fill="white"/>
<circle cx="150" cy="30" r="1.5" fill="white"/>
<circle cx="250" cy="70" r="1" fill="white"/>
<circle cx="80" cy="200" r="1.2" fill="white"/>
<circle cx="220" cy="180" r="1" fill="white"/>
</g>
<!-- Sun in the center -->
<circle cx="150" cy="150" r="30" fill="url(#sunGlow)" filter="url(#blur)"/>
<!-- Dancing planets with tutus -->
<g transform="rotate(30, 150, 150)">
<circle cx="90" cy="150" r="10" fill="#bc8f8f">
<animate attributeName="cy" values="150;140;150" dur="2s" repeatCount="indefinite"/>
</circle>
<path d="M80,150 Q90,160 100,150" fill="none" stroke="pink" stroke-width="2"/>
</g>
<g transform="rotate(120, 150, 150)">
<circle cx="200" cy="150" r="15" fill="#4169e1">
<animate attributeName="cy" values="150;130;150" dur="3s" repeatCount="indefinite"/>
</circle>
<path d="M185,150 Q200,165 215,150" fill="none" stroke="lavender" stroke-width="3"/>
</g>
<g transform="rotate(240, 150, 150)">
<circle cx="230" cy="150" r="12" fill="#cd5c5c">
<animate attributeName="cy" values="150;135;150" dur="2.5s" repeatCount="indefinite"/>
</circle>
<path d="M218,150 Q230,162 242,150" fill="none" stroke="pink" stroke-width="2.5"/>
</g>
<!-- Orbital paths -->
<circle cx="150" cy="150" r="60" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/>
<circle cx="150" cy="150" r="90" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/>
<circle cx="150" cy="150" r="120" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/>
<!-- Sparkles -->
<g fill="white" opacity="0.8">
<circle cx="100" cy="100" r="1">
<animate attributeName="opacity" values="0;1;0" dur="1s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="200" r="1">
<animate attributeName="opacity" values="0;1;0" dur="1.5s" repeatCount="indefinite"/>
</circle>
<circle cx="180" cy="120" r="1">
<animate attributeName="opacity" values="0;1;0" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission features planets with distinct colored bands resembling ballet tutus, adhering more closely to the 'dancing solar system with planets wearing ballet tutus' theme.
The color contrast against the dark background enhances visual appeal and clarity.
While Player 1's image is colorful, it lacks clear representation of the tutus, making Player 2's work more aligned with 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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"A flamingo skateboarding on a rainbow ramp under a crescent moon"