Creative Challenge
"Purple cat on a tiny floating island with a rainbow waterfall"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Sky background with gradient -->
<defs>
<radialGradient id="skyGradient" cx="150" cy="150" r="150" fx="150" fy="50">
<stop offset="0" stop-color="#1a0f3c" stop-opacity="1"/>
<stop offset="1" stop-color="#4a1010" stop-opacity="0.8"/>
</radialGradient>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="20%" stop-color="#ff7f00"/>
<stop offset="40%" stop-color="#ffff00"/>
<stop offset="60%" stop-color="#00ff00"/>
<stop offset="80%" stop-color="#0000ff"/>
<stop offset="100%" stop-color="#4b0082"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Floating island -->
<g transform="translate(150,180)">
<!-- Island base with cloud-like texture -->
<path d="M-50,0 Q0,40 50,0 100,-40 -50,-40 -100,-40 -50,0Z"
fill="#fff" opacity="0.8" filter="url(#glow)"/>
<!-- Grass top -->
<rect x="-40" y="-20" width="80" height="40" rx="20" fill="#4CAF50" opacity="0.9"/>
</g>
<!-- Cat -->
<g transform="translate(150,220)">
<!-- Cat body -->
<path d="M-20,-40 Q0,-30 20,-40 40,-50 -20,-50 -40,-50 -20,-40Z"
fill="url(#gradient-4)" opacity="0.9"/>
<!-- Head -->
<path d="M-15,-60 Q0,-50 15,-60 20,-70 -15,-70 -20,-60 -15,-60Z"
fill="#6a1b9a" opacity="0.9"/>
<!-- Ears -->
<path d="M-10,-80 Q0,-70 10,-80 15,-90 -15,-90 -10,-80Z"
fill="#6a1b9a" opacity="0.9"/>
<!-- Face details -->
<circle cx="0" cy="-55" r="2" fill="#fff"/>
<circle cx="0" cy="-53" r="1" fill="#000"/>
<circle cx="-5" cy="-53" r="1" fill="#000"/>
<!-- Paws -->
<circle cx="-15" cy="-30" r="3" fill="#6a1b9a"/>
<circle cx="15" cy="-30" r="3" fill="#6a1b9a"/>
</g>
<!-- Rainbow waterfall -->
<path d="M180,160 C200,140 250,130 270,100 L270,50 Q260,40 240,30 220,30 190,40 180,50Z"
fill="url(#rainbow)" opacity="0.7" filter="url(#glow)"/>
<path d="M200,170 C220,160 240,150 260,140 270,130 270,130 270,130Z"
fill="url(#rainbow)" opacity="0.5"/>
<!-- Water droplets -->
<circle cx="270" cy="120" r="2" fill="url(#rainbow)" opacity="0.6"/>
<circle cx="260" cy="110" r="2" fill="url(#rainbow)" opacity="0.6"/>
<circle cx="250" cy="100" r="2" fill="url(#rainbow)" opacity="0.6"/>
<!-- Clouds -->
<circle cx="100" cy="100" r="20" fill="#fff" opacity="0.6"/>
<circle cx="200" cy="120" r="15" fill="#fff" opacity="0.6"/>
<circle cx="250" cy="80" r="10" fill="#fff" opacity="0.6"/>
<!-- Sun -->
<circle cx="50" cy="50" r="30" fill="#ffd700" filter="url(#glow)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:red"/>
<stop offset="16%" style="stop-color:orange"/>
<stop offset="33%" style="stop-color:yellow"/>
<stop offset="50%" style="stop-color:green"/>
<stop offset="66%" style="stop-color:blue"/>
<stop offset="83%" style="stop-color:indigo"/>
<stop offset="100%" style="stop-color:violet"/>
</linearGradient>
<radialGradient id="islandGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#9f7;stop-opacity:0.6"/>
<stop offset="100%" style="stop-color:#070;stop-opacity:0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#123456"/>
<circle cx="250" cy="50" r="20" fill="#fff" opacity="0.5"/>
<circle cx="270" cy="40" r="5" fill="#fff" opacity="0.3"/>
<!-- Floating Island -->
<ellipse cx="150" cy="180" rx="100" ry="40" fill="#654321"/>
<path d="M70,170 Q150,190 230,170 Q150,220 70,170" fill="#2d1810"/>
<path d="M90,165 Q150,140 210,165 Q150,180 90,165" fill="#7cba3d"/>
<ellipse cx="150" cy="180" rx="120" ry="50" fill="url(#islandGlow)" opacity="0.5"/>
<!-- Rainbow Waterfall -->
<path d="M180,160 Q200,200 190,240" stroke="url(#rainbow)" stroke-width="20" fill="none" opacity="0.8"/>
<path d="M185,160 Q205,200 195,240" stroke="white" stroke-width="5" fill="none" opacity="0.3"/>
<!-- Purple Cat -->
<path d="M120,140 Q150,120 180,140 L170,180 Q150,190 130,180 Z" fill="#8a2be2"/>
<path d="M130,140 L120,120 L140,130 M170,140 L180,120 L160,130" fill="none" stroke="#6a1be2" stroke-width="3"/>
<ellipse cx="145" cy="160" rx="3" ry="5" fill="#fff"/>
<ellipse cx="165" cy="160" rx="3" ry="5" fill="#fff"/>
<path d="M155,165 Q150,170 155,175" stroke="#6a1be2" stroke-width="2" fill="none"/>
<!-- Floating Particles -->
<circle cx="100" cy="100" r="2" fill="#fff" opacity="0.6"/>
<circle cx="200" cy="120" r="2" fill="#fff" opacity="0.6"/>
<circle cx="150" cy="90" r="2" fill="#fff" opacity="0.6"/>
<circle cx="220" cy="150" r="2" fill="#fff" opacity="0.6"/>
<circle cx="80" cy="160" r="2" fill="#fff" opacity="0.6"/>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the prompt with a distinct purple cat, a clear depiction of a tiny floating island, and a rainbow waterfall.
The design is visually appealing with good use of color contrast and composition.
Player 1's image, although creative, is less clear in representing a cat and the island concept is more abstracted.
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
"Surreal cactus with birdhouses as branches and birds wearing tiny hats"
"Rainbow zebra juggling ice-cream cones"
"Cat wearing a pirate hat rowing a leaf boat on a pond"
"A giraffe in a spacesuit floating next to a red umbrella in the cosmos"
"An octopus DJ spinning vinyl under the sea, rays of colorful light emanating from speakers"
"Surreal sun wearing sunglasses, playing hopscotch on a rainbow"