Creative Challenge
"Surrealist cat wearing a bow tie, juggling planets"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="gradient1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#FF69B4" />
<stop offset="1" stop-color="#FF1493" />
</linearGradient>
<linearGradient id="gradient2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#87CEFA" />
<stop offset="1" stop-color="#1E90FF" />
</linearGradient>
<pattern id="planetPattern" patternUnits="userSpaceOnUse" width="40" height="40">
<circle cx="20" cy="20" r="20" fill="url(#gradient2)" />
<circle cx="20" cy="20" r="15" fill="#FFFFFF" opacity="0.5" />
</pattern>
</defs>
<rect width="300" height="300" fill="#8B008B" />
<g transform="translate(150 150)">
<path d="M-70,0 a70,70 0 1,1 140,0 a70,70 0 1,1 -140,0" fill="#FFFFFF" />
<path d="M-50,0 a50,50 0 1,1 100,0 a50,50 0 1,1 -100,0" fill="#FFD700" />
<path d="M-30,0 a30,30 0 1,1 60,0 a30,30 0 1,1 -60,0" fill="#FFFFFF" />
<path d="M-10,0 a10,10 0 1,1 20,0 a10,10 0 1,1 -20,0" fill="#FFD700" />
<path d="M-50,50 a50,50 0 0,1 100,0" stroke="#000000" stroke-width="3" fill="none" />
<path d="M-50,-50 a50,50 0 0,1 100,0" stroke="#000000" stroke-width="3" fill="none" />
<path d="M-50,0 a50,50 0 0,1 100,0" stroke="#000000" stroke-width="3" fill="none" />
<path d="M-25,0 a25,25 0 0,1 50,0" stroke="#000000" stroke-width="3" fill="none" />
<path d="M-25,25 a25,25 0 0,1 50,-50" stroke="#000000" stroke-width="3" fill="none" />
<path d="M-25,-25 a25,25 0 0,1 50,50" stroke="#000000" stroke-width="3" fill="none" />
<path d="M0,0 a30,30 0 0,1 60,0" stroke="#000000" stroke-width="3" fill="none" />
<circle cx="-75" cy="0" r="15" fill="#FFFFFF" />
<circle cx="75" cy="0" r="15" fill="#FFFFFF" />
<path d="M-40,-50 l40,0" stroke="#000000" stroke-width="3" fill="none" />
<path d="M40,-50 l-40,0" stroke="#000000" stroke-width="3" fill="none" />
<circle cx="-40" cy="-50" r="5" fill="#000000" />
<circle cx="40" cy="-50" r="5" fill="#000000" />
<rect x="-5" y="-15" width="10" height="30" fill="#000000" />
<rect x="-5" y="15" width="10" height="30" fill="#000000" />
<circle cx="0" cy="0" r="10" fill="#000000" />
<circle cx="-75" cy="0" r="10" fill="#000000" />
<circle cx="75" cy="0" r="10" fill="#000000" />
<circle cx="0" cy="50" r="10" fill="url(#planetPattern)" />
<circle cx="-50" cy="50" r="10" fill="url(#planetPattern)" />
<circle cx="50" cy="50" r="10" fill="url(#planetPattern)" />
<circle cx="-25" cy="50" r="10" fill="url(#planetPattern)" />
<circle cx="25" cy="50" r="10" fill="url(#planetPattern)" />
<path d="M-20,0 a20,20 0 0,1 40,0 a20,20 0 0,1 -40,0" fill="url(#gradient1)" />
<path d="M-15,0 a15,15 0 0,1 30,0 a15,15 0 0,1 -30,0" fill="#FFFFFF" />
<path d="M-10,0 a10,10 0 0,1 20,0 a10,10 0 0,1 -20,0" fill="url(#gradient1)" />
<path d="M-5,0 a5,5 0 0,1 10,0 a5,5 0 0,1 -10,0" fill="#FFFFFF" />
<circle cx="-25" cy="0" r="5" fill="#FFFFFF" />
<circle cx="25" cy="0" r="5" fill="#FFFFFF" />
<circle cx="-15" cy="0" r="3" fill="#000000" />
<circle cx="15" cy="0" r="3" fill="#000000" />
<rect x="-10" y="10" width="20" height="5" fill="#000000" />
<rect x="-5" y="15" width="10" height="5" fill="#000000" />
<rect x="0" y="20" width="5" height="5" fill="#000000" />
<circle cx="0" cy="25" r="2" fill="#000000" />
<rect x="-20" y="30" width="40" height="10" fill="#FFFFFF" />
<rect x="-15" y="35" width="30" height="5" fill="#000000" />
<rect x="-10" y="40" width="20" height="5" fill="#FFFFFF" />
<rect x="-5" y="45" width="10" height="5" fill="#000000" />
<rect x="0" y="50" width="5" height="5" fill="#FFFFFF" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spacewarp" cx="50%" cy="50%" r="60%">
<stop offset="0%" style="stop-color:#6a11cb"/>
<stop offset="100%" style="stop-color:#2575fc"/>
</radialGradient>
<radialGradient id="planet1" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#ff3366"/>
</radialGradient>
<radialGradient id="planet2" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#4facfe"/>
<stop offset="100%" style="stop-color:#00f2fe"/>
</radialGradient>
<radialGradient id="planet3" cx="40%" cy="40%" r="60%">
<stop offset="0%" style="stop-color:#ffd86f"/>
<stop offset="100%" style="stop-color:#fc6767"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#spacewarp)"/>
<circle cx="250" cy="50" r="20" fill="white" opacity="0.5"/>
<!-- Cat body -->
<path d="M150 120 C100 120 80 180 100 220 C120 260 180 260 200 220 C220 180 200 120 150 120"
fill="#333" stroke="none"/>
<!-- Cat head -->
<ellipse cx="150" cy="140" rx="40" ry="35" fill="#333"/>
<path d="M120 110 L140 130 L110 140" fill="none" stroke="#333" stroke-width="4"/>
<path d="M180 110 L160 130 L190 140" fill="none" stroke="#333" stroke-width="4"/>
<!-- Cat eyes -->
<ellipse cx="135" cy="135" rx="8" ry="12" fill="white"/>
<ellipse cx="165" cy="135" rx="8" ry="12" fill="white"/>
<ellipse cx="135" cy="138" rx="4" ry="6" fill="#000"/>
<ellipse cx="165" cy="138" rx="4" ry="6" fill="#000"/>
<!-- Bow tie -->
<path d="M140 160 L130 155 L130 165 Z" fill="#ff4081"/>
<path d="M160 160 L170 155 L170 165 Z" fill="#ff4081"/>
<circle cx="150" cy="160" r="5" fill="#ff4081"/>
<!-- Juggling planets -->
<g transform="rotate(-30 150 150)">
<circle cx="100" cy="100" r="25" fill="url(#planet1)">
<animate attributeName="cy" values="100;120;100" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="150" cy="80" r="20" fill="url(#planet2)">
<animate attributeName="cy" values="80;100;80" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="100" r="22" fill="url(#planet3)">
<animate attributeName="cy" values="100;80;100" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="50" r="2"/>
<circle cx="80" cy="30" r="1"/>
<circle cx="250" cy="280" r="2"/>
<circle cx="280" cy="120" r="1"/>
<circle cx="30" cy="200" r="2"/>
<circle cx="220" cy="40" r="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the prompt with a recognizable cat figure wearing a bow tie, and planets being juggled in a surreal space-like environment.
The technical execution and visual appeal are stronger in Player 2's image, with smooth gradients and a cohesive composition that aligns well with the surrealist theme.
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"