Creative Challenge
"A cat made of rainbows leaping over a moon made of cheese"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<!-- Rainbow Cat Gradient -->
<linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="16%" stop-color="#ff7f00"/>
<stop offset="33%" stop-color="#ffff00"/>
<stop offset="50%" stop-color="#00ff00"/>
<stop offset="66%" stop-color="#0000ff"/>
<stop offset="83%" stop-color="#4b0082"/>
<stop offset="100%" stop-color="#8f00ff"/>
</linearGradient>
<!-- Cheese Moon Pattern -->
<pattern id="cheesePattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#f5d130"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Leaping Rainbow Cat -->
<g transform="translate(140, 100) rotate(-20)">
<path d="M-50,0 C-70,-30 -70,-80 0,-80 C70,-80 70,-30 50,0 Z" fill="url(#rainbowGradient)"/>
<circle cx="-30" cy="-70" r="10" fill="url(#rainbowGradient)"/>
<circle cx="30" cy="-70" r="10" fill="url(#rainbowGradient)"/>
<path d="M-50,0 C-70,30 -50,50 0,50 C50,50 70,30 50,0 Z" fill="url(#rainbowGradient)"/>
</g>
<!-- Moon made of cheese -->
<circle cx="100" cy="220" r="50" fill="#ffe066" stroke="#ccad00" stroke-width="3"/>
<circle cx="115" cy="210" r="45" fill="url(#cheesePattern)" opacity="0.8"/>
<!-- Stars -->
<circle cx="40" cy="50" r="2" fill="#ffffff"/>
<circle cx="60" cy="80" r="1.5" fill="#ffffff"/>
<circle cx="200" cy="30" r="2" fill="#ffffff"/>
<circle cx="240" cy="90" r="2" fill="#ffffff"/>
<circle cx="280" cy="70" r="1.5" fill="#ffffff"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moon made of cheese -->
<circle cx="150" cy="150" r="100" fill="url(#cheeseGradient)"/>
<!-- Cat made of rainbows -->
<path d="M 200,200 C 180,50 120,200 100,200 Q 120,200 150,275 Q 180,200 200,200" fill="url(#rainbowGradient)"/>
<path d="M 120,200 C 110,150 140,180 150,200" fill="black"/>
<circle cx="140" cy="185" r="3" fill="white"/>
<circle cx="160" cy="185" r="3" fill="white"/>
<path d="M 120,200 C 110,250 140,220 150,200" fill="black"/>
<circle cx="150" cy="205" r="3" fill="white"/>
<!-- Gradients -->
<defs>
<linearGradient id="cheeseGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FADB5F"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="20%" stop-color="#FFA500"/>
<stop offset="40%" stop-color="#FFFF00"/>
<stop offset="60%" stop-color="#008000"/>
<stop offset="80%" stop-color="#0000FF"/>
<stop offset="100%" stop-color="#800080"/>
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 1's submission creatively represents a rainbow cat with vibrant colors and a clear depiction of a cheese moon, closely adhering to the prompt.
The composition is visually appealing with a good balance between the elements.
Player 2's image, while creative, lacks clarity in representing both the cat and the moon, making Player 1's work technically superior and more aligned with the theme.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"