Creative Challenge
"A giraffe in space juggling planets with an astronaut watching from a nearby comet."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#2E4053"/>
<!-- Stars -->
<g>
<circle cx="20" cy="40" r="2" fill="#FFFFFF" opacity="0.8"/>
<circle cx="120" cy="120" r="3" fill="#FFFFFF" opacity="0.8"/>
<circle cx="250" cy="60" r="2" fill="#FFFFFF" opacity="0.8"/>
<circle cx="180" cy="200" r="3" fill="#FFFFFF" opacity="0.8"/>
<circle cx="80" cy="280" r="2" fill="#FFFFFF" opacity="0.8"/>
</g>
<!-- Comet -->
<g transform="translate(220, 100)">
<path d="M 0 0 L -20 50 L 20 50 Z" fill="#FFC67D"/>
<path d="M 0 50 L -10 80 L 10 80 Z" fill="#FFC67D" opacity="0.8"/>
<circle cx="0" cy="50" r="10" fill="#FF69B4" opacity="0.8"/>
</g>
<!-- Astronaut -->
<g transform="translate(240, 120)">
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<path d="M -5 -10 L 5 -10 L 0 -20 Z" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<path d="M -5 10 L 5 10 L 0 20 Z" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
</g>
<!-- Giraffe -->
<g transform="translate(100, 150)">
<path d="M 0 -50 L -20 0 L 20 0 Z" fill="#FFA07A" stroke="#000000" stroke-width="2"/>
<path d="M -20 0 L -30 50 L -10 50 Z" fill="#FFA07A" stroke="#000000" stroke-width="2"/>
<path d="M 20 0 L 30 50 L 10 50 Z" fill="#FFA07A" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="10" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<path d="M 0 10 L -10 20 L 10 20 Z" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
</g>
<!-- Planets -->
<g>
<circle cx="50" cy="100" r="20" fill="#87CEEB" stroke="#000000" stroke-width="2"/>
<circle cx="150" cy="50" r="15" fill="#FFC080" stroke="#000000" stroke-width="2"/>
<circle cx="200" cy="150" r="25" fill="#8B9467" stroke="#000000" stroke-width="2"/>
</g>
<!-- Juggling -->
<g>
<path d="M 100 150 L 50 100" stroke="#000000" stroke-width="2" stroke-dasharray="5, 5"/>
<path d="M 100 150 L 150 50" stroke="#000000" stroke-width="2" stroke-dasharray="5, 5"/>
<path d="M 100 150 L 200 150" stroke="#000000" stroke-width="2" stroke-dasharray="5, 5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="nebula1">
<stop offset="0%" stop-color="#ff00ff" stop-opacity="0.3"/>
<stop offset="50%" stop-color="#00ffff" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#0000ff" stop-opacity="0.1"/>
</radialGradient>
<radialGradient id="nebula2">
<stop offset="0%" stop-color="#ffaa00" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#ff0066" stop-opacity="0.1"/>
</radialGradient>
<linearGradient id="planet1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6b6b"/>
<stop offset="50%" stop-color="#ff3333"/>
<stop offset="100%" stop-color="#cc0000"/>
</linearGradient>
<linearGradient id="planet2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4ecdc4"/>
<stop offset="50%" stop-color="#44a3aa"/>
<stop offset="100%" stop-color="#2a7f86"/>
</linearGradient>
<linearGradient id="planet3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f7b731"/>
<stop offset="50%" stop-color="#f39c12"/>
<stop offset="100%" stop-color="#d68910"/>
</linearGradient>
<linearGradient id="giraffeBody" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffd89b"/>
<stop offset="100%" stop-color="#f5b461"/>
</linearGradient>
<pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="6" fill="#8b4513" opacity="0.8"/>
</pattern>
<radialGradient id="cometGrad">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="30%" stop-color="#e6f3ff"/>
<stop offset="100%" stop-color="#99ccff" stop-opacity="0.3"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Space background -->
<rect width="300" height="300" fill="#000033"/>
<ellipse cx="100" cy="100" rx="150" ry="100" fill="url(#nebula1)" transform="rotate(25 150 150)"/>
<ellipse cx="200" cy="200" rx="100" ry="80" fill="url(#nebula2)" transform="rotate(-30 150 150)"/>
<!-- Stars -->
<circle cx="40" cy="30" r="1" fill="white" filter="url(#glow)"/>
<circle cx="80" cy="50" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="250" cy="40" r="1" fill="white" filter="url(#glow)"/>
<circle cx="270" cy="80" r="0.8" fill="white" filter="url(#glow)"/>
<circle cx="30" cy="120" r="1.2" fill="white" filter="url(#glow)"/>
<circle cx="280" cy="150" r="1" fill="white" filter="url(#glow)"/>
<circle cx="60" cy="250" r="0.8" fill="white" filter="url(#glow)"/>
<circle cx="220" cy="280" r="1.3" fill="white" filter="url(#glow)"/>
<!-- Comet -->
<g transform="translate(220, 60)">
<ellipse cx="0" cy="0" rx="35" ry="20" fill="url(#cometGrad)" transform="rotate(-30)"/>
<path d="M-20,0 Q-40,-5 -60,-15 Q-40,5 -20,0" fill="#99ccff" opacity="0.5"/>
<path d="M-20,0 Q-35,0 -55,0 Q-35,0 -20,0" fill="#ccddff" opacity="0.3"/>
</g>
<!-- Astronaut on comet -->
<g transform="translate(215, 55)">
<ellipse cx="0" cy="-5" rx="8" ry="10" fill="white"/>
<circle cx="0" cy="-12" r="6" fill="#e6e6e6" stroke="#999" stroke-width="0.5"/>
<rect x="-2" y="-14" width="4" height="6" rx="2" fill="#4169e1" opacity="0.7"/>
<circle cx="-2" cy="-12" r="1" fill="black"/>
<circle cx="2" cy="-12" r="1" fill="black"/>
<path d="M-8,-5 L-10,0 M8,-5 L10,0" stroke="#ccc" stroke-width="1.5" stroke-linecap="round"/>
<path d="M-5,5 L-6,10 M5,5 L6,10" stroke="#ccc" stroke-width="1.5" stroke-linecap="round"/>
</g>
<!-- Giraffe -->
<g transform="translate(120, 180)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#giraffeBody)"/>
<ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#giraffeSpots)" opacity="0.6"/>
<!-- Neck -->
<rect x="-12" y="-60" width="24" height="65" fill="url(#giraffeBody)" rx="12"/>
<rect x="-12" y="-60" width="24" height="65" fill="url(#giraffeSpots)" opacity="0.6" rx="12"/>
<!-- Head -->
<ellipse cx="0" cy="-70" rx="15" ry="20" fill="url(#giraffeBody)"/>
<ellipse cx="0" cy="-70" rx="15" ry="20" fill="url(#giraffeSpots)" opacity="0.6"/>
<!-- Ears -->
<ellipse cx="-10" cy="-85" rx="4" ry="8" fill="#f5b461" transform="rotate(-20 -10 -85)"/>
<ellipse cx="10" cy="-85" rx="4" ry="8" fill="#f5b461" transform="rotate(20 10 -85)"/>
<!-- Horns -->
<circle cx="-5" cy="-88" r="3" fill="#8b4513"/>
<circle cx="5" cy="-88" r="3" fill="#8b4513"/>
<!-- Eyes -->
<circle cx="-6" cy="-72" r="3" fill="black"/>
<circle cx="6" cy="-72" r="3" fill="black"/>
<circle cx="-5" cy="-73" r="1" fill="white"/>
<circle cx="7" cy="-73" r="1" fill="white"/>
<!-- Space helmet -->
<ellipse cx="0" cy="-70" rx="22" ry="26" fill="none" stroke="#99ccff" stroke-width="2" opacity="0.6"/>
<ellipse cx="0" cy="-70" rx="22" ry="26" fill="#e6f3ff" opacity="0.1"/>
<!-- Legs -->
<rect x="-20" y="30" width="8" height="35" fill="url(#giraffeBody)" rx="4"/>
<rect x="-8" y="30" width="8" height="35" fill="url(#giraffeBody)" rx="4"/>
<rect x="0" y="30" width="8" height="35" fill="url(#giraffeBody)" rx="4"/>
<rect x="12" y="30" width="8" height="35" fill="url(#giraffeBody)" rx="4"/>
</g>
<!-- Juggling planets -->
<circle cx="80" cy="90" r="15" fill="url(#planet1)" filter="url(#glow)">
<animateTransform attributeName="transform" type="rotate" from="0 80 90" to="360 80 90" dur="8s" repeatCount="indefinite"/>
</circle>
<circle cx="160" cy="70" r="12" fill="url(#planet2)" filter="url(#glow)">
<animateTransform attributeName="transform" type="rotate" from="0 160 70" to="-360 160 70" dur="6s" repeatCount="indefinite"/>
</circle>
<circle cx="130" cy="50" r="10" fill="url(#planet3)" filter="url(#glow)">
<animateTransform attributeName="transform" type="rotate" from="0 130 50" to="360 130 50" dur="5s" repeatCount="indefinite"/>
</circle>
<!-- Planet details -->
<g>
<circle cx="80" cy="90" r="15" fill="none" stroke="#ff9999" stroke-width="0.5" stroke-dasharray="2,2" opacity="0.5"/>
<path d="M65,90 Q80,88 95,90" fill="none" stroke="#ffcccc" stroke-width="1" opacity="0.7"/>
</g>
<g>
<circle cx="160" cy="70" r="12" fill="none" stroke="#66cccc" stroke-width="0.5" stroke-dasharray="3,1" opacity="0.5"/>
</g>
<g>
<ellipse cx="130" cy="50" rx="18" ry="3" fill="none" stroke="#ffcc66" stroke-width="1" opacity="0.6"/>
</g>
<!-- Motion lines -->
<path d="M80,90 Q100,100 120,110" fill="none" stroke="white" stroke-width="1" opacity="0.3" stroke-dasharray="2,3"/>
<path d="M160,70 Q140,90 120,110" fill="none" stroke="white" stroke-width="1" opacity="0.3" stroke-dasharray="2,3"/>
<path d="M130,50 Q125,80 120,110" fill="none" stroke="white" stroke-width="1" opacity="0.3" stroke-dasharray="2,3"/>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing, technically polished, and adheres to the prompt more effectively.
The giraffe, planets, and astronaut are clearly depicted with vibrant colors and a cohesive composition, making the concept come alive.
Player 1's submission, while creative and minimalist, lacks the clarity and detail necessary to fully convey the idea of a giraffe juggling planets in space with an astronaut observing.
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.