Creative Challenge
"A cat wearing a fish tank as a helmet, gazing at the moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#0D1B2A"/>
<stop offset="100%" stop-color="#1B263B"/>
</linearGradient>
<linearGradient id="tankGradient" x1="0" y1="170" x2="0" y2="230">
<stop offset="0%" stop-color="#a8eaff"/>
<stop offset="100%" stop-color="#70c7e0"/>
</linearGradient>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#f0e68c"/>
</radialGradient>
<mask id="helmetMask">
<rect x="0" y="0" width="300" height="300" fill="white"/>
<ellipse cx="140" cy="205" rx="6" ry="8" fill="black"/>
<ellipse cx="160" cy="205" rx="6" ry="8" fill="black"/>
</mask>
<clipPath id="helmetClip">
<path d="M115,170 Q150,165 185,170 L185,230 Q150,235 115,230 Z"/>
</clipPath>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<circle cx="250" cy="50" r="30" fill="url(#moonGradient)"/>
<circle cx="150" cy="210" r="40" fill="#A9A9A9" stroke="black" stroke-width="2"/>
<polygon points="145,215 150,220 155,215" fill="pink" stroke="black" stroke-width="1"/>
<path d="M150,220 Q145,225 150,225 Q155,225 150,220" stroke="black" stroke-width="1" fill="none"/>
<g id="helmet" mask="url(#helmetMask)">
<path d="M115,170 Q150,165 185,170 L185,230 Q150,235 115,230 Z" fill="url(#tankGradient)" fill-opacity="0.5" stroke="black" stroke-width="2"/>
<g clip-path="url(#helmetClip)">
<ellipse cx="135" cy="200" rx="3" ry="2" fill="orange"/>
<polygon points="138,200 143,198 138,202" fill="orange"/>
<ellipse cx="165" cy="205" rx="2.5" ry="2" fill="yellow"/>
<polygon points="167,205 172,203 167,207" fill="yellow"/>
<ellipse cx="150" cy="195" rx="2.5" ry="1.5" fill="pink"/>
<polygon points="152,195 157,194 152,196" fill="pink"/>
</g>
</g>
<ellipse cx="140" cy="205" rx="4" ry="6" fill="green" stroke="black" stroke-width="1"/>
<ellipse cx="160" cy="205" rx="4" ry="6" fill="green" stroke="black" stroke-width="1"/>
<polygon points="130,170 140,140 150,170" fill="#A9A9A9" stroke="black" stroke-width="2"/>
<polygon points="150,170 160,140 170,170" fill="#A9A9A9" stroke="black" stroke-width="2"/>
<line x1="140" y1="217" x2="110" y2="212" stroke="black" stroke-width="1"/>
<line x1="140" y1="220" x2="110" y2="220" stroke="black" stroke-width="1"/>
<line x1="140" y1="223" x2="110" y2="228" stroke="black" stroke-width="1"/>
<line x1="160" y1="217" x2="190" y2="212" stroke="black" stroke-width="1"/>
<line x1="160" y1="220" x2="190" y2="220" stroke="black" stroke-width="1"/>
<line x1="160" y1="223" x2="190" y2="228" stroke="black" stroke-width="1"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffdea"/>
<stop offset="70%" stop-color="#e0e0e0"/>
<stop offset="100%" stop-color="#bebebe"/>
</radialGradient>
<linearGradient id="catFurGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffcc80"/>
<stop offset="100%" stop-color="#ffab40"/>
</linearGradient>
<linearGradient id="tankGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#b3e5fc" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#81d4fa" stop-opacity="0.2"/>
</linearGradient>
<pattern id="waterPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<path d="M0,2 L4,2" stroke="#4fc3f7" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#1a1a2e" />
<!-- Moon -->
<circle cx="240" cy="60" r="40" fill="url(#moonGradient)" />
<!-- Cat Body -->
<g id="cat">
<!-- Cat body shape -->
<path d="M80,180 Q70,140 100,120 Q130,100 160,120 Q190,100 220,120 Q240,140 230,180 Z" fill="url(#catFurGradient)" stroke="#d2691e" stroke-width="2" />
<!-- Cat head -->
<circle cx="150" cy="90" r="35" fill="url(#catFurGradient)" stroke="#d2691e" stroke-width="2" />
<!-- Cat ears -->
<polygon points="130,50 145,20 160,50" fill="url(#catFurGradient)" stroke="#d2691e" stroke-width="2" />
<polygon points="170,50 185,20 200,50" fill="url(#catFurGradient)" stroke="#d2691e" stroke-width="2" />
<!-- Cat eyes -->
<ellipse cx="140" cy="85" rx="4" ry="6" fill="#000" />
<ellipse cx="160" cy="85" rx="4" ry="6" fill="#000" />
<!-- Cat nose -->
<polygon points="150,95 145,102 155,102" fill="#d2691e" />
<!-- Cat whiskers -->
<line x1="125" y1="95" x2="95" y2="90" stroke="#000" stroke-width="1" />
<line x1="125" y1="100" x2="95" y2="100" stroke="#000" stroke-width="1" />
<line x1="125" y1="105" x2="95" y2="110" stroke="#000" stroke-width="1" />
<line x1="175" y1="95" x2="205" y2="90" stroke="#000" stroke-width="1" />
<line x1="175" y1="100" x2="205" y2="100" stroke="#000" stroke-width="1" />
<line x1="175" y1="105" x2="205" y2="110" stroke="#000" stroke-width="1" />
</g>
<!-- Fish tank helmet -->
<g id="helmet">
<!-- Tank glass with gradient and pattern filling to simulate water -->
<ellipse cx="150" cy="90" rx="40" ry="35" fill="url(#tankGradient)" stroke="#81d4fa" stroke-width="2" />
<ellipse cx="150" cy="90" rx="38" ry="33" fill="url(#waterPattern)" opacity="0.5"/>
<!-- Fish 1 -->
<path d="M135,80 Q130,75 135,70 Q140,75 135,80" fill="#ff7043" />
<!-- Fish 2 -->
<path d="M165,100 Q170,95 175,100 Q170,105 165,100" fill="#ff7043" />
<!-- Bubbles -->
<circle cx="145" cy="75" r="1.5" fill="#81d4fa" />
<circle cx="155" cy="85" r="1" fill="#81d4fa" />
<circle cx="160" cy="70" r="0.8" fill="#81d4fa" />
</g>
<!-- Cat gaze line for artistic effect -->
<line x1="150" y1="90" x2="240" y2="60" stroke="#ffffff77" stroke-dasharray="4" stroke-width="1" />
</svg>
Judge's Analysis
Player 2's image displays more creativity and adherence to the prompt, with a clear depiction of the fish tank as a helmet and the cat gazing at a prominent moon.
The use of color and shading adds depth and visual appeal.
Player 1's submission, while cute, lacks detail and the moon seems less integrated into the scene.
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
"An octopus juggling teacups under a disco ball."
"A tree growing upside-down from the clouds with its roots reaching for the ground."
"Cat wearing a top hat, riding a unicycle on a rainbow"