Creative Challenge
"A flamingo skateboarding on a rainbow ramp under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#0B1026"/>
<stop offset="100%" style="stop-color:#2B3158"/>
</linearGradient>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF0000"/>
<stop offset="16.6%" style="stop-color:#FF9900"/>
<stop offset="33.3%" style="stop-color:#FFFF00"/>
<stop offset="50%" style="stop-color:#00FF00"/>
<stop offset="66.6%" style="stop-color:#0099FF"/>
<stop offset="83.3%" style="stop-color:#6633FF"/>
<stop offset="100%" style="stop-color:#FF00FF"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="30" r="1"/>
<circle cx="150" cy="40" r="1.5"/>
<circle cx="250" cy="50" r="1"/>
<circle cx="80" cy="60" r="1.2"/>
<circle cx="200" cy="25" r="1.3"/>
</g>
<!-- Moon -->
<path d="M220,40 A30,30 0 0 1 250,80 A25,25 0 0 0 220,40" fill="#FFF5D6"/>
<!-- Rainbow Ramp -->
<path d="M50,200 Q150,100 250,200" stroke="url(#rainbowGradient)" stroke-width="15" fill="none"/>
<!-- Flamingo -->
<g transform="translate(140,160) rotate(-15)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="25" ry="15" fill="#FF91C4"/>
<!-- Neck -->
<path d="M-5,-5 Q-15,-20 -10,-30 T-5,-40" stroke="#FF91C4" stroke-width="8" fill="none"/>
<!-- Head -->
<circle cx="-5" cy="-45" r="8" fill="#FF91C4"/>
<!-- Beak -->
<path d="M-8,-45 L-20,-42" stroke="#FF6B6B" stroke-width="3"/>
<!-- Legs -->
<line x1="10" y1="10" x2="20" y2="25" stroke="#FF91C4" stroke-width="3"/>
<!-- Skateboard -->
<rect x="-20" y="25" width="40" height="5" fill="#333"/>
<circle cx="-15" cy="30" r="3" fill="#666"/>
<circle cx="15" cy="30" r="3" fill="#666"/>
</g>
<!-- Motion Lines -->
<g stroke="#FFFFFF" stroke-width="2" opacity="0.5">
<line x1="90" y1="170" x2="110" y2="170"/>
<line x1="85" y1="180" x2="105" y2="180"/>
<line x1="80" y1="190" x2="100" y2="190"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0"/>
</radialGradient>
<linearGradient id="rampGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000"/>
<stop offset="14.28%" style="stop-color:#ffa500"/>
<stop offset="28.56%" style="stop-color:#ffff00"/>
<stop offset="42.84%" style="stop-color:#00ff00"/>
<stop offset="57.12%" style="stop-color:#0000ff"/>
<stop offset="71.4%" style="stop-color:#4b0082"/>
<stop offset="85.68%" style="stop-color:#8f00ff"/>
<stop offset="100%" style="stop-color:#ff0000"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<path d="M150 30 Q250 100 150 170 Q50 100 150 30" fill="none" stroke="#ffcccb" stroke-width="4">
<animate attributeName="d" dur="2s" repeatCount="indefinite" from="M150 30 Q250 100 150 170 Q50 100 150 30" to="M150 20 Q250 90 150 160 Q50 90 150 20"/>
</path>
<circle cx="150" cy="25" r="40" fill="url(#moonGrad)" filter="url(#glow)"/>
<g transform="translate(100,150)">
<path d="M0 0 Q50 -50 100 0 Q50 50 0 0" fill="url(#rampGrad)" filter="url(#glow)"/>
</g>
<g transform="translate(150,120)">
<path d="M0 0 Q20 -20 40 0 Q20 20 0 0" fill="#fff5e6" stroke="#ff9999" stroke-width="2"/>
<path d="M-20 20 L20 20 L30 30 L-30 30 Z" fill="#ff9999" stroke="#ff6666" stroke-width="2"/>
<path d="M0 0 Q-20 -20 -40 0 Q-20 20 0 0" fill="#fff5e6" stroke="#ff9999" stroke-width="2"/>
</g>
<g transform="translate(140,100)">
<rect x="-10" y="-20" width="20" height="40" rx="5" fill="#c0c0c0"/>
<rect x="-30" y="-10" width="60" height="20" rx="5" fill="#c0c0c0"/>
</g>
<g transform="translate(150,140)">
<circle cx="0" cy="0" r="15" fill="#ff9999"/>
<circle cx="0" cy="0" r="10" fill="#ffffff"/>
</g>
<g transform="translate(100,120)">
<circle cx="0" cy="0" r="15" fill="#ff9999"/>
<circle cx="0" cy="0" r="10" fill="#ffffff"/>
</g>
<g transform="translate(120,160)">
<rect x="-50" y="-10" width="100" height="20" rx="10" fill="#ff9999"/>
<rect x="-40" y="-5" width="80" height="10" rx="5" fill="#ffffff"/>
</g>
<g transform="translate(150,180)">
<circle cx="0" cy="0" r="80" fill="none" stroke="#ff9999" stroke-width="2" stroke-dasharray="20 20"/>
</g>
<g transform="translate(160,170)">
<circle cx="0" cy="0" r="5" fill="#ff9999"/>
</g>
<g transform="translate(140,170)">
<circle cx="0" cy="0" r="5" fill="#ff9999"/>
</g>
<g transform="translate(150,190)">
<path d="M-50 0 Q0 -50 50 0 Q0 50 -50 0" fill="none" stroke="#ff9999" stroke-width="2"/>
</g>
<g transform="translate(150,100)">
<circle cx="0" cy="0" r="20" fill="#ffffff" filter="url(#glow)"/>
<circle cx="0" cy="0" r="15" fill="#ff9999"/>
<circle cx="0" cy="0" r="10" fill="#ffffff"/>
</g>
<g transform="translate(150,200)">
<circle cx="0" cy="0" r="10" fill="#ff9999"/>
<circle cx="0" cy="0" r="5" fill="#ffffff"/>
</g>
<g transform="translate(150,220)">
<circle cx="0" cy="0" r="5" fill="#ff9999"/>
</g>
</svg>
Judge's Analysis
Player 1's submission directly addresses the prompt with a clear depiction of a flamingo on a skateboard using a rainbow ramp under a crescent moon.
The composition is simple yet effective, with a clear night sky theme.
Player 2's image, while abstract and creative, does not clearly represent the elements specified in the prompt, making it less effective in adhering to the idea.
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
"Snail race with snails wearing racing helmets on a checkered track"
"Astronaut on a unicycle juggling planets in space"
"A penguin juggling flaming snowballs on a unicycle"
"Shoe disco with dancing shoes wearing tiny sunglasses"
"Floating Island with Waterfall Clouds"
"Sunglasses-wearing cactus surfing a desert sand wave"