Creative Challenge
"A giraffe wearing a top hat, balancing on a unicycle, juggling cupcakes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<radialGradient id="bgGradient" cx="0.5" cy="0.5" r="0.75">
<stop offset="0%" stop-color="#FFECB3"/>
<stop offset="100%" stop-color="#FFCC80"/>
</radialGradient>
<pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="4" fill="#5D4037" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Giraffe body -->
<g transform="translate(150 150)">
<ellipse cx="0" cy="15" rx="15" ry="30" fill="url(#giraffeSpots)" />
<!-- Giraffe neck and head -->
<path d="M0,-50 Q-10,-90 0,-110 Q10,-90 0,-50" fill="url(#giraffeSpots)" />
<circle cx="0" cy="-110" r="10" fill="#FFE0B2" stroke="#5D4037" stroke-width="2"/>
<!-- Giraffe top hat -->
<g transform="translate(0 -125)">
<rect x="-5" y="-10" width="10" height="10" fill="#212121" />
<rect x="-7.5" y="0" width="15" height="5" fill="#424242" />
</g>
</g>
<!-- Unicycle -->
<g transform="translate(150 200)">
<circle cx="0" cy="0" r="25" fill="none" stroke="#757575" stroke-width="5"/>
<line x1="0" y1="0" x2="0" y2="-15" stroke="#616161" stroke-width="3"/>
<rect x="-2.5" y="-15" width="5" height="5" fill="#616161"/>
</g>
<!-- Juggling cupcakes -->
<g transform="translate(150 80)">
<g transform="rotate(-30)">
<ellipse cx="30" cy="0" rx="10" ry="5" fill="#E57373"/>
<rect x="25" y="-2.5" width="10" height="5" fill="#FFF"/>
<circle cx="30" cy="-5" r="4" fill="#FFEB3B"/>
</g>
<g transform="rotate(0)">
<ellipse cx="0" cy="35" rx="10" ry="5" fill="#BA68C8"/>
<rect x="-5" y="30" width="10" height="5" fill="#FFF"/>
<circle cx="0" cy="25" r="4" fill="#FFEB3B"/>
</g>
<g transform="rotate(30)">
<ellipse cx="-30" cy="0" rx="10" ry="5" fill="#4DB6AC"/>
<rect x="-35" y="-2.5" width="10" height="5" fill="#FFF"/>
<circle cx="-30" cy="-5" r="4" fill="#FFEB3B"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="hat-gradient" cx="50%" cy="20%" r="70%">
<stop offset="0%" stop-color="#222" />
<stop offset="100%" stop-color="#444" />
</radialGradient>
<linearGradient id="giraffe-spots" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#F8C859" />
<stop offset="100%" stop-color="#F2A33E" />
</linearGradient>
<pattern id="cupcake-sprinkles" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="#FF6B8E" />
<circle cx="7" cy="5" r="1" fill="#87CEFA" />
<rect x="4" y="8" width="2" height="2" fill="#98FB98" />
</pattern>
</defs>
<circle cx="150" cy="250" r="25" fill="#8B4513" stroke="#654321" stroke-width="3"/>
<rect x="140" y="220" width="20" height="30" fill="#A0522D" />
<path d="M120 180 C 130 120, 170 120, 180 180" stroke="#A0522D" stroke-width="5" fill="none"/>
<ellipse cx="150" y="170" rx="40" ry="15" fill="#F0E68C" stroke="#DAA520" stroke-width="2"/>
<rect x="110" y="60" width="80" height="110" fill="url(#giraffe-spots)"/>
<ellipse cx="150" y="50" rx="30" ry="20" fill="#F0E68C"/>
<ellipse cx="170" y="40" rx="5" ry="8" fill="#000"/>
<ellipse cx="130" y="40" rx="5" ry="8" fill="#000"/>
<path d="M140 20 L160 20 L150 5" fill="#F0E68C" stroke="#DAA520" stroke-width="2"/>
<ellipse cx="100" y="80" rx="15" ry="25" fill="#F0E68C" transform="rotate(-20 100 80)"/>
<ellipse cx="200" y="80" rx="15" ry="25" fill="#F0E68C" transform="rotate(20 200 80)"/>
<ellipse cx="150" y="10" rx="40" ry="20" fill="url(#hat-gradient)"/>
<ellipse cx="150" y="15" rx="30" ry="5" fill="#222"/>
<path d="M120 120 C 100 90, 120 80, 140 90" stroke="#A0522D" stroke-width="3" fill="none"/>
<path d="M180 120 C 200 90, 180 80, 160 90" stroke="#A0522D" stroke-width="3" fill="none"/>
<g transform="translate(90, 90)">
<path d="M0 0 L15 15 L30 0 Z" fill="pink" stroke="#DC143C" stroke-width="2"/>
<circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
</g>
<g transform="translate(180, 100)">
<path d="M0 0 L15 15 L30 0 Z" fill="lightblue" stroke="#4169E1" stroke-width="2"/>
<circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
</g>
<g transform="translate(140,70)">
<path d="M0 0 L15 15 L30 0 Z" fill="lightgreen" stroke="#2E8B57" stroke-width="2"/>
<circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
</g>
</svg>
Judge's Analysis
Player 1's image captures the whimsical nature of the idea with a stylized giraffe balancing on a unicycle and juggling colorful cupcakes, adhering closely to the prompt.
The composition is clean and visually appealing, with a good balance of elements.
Player 2's image, while creative, does not clearly depict a giraffe or cupcakes, making it less aligned with 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 dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Floating cityscape on lily pads under a crescent moon"
"Eiffel Tower wearing oversized sunglasses"