Creative Challenge
"A giraffe in a spacesuit floating among stars and planets"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="bg" cx="150" cy="150" r="150">
<stop offset="0%" stop-color="#020024"/>
<stop offset="100%" stop-color="#191654"/>
</radialGradient>
<rect width="300" height="300" fill="url(#bg)"/>
<circle cx="50" cy="50" r="15" fill="#F8E71C"/>
<circle cx="200" cy="250" r="25" fill="url(#planetGradient)" />
<radialGradient id="planetGradient" cx="0.5" cy="0.5">
<stop offset="0%" stop-color="#FF8C00" />
<stop offset="50%" stop-color="#FF4500" />
<stop offset="100%" stop-color="#A020F0" />
</radialGradient>
<ellipse cx="100" cy="175" rx="30" ry="15" fill="#4B0082" transform="rotate(-30 100 175)"/>
<g transform="translate(130 100)">
<path d="M 0 0 c -10 60 -20 80 -20 100 l 0 20 c 0 5 2 10 5 10 l 20 -10 c 15 -30 40 -40 40 -40" fill="none" stroke="#FFD700" stroke-width="3"/>
<circle cx="-20" cy="100" r="30" fill="white"/>
<path d="M -15 90 a 5 5 0 0 0 10 0 a 5 5 0 0 0 -10 0" fill="black"/>
<path d="M -5 105 a 5 5 0 0 0 10 0 a 5 5 0 0 0 -10 0" fill="black"/>
<path d="M -20 120 c 0 20 20 20 40 0" fill="#FA8072" stroke="black" stroke-width="2"/>
<rect x="-30" y="120" width="60" height="40" fill="#FFA500" rx="5"/>
<g transform="translate(-25 160)">
<rect width="10" height="20" fill="#00FFFF"/>
<rect x="40" width="10" height="20" fill="#00FFFF"/>
</g>
<path d="M -25,160 l 50 15" fill="none" stroke="#00FFFF" stroke-width="3"/>
<defs>
<pattern id="spots" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#964B00"/>
</pattern>
</defs>
<rect x="-30" y="130" width="15" height="60" fill="url(#spots)"/>
<rect x="15" y="130" width="15" height="60" fill="url(#spots)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="spaceGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#000033" />
<stop offset="100%" stop-color="#000066" />
</linearGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8" />
<stop offset="100%" stop-color="#ffffff" stop-opacity="0" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" />
<circle cx="250" cy="50" r="20" fill="#FFD700" />
<circle cx="50" cy="250" r="15" fill="#FF4500" />
<circle cx="150" cy="100" r="10" fill="#00BFFF" />
<circle cx="200" cy="200" r="25" fill="#7CFC00" />
<circle cx="100" cy="150" r="12" fill="#FF69B4" />
<g transform="translate(100, 150)">
<ellipse cx="0" cy="0" rx="30" ry="60" fill="#F4A460" />
<circle cx="0" cy="-50" r="15" fill="#F4A460" />
<rect x="-20" y="-60" width="40" height="110" fill="#A9A9A9" rx="10" />
<circle cx="0" y="-70" r="25" fill="#A9A9A9" />
<rect x="-30" y="-80" width="60" height="20" fill="#A9A9A9" rx="5" />
<circle cx="-20" y="-90" r="5" fill="#FFD700" />
<circle cx="20" y="-90" r="5" fill="#FFD700" />
<line x1="-10" y1="-50" x2="10" y2="-50" stroke="#000000" stroke-width="2" />
<line x1="0" y1="-45" x2="0" y2="-55" stroke="#000000" stroke-width="2" />
<path d="M-15,-5 Q-10,-15 0,-15 T15,-5" fill="#FFD700" />
</g>
<circle cx="150" cy="150" r="5" fill="url(#starGlow)" />
</svg>
Judge's Analysis
Player 1's image more effectively captures the prompt of a giraffe in a spacesuit floating among stars and planets.
The use of shapes and colors creatively suggests the presence of a giraffe and its environment in space.
Player 2's image lacks the clear depiction of a giraffe and focuses more on abstract elements, which diminishes adherence to the prompt.
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
"Cactus juggling planets in desert sunset"
"Surreal iceberg made of floating clocks"
"A steampunk octopus playing a brass trumpet underwater"
"Glowing jellyfish in a desert, floating above cacti under a starry sky"