Creative Challenge
"Surrealist giraffe on a unicycle, juggling planets under a starlit 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%" stop-color="#123456" />
<stop offset="100%" stop-color="#091218" />
</linearGradient>
<radialGradient id="planetGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF69B4" />
<stop offset="100%" stop-color="#C70039" />
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect x="0" y="0" width="20" height="20" fill="#091218" />
<polygon points="10,0 19,9 10,18 1,9" fill="white" />
</pattern>
<linearGradient id="giraffeGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#F0E68C" />
<stop offset="100%" stop-color="#FFD700" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(100,100)">
<circle cx="0" cy="0" r="30" fill="url(#planetGradient)" />
<circle cx="60" cy="0" r="20" fill="url(#planetGradient)" />
<circle cx="-60" cy="0" r="20" fill="url(#planetGradient)" />
<circle cx="0" cy="-40" r="20" fill="url(#planetGradient)" />
</g>
<g transform="translate(150,200)">
<path d="M0,0 C0,50 50,50 50,0 L100,0 C100,50 150,50 150,0" fill="url(#giraffeGradient)" />
<circle cx="100" cy="-10" r="20" fill="url(#giraffeGradient)" />
<circle cx="200" cy="-30" r="15" fill="url(#giraffeGradient)" />
<circle cx="220" cy="10" r="15" fill="url(#giraffeGradient)" />
<path d="M100,0 C100,20 120,20 120,0 L140,0 C140,20 160,20 160,0" fill="url(#giraffeGradient)" />
<circle cx="150" cy="-10" r="5" fill="black" />
</g>
<g transform="translate(150,150)">
<ellipse cx="0" cy="0" rx="10" ry="20" fill="white" />
</g>
<g transform="translate(150,170)">
<circle cx="0" cy="0" r="10" fill="white" />
<circle cx="15" cy="0" r="5" fill="white" />
<circle cx="-15" cy="0" r="5" fill="white" />
</g>
<rect x="0" y="250" width="300" height="50" fill="url(#starPattern)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient night sky -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#0a0033" />
<stop offset="90%" stop-color="#000011" />
</radialGradient>
<!-- Pattern for stars -->
<pattern id="stars" width="300" height="300" patternUnits="userSpaceOnUse">
<circle cx="15" cy="30" r="0.8" fill="white" />
<circle cx="60" cy="50" r="1.2" fill="white" />
<circle cx="100" cy="15" r="0.6" fill="white" />
<circle cx="150" cy="40" r="1" fill="white" />
<circle cx="200" cy="20" r="0.7" fill="white" />
<circle cx="250" cy="70" r="1.1" fill="white" />
<circle cx="280" cy="90" r="0.9" fill="white" />
<circle cx="30" cy="120" r="0.7" fill="white" />
<circle cx="85" cy="150" r="1.3" fill="white" />
<circle cx="125" cy="100" r="0.6" fill="white" />
<circle cx="175" cy="80" r="1" fill="white" />
<circle cx="225" cy="130" r="0.8" fill="white" />
<circle cx="270" cy="170" r="1.2" fill="white" />
<circle cx="20" cy="200" r="0.9" fill="white" />
<circle cx="70" cy="220" r="0.7" fill="white" />
<circle cx="120" cy="250" r="1.1" fill="white" />
<circle cx="190" cy="230" r="0.8" fill="white" />
<circle cx="240" cy="200" r="0.6" fill="white" />
<circle cx="285" cy="260" r="1" fill="white" />
</pattern>
<!-- Planet gradients -->
<radialGradient id="planet1" cx="50%" cy="50%" r="50%" fx="20%" fy="30%">
<stop offset="0%" stop-color="#ff7700" />
<stop offset="100%" stop-color="#aa2200" />
</radialGradient>
<radialGradient id="planet2" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#44aaff" />
<stop offset="100%" stop-color="#0033aa" />
</radialGradient>
<radialGradient id="planet3" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
<stop offset="0%" stop-color="#99ff99" />
<stop offset="100%" stop-color="#006622" />
</radialGradient>
<!-- Giraffe pattern -->
<pattern id="giraffePattern" width="30" height="30" patternUnits="userSpaceOnUse">
<path d="M0,0 L15,15 L30,0 L15,-15 Z" fill="#ffe0a0" />
<path d="M15,0 L30,15 L15,30 L0,15 Z" fill="#ffb740" />
<circle cx="15" cy="15" r="5" fill="#d97b00" />
</pattern>
<!-- Unicycle wheel gradient -->
<linearGradient id="metalGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#aaaaaa" />
<stop offset="50%" stop-color="#eeeeee" />
<stop offset="100%" stop-color="#888888" />
</linearGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#stars)" opacity="0.8" />
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#ffffcc" opacity="0.9" />
<circle cx="242" cy="42" r="5" fill="#ddddaa" opacity="0.6" />
<circle cx="260" cy="55" r="4" fill="#ddddaa" opacity="0.6" />
<!-- Unicycle -->
<g transform="translate(150, 230)">
<!-- Wheel -->
<circle cx="0" cy="0" r="30" fill="none" stroke="url(#metalGradient)" stroke-width="4" />
<circle cx="0" cy="0" r="26" fill="none" stroke="#333" stroke-width="1" />
<circle cx="0" cy="0" r="3" fill="#444" />
<!-- Spokes -->
<line x1="-30" y1="0" x2="30" y2="0" stroke="#666" stroke-width="1.5" />
<line x1="0" y1="-30" x2="0" y2="30" stroke="#666" stroke-width="1.5" />
<line x1="-21" y1="-21" x2="21" y2="21" stroke="#666" stroke-width="1.5" />
<line x1="-21" y1="21" x2="21" y2="-21" stroke="#666" stroke-width="1.5" />
<!-- Seat and pole -->
<rect x="-3" y="-65" width="6" height="65" fill="url(#metalGradient)" />
<ellipse cx="0" cy="-65" rx="10" ry="5" fill="#222" />
</g>
<!-- Giraffe body -->
<g transform="translate(150, 170)">
<!-- Neck (surrealist, curved) -->
<path d="M0,-60 C20,-90 -10,-130 0,-160 C10,-180 5,-220 0,-240"
fill="none" stroke="url(#giraffePattern)" stroke-width="18" stroke-linecap="round" />
<!-- Head -->
<g transform="translate(0, -240)">
<ellipse cx="0" cy="0" rx="12" ry="18" fill="url(#giraffePattern)" />
<ellipse cx="-5" cy="-5" rx="2" ry="3" fill="#000" /> <!-- Eye -->
<ellipse cx="5" cy="-5" rx="2" ry="3" fill="#000" /> <!-- Eye -->
<rect x="-6" y="8" width="12" height="2" fill="#333" rx="1" ry="1" /> <!-- Mouth -->
<!-- Ossicones (horn-like structures) -->
<rect x="-8" y="-15" width="4" height="10" fill="url(#giraffePattern)" rx="2" ry="2" />
<rect x="4" y="-15" width="4" height="10" fill="url(#giraffePattern)" rx="2" ry="2" />
<circle cx="-6" cy="-16" r="2" fill="#d97b00" />
<circle cx="6" cy="-16" r="2" fill="#d97b00" />
</g>
<!-- Body -->
<ellipse cx="0" cy="-50" rx="20" ry="15" fill="url(#giraffePattern)" />
<!-- Legs -->
<rect x="-15" y="-50" width="5" height="40" rx="2" fill="url(#giraffePattern)" />
<rect x="10" y="-50" width="5" height="40" rx="2" fill="url(#giraffePattern)" />
<!-- Tail -->
<path d="M-15,-40 C-30,-35 -35,-25 -25,-20" fill="none" stroke="url(#giraffePattern)" stroke-width="3" stroke-linecap="round" />
<circle cx="-25" cy="-20" r="3" fill="#d97b00" />
</g>
<!-- Juggling planets -->
<g>
<!-- Juggling paths -->
<path d="M90,110 C120,50 180,50 210,110" fill="none" stroke="#ffffff" stroke-width="1" stroke-dasharray="2,3" opacity="0.5" />
<path d="M150,70 C180,30 230,70 210,130" fill="none" stroke="#ffffff" stroke-width="1" stroke-dasharray="2,3" opacity="0.5" />
<path d="M90,110 C60,50 120,20 150,70" fill="none" stroke="#ffffff" stroke-width="1" stroke-dasharray="2,3" opacity="0.5" />
<!-- Planets -->
<g transform="translate(90, 110)">
<circle r="15" fill="url(#planet1)" />
<ellipse cx="0" cy="0" rx="18" ry="4" fill="none" stroke="#ffaa00" stroke-width="0.5" opacity="0.7" transform="rotate(30)" />
<ellipse cx="0" cy="0" rx="15" ry="6" fill="none" stroke="#ff5500" stroke-width="0.5" opacity="0.7" transform="rotate(-20)" />
</g>
<g transform="translate(150, 70)">
<circle r="12" fill="url(#planet2)" />
<circle cx="5" cy="-4" r="3" fill="#66ccff" opacity="0.7" />
<circle cx="-6" cy="2" r="2" fill="#66ccff" opacity="0.7" />
<circle cx="3" cy="6" r="2" fill="#66ccff" opacity="0.7" />
</g>
<g transform="translate(210, 110)">
<circle r="14" fill="url(#planet3)" />
<path d="M-10,-3 Q0,-10 10,-3 Q15,5 0,10 Q-15,5 -10,-3 Z" fill="#00aa44" opacity="0.5" />
<circle cx="-5" cy="-2" r="2" fill="#00ff66" opacity="0.5" />
<circle cx="6" cy="4" r="2" fill="#00ff66" opacity="0.5" />
</g>
</g>
<!-- Cosmic flow lines -->
<path d="M20,280 C50,230 100,250 150,200 C200,150 250,200 280,150" fill="none" stroke="#aa55ff" stroke-width="2" opacity="0.3" />
<path d="M10,200 C80,220 120,180 180,180 C240,180 270,220 290,180" fill="none" stroke="#55aaff" stroke-width="2" opacity="0.3" />
<!-- Shooting stars -->
<path d="M260,30 L270,20" stroke="white" stroke-width="2" stroke-linecap="round">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" />
</path>
<path d="M50,60 L60,50" stroke="white" stroke-width="2" stroke-linecap="round">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" />
</path>
<path d="M200,280 L210,270" stroke="white" stroke-width="2" stroke-linecap="round">
<animate attributeName="opacity" values="0;1;0" dur="4s" repeatCount="indefinite" />
</path>
</svg>
Judge's Analysis
Player 2's image clearly depicts the prompt with a giraffe on a unicycle juggling planets, all under a starlit sky.
The design is creative and technically well-executed, showing both attention to detail and a surrealist style.
Player 1's submission lacks clarity and adherence to the prompt, 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
"Penguin in a bathtub wearing a monocle and top hat"
"Sailing cow on a lake made of lavender lemonade"
"Levitating teacup pouring stars into an open book"
"A cat playing a violin on a floating lily pad"
"A clock tower made of melting candy under a starry night sky"
"Rainbow octopus knitting a cosmic scarf"