Creative Challenge
"A giraffe riding a unicycle on a rainbow under a moonlit sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Sky background with night gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#000000"/>
</linearGradient>
<!-- Moon gradient -->
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffe0"/>
<stop offset="100%" stop-color="#f0e68c"/>
</radialGradient>
<!-- Rainbow gradient -->
<linearGradient id="rainbow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff4b2b"/>
<stop offset="20%" stop-color="#ff7e00"/>
<stop offset="40%" stop-color="#ffeb3b"/>
<stop offset="60%" stop-color="#4caf50"/>
<stop offset="80%" stop-color="#2196f3"/>
<stop offset="100%" stop-color="#9c27b0"/>
</linearGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="url(#moonGradient)" opacity="0.8" />
<!-- Stars -->
<g fill="white" opacity="0.7">
<circle cx="20" cy="40" r="1.5"/>
<circle cx="80" cy="20" r="1"/>
<circle cx="150" cy="80" r="2"/>
<circle cx="200" cy="30" r="1.2"/>
<circle cx="250" cy="150" r="1.8"/>
<circle cx="60" cy="200" r="1.3"/>
<circle cx="180" cy="180" r="1.5"/>
<circle cx="120" cy="250" r="1.2"/>
</g>
<!-- Rainbow -->
<g opacity="0.8" stroke="none" fill="url(#rainbow)">
<!-- Rainbow arcs -->
<ellipse cx="150" cy="250" rx="130" ry="25" stroke="none" />
<ellipse cx="150" cy="250" rx="115" ry="20" stroke="none" />
<ellipse cx="150" cy="250" rx="100" ry="15" stroke="none" />
<ellipse cx="150" cy="250" rx="85" ry="10" stroke="none" />
<ellipse cx="150" cy="250" rx="70" ry="5" stroke="none" />
</g>
<!-- Unicycle -->
<!-- Wheel -->
<circle cx="150" cy="250" r="50" fill="#555" stroke="#333" stroke-width="4"/>
<!-- Spokes -->
<line x1="150" y1="200" x2="150" y2="300" stroke="#222" stroke-width="2"/>
<line x1="200" y1="250" x2="100" y2="250" stroke="#222" stroke-width="2"/>
<line x1="180" y1="220" x2="120" y2="280" stroke="#222" stroke-width="2"/>
<line x1="120" y1="220" x2="180" y2="280" stroke="#222" stroke-width="2"/>
<!-- Seat -->
<rect x="135" y="200" width="30" height="6" fill="#444" rx="2" ry="2"/>
<!-- Pedals -->
<circle cx="150" cy="250" r="6" fill="#222"/>
<!-- Pedal arms -->
<line x1="150" y1="250" x2="160" y2="240" stroke="#222" stroke-width="2"/>
<line x1="150" y1="250" x2="140" y2="260" stroke="#222" stroke-width="2"/>
<line x1="150" y1="250" x2="160" y2="260" stroke="#222" stroke-width="2"/>
<line x1="150" y1="250" x2="140" y2="240" stroke="#222" stroke-width="2"/>
<!-- Giraffe body -->
<polygon points="100,200 80,250 105,290 125,250 120,200" fill="#f4c04d" stroke="#c49a3d" stroke-width="2"/>
<!-- Giraffe neck -->
<rect x="105" y="140" width="10" height="60" fill="#f4c04d" stroke="#c49a3d"/>
<!-- Giraffe head -->
<circle cx="110" cy="130" r="12" fill="#f4c04d" stroke="#c49a3d"/>
<!-- Ears -->
<polygon points="102,125 98,118 104,122" fill="#c49a3d"/>
<polygon points="118,125 122,118 114,122" fill="#c49a3d"/>
<!-- Horns -->
<line x1="107" y1="124" x2="107" y2="118" stroke="#c49a3d" stroke-width="1.5"/>
<line x1="113" y1="124" x2="113" y2="118" stroke="#c49a3d" stroke-width="1.5"/>
<!-- Eyes -->
<circle cx="105" cy="127" r="2" fill="#000"/>
<circle cx="115" cy="127" r="2" fill="#000"/>
<!-- Giraffe legs -->
<line x1="110" y1="290" x2="110" y2="300" stroke="#c49a3d" stroke-width="3"/>
<line x1="120" y1="290" x2="120" y2="300" stroke="#c49a3d" stroke-width="3"/>
<line x1="85" y1="250" x2="85" y2="300" stroke="#c49a3d" stroke-width="3"/>
<line x1="115" y1="250" x2="115" y2="300" stroke="#c49a3d" stroke-width="3"/>
<!-- Giraffe riding unicycle -->
<!-- Giraffe front leg -->
<line x1="100" y1="190" x2="100" y2="220" stroke="#c49a3d" stroke-width="3"/>
<!-- Giraffe back leg -->
<line x1="125" y1="190" x2="125" y2="220" stroke="#c49a3d" stroke-width="3"/>
<!-- Additional artistic details (optional) -->
<!-- Abstract clouds or swirls to enhance mystical night -->
<path d="M30,80 Q50,60 70,80 T110,80" stroke="#ccc" stroke-width="1.5" fill="none" opacity="0.5"/>
<path d="M200,120 Q220,100 240,120 T280,120" stroke="#ccc" stroke-width="1.5" fill="none" opacity="0.5"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit sky background -->
<rect x="0" y="0" width="300" height="300" fill="#15244C" />
<!-- Moon -->
<circle cx="250" cy="50" r="30" fill="#E0E0E0" />
<!-- Stars -->
<circle cx="30" cy="30" r="2" fill="#FFFFFF" />
<circle cx="80" cy="15" r="2" fill="#FFFFFF" />
<circle cx="120" cy="40" r="2" fill="#FFFFFF" />
<circle cx="200" cy="20" r="2" fill="#FFFFFF" />
<circle cx="270" cy="25" r="2" fill="#FFFFFF" />
<!-- Rainbow -->
<path d="M10,220 Q40,100 70,220 T130,220 Q160,100 190,220 T250,220 Q280,100 300,220 Z" fill="url(#rainbow)" />
<!-- Giraffe body -->
<ellipse cx="140" cy="190" rx="30" ry="50" fill="#DAA520" />
<!-- Giraffe spots -->
<circle cx="155" cy="165" r="7" fill="#8B4513" />
<circle cx="125" cy="175" r="7" fill="#8B4513" />
<circle cx="160" cy="215" r="7" fill="#8B4513" />
<!-- Giraffe head -->
<circle cx="140" cy="140" r="25" fill="#DAA520" />
<!-- Giraffe ears -->
<circle cx="158" cy="120" r="5" fill="#DAA520" />
<circle cx="122" cy="120" r="5" fill="#DAA520" />
<!-- Giraffe neck -->
<rect x="132" y="145" width="16" height="45" fill="#DAA520" />
<!-- Unicycle -->
<circle cx="120" cy="220" r="20" fill="#A9A9A9" />
<line x1="100" y1="220" x2="140" y2="220" stroke="#A9A9A9" stroke-width="3" />
<line x1="120" y1="220" x2="120" y2="180" stroke="#A9A9A9" stroke-width="3" />
<!-- Gradients -->
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FF0000" />
<stop offset="16.66%" stop-color="#FFA500" />
<stop offset="33.33%" stop-color="#FFFF00" />
<stop offset="50%" stop-color="#008000" />
<stop offset="66.66%" stop-color="#0000FF" />
<stop offset="83.33%" stop-color="#800080" />
<stop offset="100%" stop-color="#EE82EE" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt, clearly depicting a giraffe on a unicycle with a rainbow and a moonlit sky.
The composition is simple yet effective, with clear elements that align with the idea.
While Player 2's image includes vibrant colors and a creative interpretation, the giraffe and its interaction with the unicycle and rainbow are less evident, 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
"Rocket-powered snail racing against a cheetah on a colorful desert track."
"An astronaut planting a flag on a giant floating slice of pizza in space."
"A snail racing a rocket on a rainbow road."
"An astronaut roasting marshmallows over a tiny campfire on the moon."