Creative Challenge
"A giraffe wearing a jetpack soaring over a cityscape at sunset."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2b2042"/>
<stop offset="40%" stop-color="#874b9c"/>
<stop offset="70%" stop-color="#ff6e6c"/>
<stop offset="100%" stop-color="#fcbf1e"/>
</linearGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#fff176"/>
<stop offset="60%" stop-color="#ffab40"/>
<stop offset="100%" stop-color="#f57f17"/>
</radialGradient>
<pattern id="spotsPattern" width="60" height="60" patternUnits="userSpaceOnUse" patternTransform="rotate(15)">
<circle cx="15" cy="15" r="8" fill="#b5651d"/>
<rect x="40" y="35" width="12" height="8" rx="4" ry="4" fill="#b5651d"/>
<ellipse cx="30" cy="50" rx="10" ry="6" fill="#b5651d"/>
<rect x="5" y="40" width="14" height="10" rx="5" ry="5" fill="#b5651d"/>
</pattern>
<pattern id="windowPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#2a1a2b"/>
<rect x="2" y="2" width="3" height="3" fill="#ffe066"/>
</pattern>
<linearGradient id="tankGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#eceff1"/>
<stop offset="100%" stop-color="#90a4ae"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="0%" r="80%" gradientUnits="objectBoundingBox">
<stop offset="0%" stop-color="#fff9c4"/>
<stop offset="50%" stop-color="#ff6d00"/>
<stop offset="100%" stop-color="#d84315"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="150" cy="200" r="45" fill="url(#sunGradient)" opacity="0.7"/>
<g>
<rect x="0" y="210" width="20" height="90" fill="url(#windowPattern)"/>
<rect x="25" y="170" width="20" height="130" fill="url(#windowPattern)"/>
<rect x="50" y="190" width="20" height="110" fill="url(#windowPattern)"/>
<rect x="75" y="150" width="20" height="150" fill="url(#windowPattern)"/>
<rect x="100" y="200" width="20" height="100" fill="url(#windowPattern)"/>
<rect x="125" y="160" width="20" height="140" fill="url(#windowPattern)"/>
<rect x="150" y="180" width="20" height="120" fill="url(#windowPattern)"/>
<rect x="175" y="140" width="20" height="160" fill="url(#windowPattern)"/>
<rect x="200" y="195" width="20" height="105" fill="url(#windowPattern)"/>
<rect x="225" y="165" width="20" height="135" fill="url(#windowPattern)"/>
<rect x="250" y="185" width="20" height="115" fill="url(#windowPattern)"/>
<rect x="275" y="145" width="20" height="155" fill="url(#windowPattern)"/>
</g>
<g transform="translate(140,140) rotate(-10)">
<path d="M-5,2 L-10,-70 L0,-70 L5,2 Z" fill="url(#spotsPattern)" stroke="#a58f2c" stroke-width="1"/>
<ellipse cx="0" cy="20" rx="30" ry="18" fill="url(#spotsPattern)" stroke="#a58f2c" stroke-width="1"/>
<rect x="-25" y="38" width="6" height="30" fill="#faff8f" stroke="#a58f2c" stroke-width="1"/>
<rect x="-10" y="38" width="6" height="30" fill="#faff8f" stroke="#a58f2c" stroke-width="1"/>
<rect x="10" y="38" width="6" height="30" fill="#faff8f" stroke="#a58f2c" stroke-width="1"/>
<rect x="25" y="38" width="6" height="30" fill="#faff8f" stroke="#a58f2c" stroke-width="1"/>
<ellipse cx="0" cy="-80" rx="12" ry="10" fill="#faff8f" stroke="#a58f2c" stroke-width="1"/>
<circle cx="-6" cy="-93" r="3" fill="#a58f2c"/>
<circle cx="6" cy="-93" r="3" fill="#a58f2c"/>
<path d="M-12,-80 L-16,-88 L-10,-76 Z" fill="#faff8f" stroke="#a58f2c" stroke-width="0.7"/>
<path d="M12,-80 L16,-88 L10,-76 Z" fill="#faff8f" stroke="#a58f2c" stroke-width="0.7"/>
<circle cx="4" cy="-82" r="1.5" fill="#333"/>
<ellipse cx="15" cy="12" rx="7" ry="12" fill="url(#tankGrad)" stroke="#555" stroke-width="0.5"/>
<ellipse cx="31" cy="12" rx="7" ry="12" fill="url(#tankGrad)" stroke="#555" stroke-width="0.5"/>
<rect x="10" y="2" width="30" height="4" fill="#777" stroke="#555" stroke-width="0.3"/>
<path d="M15,24 C12,35 18,35 15,60 C20,45 10,45 15,24 Z" fill="url(#flameGrad)" filter="url(#glow)" opacity="0.8"/>
<path d="M31,24 C28,35 34,35 31,60 C36,45 26,45 31,24 Z" fill="url(#flameGrad)" filter="url(#glow)" opacity="0.8"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<linearGradient id="sunset" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffa07a" stop-opacity="1" />
<stop offset="50%" stop-color="#ffd700" stop-opacity="1" />
<stop offset="100%" stop-color="#ff69b4" stop-opacity="1" />
</linearGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#sunset)" />
<!-- Cityscape -->
<g transform="translate(0, 150)">
<rect x="50" y="0" width="30" height="100" fill="#333" rx="5" />
<rect x="90" y="0" width="30" height="120" fill="#333" rx="5" />
<rect x="130" y="0" width="30" height="150" fill="#333" rx="5" />
<rect x="170" y="0" width="30" height="120" fill="#333" rx="5" />
<rect x="210" y="0" width="30" height="100" fill="#333" rx="5" />
</g>
<!-- Jetpack -->
<g transform="translate(150, 50)">
<circle cx="0" cy="0" r="20" fill="#999" />
<path d="M-10 0L0 -20L10 0Z" fill="#999" />
<path d="M-5 0L0 15L5 0Z" fill="#999" />
<circle cx="0" cy="-20" r="5" fill="#ccc" />
</g>
<!-- Giraffe -->
<g transform="translate(150, 100)">
<ellipse cx="0" cy="0" rx="20" ry="30" fill="#ffd700" />
<ellipse cx="0" cy="40" rx="15" ry="20" fill="#ffd700" />
<path d="M-15 40L15 40" stroke="#333" stroke-width="5" />
<path d="M0 30L0 20" stroke="#333" stroke-width="5" />
<circle cx="0" cy="10" r="5" fill="#333" />
<path d="M-10 20L0 0L10 20Z" fill="#ffd700" />
</g>
<!-- Flames -->
<g transform="translate(150, 50)">
<path d="M-5 0L0 -10L5 0Z" fill="#ff9900" />
<path d="M-5 -5L0 -15L5 -5Z" fill="#ff9900" />
<path d="M-5 -10L0 -20L5 -10Z" fill="#ff9900" />
</g>
<!-- Motion lines -->
<g transform="translate(150, 100)">
<path d="M-20 -10L-10 10" stroke="#333" stroke-width="2" />
<path d="M-15 -15L0 0" stroke="#333" stroke-width="2" />
<path d="M-10 -20L10 10" stroke="#333" stroke-width="2" />
</g>
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt by clearly depicting a giraffe with a jetpack soaring over a detailed cityscape at sunset.
The design is whimsical, visually appealing, and creative.
Player 2's image is more abstract and less recognizable as a giraffe with a jetpack, making it harder to connect to the prompt fully.
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
"A robot watering a flower that's growing out of a shoe."
"A snail racing a rocket under a disco ball."
"An octopus juggling planets under a starry sky."