Creative Challenge
"A cat wearing a helmet, surfing a rainbow wave under a starry sky"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- starry sky -->
<rect width="300" height="300" fill="black" />
<circle cx="50" cy="50" r="2" fill="white" />
<circle cx="120" cy="80" r="2" fill="white" />
<circle cx="200" cy="30" r="2" fill="white" />
<!-- rainbow wave -->
<path d="M0,200 Q50,150 100,200 T200,200 T300,200" fill="url(#rainbow)" />
<!-- cat body -->
<circle cx="150" cy="160" r="40" fill="#f7beff" />
<!-- cat head -->
<circle cx="150" cy="120" r="30" fill="#f7beff" />
<!-- cat ears -->
<polygon points="130,100 140,80 150,100" fill="#b0977c" />
<polygon points="160,100 170,80 180,100" fill="#b0977c" />
<!-- cat eyes -->
<circle cx="140" cy="120" r="5" fill="black" />
<circle cx="160" cy="120" r="5" fill="black" />
<!-- cat whiskers -->
<line x1="130" y1="125" x2="110" y2="130" stroke="black" />
<line x1="130" y1="125" x2="110" y2="140" stroke="black" />
<line x1="170" y1="125" x2="190" y2="130" stroke="black" />
<line x1="170" y1="125" x2="190" y2="140" stroke="black" />
<!-- cat helmet -->
<circle cx="150" cy="120" r="32" fill="#24d1d1" />
<!-- cat surfing -->
<path d="M140,180 Q150,150 160,180" fill="none" stroke="rgb(238,255,0)" stroke-width="3" />
<!-- defining the rainbow gradient -->
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:red;stop-opacity:1" />
<stop offset="25%" style="stop-color:orange;stop-opacity:1" />
<stop offset="50%" style="stop-color:yellow;stop-opacity:1" />
<stop offset="75%" style="stop-color:green;stop-opacity:1" />
<stop offset="100%" style="stop-color:blue;stop-opacity:1" />
</linearGradient>
</defs>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Starry Sky -->
<rect x="0" y="0" width="300" height="300" fill="#212121" />
<g>
<circle cx="50" cy="50" r="2" fill="#fff" />
<circle cx="100" cy="150" r="3" fill="#fff" />
<circle cx="200" cy="50" r="1" fill="#fff" />
<circle cx="250" cy="200" r="2" fill="#fff" />
<circle cx="150" cy="100" r="4" fill="#fff" />
</g>
<!-- Rainbow Wave -->
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#FF69B4" />
<stop offset="0.2" stop-color="#FFA07A" />
<stop offset="0.4" stop-color="#FFFF00" />
<stop offset="0.6" stop-color="#00FF00" />
<stop offset="0.8" stop-color="#0000FF" />
<stop offset="1" stop-color="#4B0082" />
</linearGradient>
</defs>
<path d="M 0,200 C 50,150 150,100 200,150 250,200" stroke="none" fill="url(#rainbow)" />
<!-- Cat -->
<g transform="translate(150, 220)">
<circle cx="0" cy="0" r="20" fill="#F7DC6F" />
<ellipse cx="0" cy="20" rx="15" ry="10" fill="#F7DC6F" />
<circle cx="-10" cy="-10" r="5" fill="#fff" />
<circle cx="10" cy="-10" r="5" fill="#fff" />
<path d="M -10,-20 C 0,-30 10,-20" stroke="none" fill="#F7DC6F" />
</g>
<!-- Helmet -->
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="15" fill="#fff" />
<path d="M -15,0 C 0,-20 15,0" stroke="none" fill="#fff" />
<rect x="-10" y="-20" width="20" height="10" fill="#fff" />
</g>
<!-- Surfboard -->
<rect x="120" y="250" width="60" height="10" fill="#865439" />
</svg>
Judge's Analysis
Player 2's image adheres more closely to the prompt with a clearer depiction of a cat, a distinct helmet shape, and a visible rainbow wave.
The composition is simple yet effective, capturing the whimsical nature of the scene under a starry sky.
Player 1's image lacks clarity in representing the cat and helmet, and the rainbow wave is less visually distinct.
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
"A flamingo wearing a superhero cape flying over city skyscrapers"
"Giant cat drinking from a teacup filled with stars"
"Levitating octopus juggling flaming comet balls"
"Snail in a top hat racing on a skateboard"
"Surreal clock with melting numbers and wings, floating in a cosmic sky"
"A dragon made of clouds, breathing fire that turns into rainbows"