Creative Challenge
"A giraffe juggling planets in space"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="planetGrad1">
<stop offset="0%" stop-color="#6B93D6"/>
<stop offset="100%" stop-color="#2C548D"/>
</radialGradient>
<radialGradient id="planetGrad2">
<stop offset="0%" stop-color="#E89642"/>
<stop offset="100%" stop-color="#BF6925"/>
</radialGradient>
<radialGradient id="planetGrad3">
<stop offset="0%" stop-color="#7EC8E3"/>
<stop offset="100%" stop-color="#3FA8D6"/>
</radialGradient>
<linearGradient id="spaceGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0A0A2E"/>
<stop offset="100%" stop-color="#0A0A3E"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#spaceGrad)"/>
<g transform="translate(150,150)">
<!-- Giraffe -->
<path d="M0,0 Q0,-30 30,-30 L30,-30 Q60,-30 60,0 L60,0 Q60,30 30,30 L30,30 Q0,30 0,0" fill="#F4D076" stroke="#A66C3F" stroke-width="2"/>
<circle cx="15" cy="-20" r="5" fill="#000"/>
<circle cx="-15" cy="-20" r="5" fill="#000"/>
<path d="M0,-25 Q15,-25 15,-35 L15,-35 Q15,-45 0,-45 L0,-45 Q-15,-45 -15,-35 L-15,-35 Q-15,-25 0,-25" fill="#F4D076" stroke="#A66C3F" stroke-width="2"/>
<rect x="-15" y="30" width="30" height="40" rx="10" fill="#F4D076" stroke="#A66C3F" stroke-width="2"/>
<path d="M0,70 Q-30,70 -30,40 L-30,40 Q-30,10 0,10 L0,10 Q30,10 30,40 L30,40 Q30,70 0,70" fill="#F4D076" stroke="#A66C3F" stroke-width="2"/>
<!-- Planets -->
<g transform="translate(-50,50)">
<circle r="15" fill="url(#planetGrad1)" stroke="#FFF" stroke-width="1"/>
<circle r="12" fill="#FFF" opacity="0.3"/>
</g>
<g transform="translate(50,50)">
<circle r="15" fill="url(#planetGrad2)" stroke="#FFF" stroke-width="1"/>
<circle r="12" fill="#FFF" opacity="0.3"/>
<rect x="-3" y="-3" width="6" height="6" rx="3" transform="rotate(45)" fill="#FFF"/>
</g>
<g transform="translate(0,-50)">
<circle r="15" fill="url(#planetGrad3)" stroke="#FFF" stroke-width="1"/>
<circle r="12" fill="#FFF" opacity="0.3"/>
<circle r="3" cx="10" cy="10" fill="#FFF"/>
<circle r="3" cx="-10" cy="-10" fill="#FFF"/>
</g>
<!-- Stars -->
<circle cx="100" cy="100" r="1" fill="#FFF"/>
<circle cx="200" cy="50" r="1.5" fill="#FFF"/>
<circle cx="250" cy="200" r="1" fill="#FFF"/>
<circle cx="100" cy="250" r="1.5" fill="#FFF"/>
<!-- Comet -->
<path d="M-80,-80 L-60,-60 L-50,-50" stroke="#FFF" stroke-width="1" fill="none"/>
<circle cx="-70" cy="-70" r="3" fill="#FFF"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sunsetGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFC107; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF5722; stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#3F51B5; stop-opacity:1" />
<stop offset="100%" style="stop-color:#1A237E; stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#F44336; stop-opacity:1" />
<stop offset="100%" style="stop-color:#B71C1C; stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4CAF50; stop-opacity:1" />
<stop offset="100%" style="stop-color:#1B5E20; stop-opacity:1" />
</radialGradient>
<radialGradient id="planetGradient4" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFEB3B; stop-opacity:1" />
<stop offset="100%" style="stop-color:#F9A825; stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="#0D47A1" />
<circle cx="150" cy="150" r="60" fill="url(#sunsetGradient)" />
<g transform="translate(30,40)">
<path d="M90 160 Q85 130, 100 100 Q110 85, 120 110 Q130 130, 140 80 Q150 45, 165 100 Q175 150, 150 160 Q140 170, 120 180 Q100 190, 90 160" fill="#FFD54F" stroke="#FFC107" stroke-width="2" />
<path d="M105 150 Q100 135, 115 120 Q120 140, 130 130 Q135 120, 140 115 Q150 150, 120 155 Q130 180, 110 170 Q100 160, 105 150" fill="#FFB300" />
<path d="M120 180 L120 200 L130 200 L130 180 Z" fill="#FF9800" />
</g>
<g>
<circle cx="70" cy="70" r="15" fill="url(#planetGradient1)" />
<circle cx="160" cy="50" r="20" fill="url(#planetGradient2)" />
<circle cx="210" cy="120" r="18" fill="url(#planetGradient3)" />
<circle cx="90" cy="220" r="22" fill="url(#planetGradient4)" />
</g>
<path d="M200 50 C220 90, 220 130, 200 130" stroke="#FF1744" stroke-width="3" fill="none" stroke-dasharray="4" />
<path d="M70 70 C50 90, 50 130, 70 150" stroke="#FFEB3B" stroke-width="3" fill="none" stroke-dasharray="4" />
<text x="10" y="290" font-family="Arial" font-size="12" fill="#FFFFFF">A Giraffe Juggling Planets in Space</text>
</svg>
Judge's Analysis
Player 2's submission is more visually coherent and creative.
It clearly depicts a giraffe juggling planets with vivid colors and dynamic lines, effectively adhering to the prompt.
Player 1's image is more abstract and lacks clear representation of the 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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"