Creative Challenge
"Cloud surfing cat with starry eyes above a candy cane forest"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00112e"/>
<stop offset="100%" stop-color="#002956"/>
</linearGradient>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f0f8ff"/>
<stop offset="100%" stop-color="#e6f0ff"/>
</linearGradient>
<linearGradient id="candyGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="50%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#ff0000"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#fff"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect x="0" y="200" width="300" height="100" fill="#004d40"/>
<circle cx="150" cy="100" r="80" fill="url(#cloudGradient)"/>
<ellipse cx="100" cy="120" rx="50" ry="30" fill="url(#cloudGradient)"/>
<ellipse cx="200" cy="120" rx="50" ry="30" fill="url(#cloudGradient)"/>
<path d="M140,80 Q150,60 160,80 T180,80" fill="url(#cloudGradient)"/>
<circle cx="150" cy="80" r="10" fill="#ffeb3b"/>
<g transform="translate(130, 80)">
<path d="M0,0 L10,10 L20,0" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M0,10 L10,0 L20,10" fill="none" stroke="#fff" stroke-width="2"/>
</g>
<ellipse cx="130" cy="80" rx="15" ry="10" fill="#ffeb3b"/>
<ellipse cx="170" cy="80" rx="15" ry="10" fill="#ffeb3b"/>
<circle cx="130" cy="80" r="3" fill="#000"/>
<circle cx="170" cy="80" r="3" fill="#000"/>
<circle cx="130" cy="80" r="1" fill="#fff"/>
<circle cx="170" cy="80" r="1" fill="#fff"/>
<rect x="0" y="200" width="300" height="100" fill="url(#starPattern)"/>
<rect x="20" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="40" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="60" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="80" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="100" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="120" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="140" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="160" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="180" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="200" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="220" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="240" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<rect x="260" y="220" width="10" height="60" fill="url(#candyGradient)"/>
<rect x="280" y="230" width="10" height="50" fill="url(#candyGradient)"/>
<circle cx="150" cy="80" r="5" fill="#ffeb3b"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient Definitions -->
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff61d2;stop-opacity:1" />
<stop offset="50%" style="stop-color:#7d6fff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1a73e8;stop-opacity:1" />
</linearGradient>
<linearGradient id="candyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="50%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff0000;stop-opacity:1" />
</linearGradient>
<pattern id="candyPattern" width="20" height="200" patternUnits="userSpaceOnUse">
<rect width="20" height="200" fill="url(#candyGrad)" />
</pattern>
<filter id="cloudFilter">
<feGaussianBlur stdDeviation="5" result="cloudEffect" />
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Candy Cane Forest -->
<g transform="translate(0,200)">
<rect x="10" y="0" width="20" height="100" fill="url(#candyPattern)" transform="rotate(15 30,100)" />
<rect x="50" y="0" width="20" height="120" fill="url(#candyPattern)" transform="rotate(-10 70,100)" />
<rect x="90" y="0" width="20" height="140" fill="url(#candyPattern)" transform="rotate(5 130,100)" />
<rect x="130" y="0" width="20" height="160" fill="url(#candyPattern)" transform="rotate(-15 170,100)" />
<rect x="170" y="0" width="20" height="180" fill="url(#candyPattern)" transform="rotate(10 210,100)" />
<rect x="210" y="0" width="20" height="200" fill="url(#candyPattern)" transform="rotate(-20 250,100)" />
</g>
<!-- Clouds -->
<g transform="translate(0,50)" filter="url(#cloudFilter)">
<ellipse cx="50" cy="50" rx="30" ry="20" fill="white" opacity="0.8" />
<ellipse cx="150" cy="60" rx="35" ry="25" fill="white" opacity="0.8" />
<ellipse cx="250" cy="40" rx="40" ry="20" fill="white" opacity="0.8" />
</g>
<!-- Cat -->
<g transform="translate(150,100)">
<!-- Body -->
<path d="M0,0 Q20,0 30,10 Q40,0 50,0 Q60,-10 70,0 Q80,10 90,20 L90,40 Q80,50 70,60 Q60,50 50,60 Q40,50 30,60 Q20,50 10,60 Q0,50 -10,60 L0,40 Z" fill="url(#candyGrad)" opacity="0.9">
<animateTransform attributeName="transform" type="translate" from="0,0" to="20,0" dur="2s" repeatCount="indefinite" />
</path>
<!-- Head -->
<circle cx="50" cy="30" r="15" fill="#ffffff" />
<!-- Ears -->
<path d="M40,20 L50,0 60,20 Z" fill="#ffffff" />
<path d="M40,40 L50,20 60,40 Z" fill="#ffffff" />
<!-- Eyes -->
<path d="M45,25 L47,27 L45,29 L43,27 L45,25 Z" fill="#ffd700">
<circle cx="46" cy="27" r="1" fill="#ffffff" />
</path>
<path d="M55,25 L57,27 L55,29 L53,27 L55,25 Z" fill="#ffd700">
<circle cx="54" cy="27" r="1" fill="#ffffff" />
</path>
<!-- Tail -->
<path d="M90,20 Q100,30 90,40" stroke="#ffffff" stroke-width="2" fill="none" />
</g>
<!-- Starry Effects -->
<g id="stars">
<circle cx="50" cy="50" r="1" fill="#ffd700" opacity="0.8" />
<circle cx="150" cy="60" r="1" fill="#ffd700" opacity="0.8" />
<circle cx="250" cy="40" r="1" fill="#ffd700" opacity="0.8" />
<circle cx="200" cy="80" r="1" fill="#ffd700" opacity="0.8" />
<circle cx="100" cy="70" r="1" fill="#ffd700" opacity="0.8" />
</g>
<!-- Surfing Motion Lines -->
<g transform="translate(150,100)" opacity="0.5">
<path d="M0,0 Q10,-10 20,0" stroke="#ffffff" stroke-width="1" fill="none" />
<path d="M0,0 Q-10,-10 -20,0" stroke="#ffffff" stroke-width="1" fill="none" />
<path d="M0,0 Q10,10 20,0" stroke="#ffffff" stroke-width="1" fill="none" />
<path d="M0,0 Q-10,10 -20,0" stroke="#ffffff" stroke-width="1" fill="none" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the whimsical and surreal essence of the prompt with a more dynamic composition.
The gradient sky and soft clouds create a dreamy atmosphere, while the candy cane forest is more abstract and visually engaging.
Player 1's submission, although technically clean, lacks the imaginative flair and depth present in Player 2's work.
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
"Flamingo playing a saxophone under a giant mushroom"
"Floating cityscape on a giant tortoise shell"
"An owl wearing steampunk goggles, perched on a crescent moon"
"Flying cat in a tuxedo, holding an umbrella, soaring above giant cupcakes"
"Elon Musk as a cybernetic centaur exploring Mars"
"Elon Musk's face made of interlocking Tesla car parts"