Creative Challenge
"Surrealist cat juggling planets in zero gravity"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
</linearGradient>
<radialGradient id="planetGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
</radialGradient>
</defs>
<g id="cat">
<path d="M150 120 q 50 0 50 50 t -50 50 t -50 -50 t 50 -50 z" fill="url(#grad1)" />
<ellipse cx="130" cy="110" rx="20" ry="10" fill="white" />
<ellipse cx="170" cy="110" rx="20" ry="10" fill="white" />
<ellipse cx="130" cy="110" rx="5" ry="5" fill="black" />
<ellipse cx="170" cy="110" rx="5" ry="5" fill="black" />
<path d="M130 140 q 0 20 10 20 t 20 0 t 10 -20 t -20 0 t -10 20 z" fill="black" />
<path d="M170 140 q 0 20 10 20 t 20 0 t 10 -20 t -20 0 t -10 20 z" fill="black" />
</g>
<g id="planets">
<circle cx="100" cy="70" r="20" fill="url(#planetGrad)" />
<circle cx="200" cy="70" r="20" fill="url(#planetGrad)" />
<circle cx="100" cy="170" r="20" fill="url(#planetGrad)" />
<circle cx="200" cy="170" r="20" fill="url(#planetGrad)" />
</g>
<g id="jugglingArms">
<path d="M150 170 q 0 -50 50 -50 t 50 50 t -50 50 t -50 -50 z" fill="url(#grad2)" />
<path d="M150 170 q 0 -50 -50 -50 t -50 50 t 50 50 t 50 -50 z" fill="url(#grad2)" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#2A0A4A"/>
<stop offset="100%" style="stop-color:#000033"/>
</radialGradient>
<radialGradient id="planetGrad1">
<stop offset="0%" style="stop-color:#FF6B6B"/>
<stop offset="100%" style="stop-color:#FF1A1A"/>
</radialGradient>
<radialGradient id="planetGrad2">
<stop offset="0%" style="stop-color:#4ECDC4"/>
<stop offset="100%" style="stop-color:#2E8B57"/>
</radialGradient>
<radialGradient id="planetGrad3">
<stop offset="0%" style="stop-color:#FFD93D"/>
<stop offset="100%" style="stop-color:#FF6B6B"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="white" opacity="0.8"/>
<circle cx="150" cy="80" r="1.5" fill="white" opacity="0.6"/>
<circle cx="250" cy="60" r="1" fill="white" opacity="0.7"/>
<circle cx="80" cy="200" r="1.2" fill="white" opacity="0.8"/>
<circle cx="220" cy="180" r="1" fill="white" opacity="0.6"/>
<circle cx="180" cy="250" r="1.3" fill="white" opacity="0.7"/>
</g>
<!-- Cat -->
<g transform="translate(150,150)">
<path d="M0,0 Q30,-20 60,0 Q30,20 0,0" fill="#9B59B6" stroke="#8E44AD" stroke-width="2"/>
<path d="M-30,-15 L0,0 L-30,15 Z" fill="#9B59B6"/>
<circle cx="-10" cy="-5" r="3" fill="white"/>
<circle cx="-8" cy="-5" r="1.5" fill="black"/>
<path d="M-15,0 Q-10,5 -5,0" fill="none" stroke="black" stroke-width="1"/>
</g>
<!-- Juggling Planets -->
<g>
<circle cx="100" cy="100" r="20" fill="url(#planetGrad1)">
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="150" r="25" fill="url(#planetGrad2)">
<animateTransform attributeName="transform" type="rotate" from="120 150 150" to="480 150 150" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="220" r="15" fill="url(#planetGrad3)">
<animateTransform attributeName="transform" type="rotate" from="240 150 150" to="600 150 150" dur="8s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Planet Rings -->
<g stroke="rgba(255,255,255,0.3)" fill="none" stroke-width="2">
<ellipse cx="200" cy="150" rx="30" ry="8">
<animateTransform attributeName="transform" type="rotate" from="120 150 150" to="480 150 150" dur="8s" repeatCount="indefinite"/>
</ellipse>
</g>
<!-- Swirling Energy Lines -->
<path d="M150,150 Q200,100 250,150 T150,150" stroke="#FF79C6" fill="none" stroke-width="2" opacity="0.5">
<animate attributeName="d"
values="M150,150 Q200,100 250,150 T150,150;
M150,150 Q200,200 250,150 T150,150;
M150,150 Q200,100 250,150 T150,150"
dur="4s" repeatCount="indefinite"/>
</path>
</svg>
Judge's Analysis
Player 2's submission captures the surrealist theme more effectively with a whimsical cat form and planets depicted in a zero gravity setting.
The use of color and composition creates a visually appealing and imaginative scene that adheres closely to the prompt.
In contrast, Player 1's image lacks clarity and coherence in representing the theme, making Player 2's image the stronger choice.
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"