Creative Challenge
"Fish wearing a tailored suit, holding a cup of tea, in a bubble-filled underwater office"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bubbleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: rgba(255, 255, 255, 0.9); stop-opacity: 0.9" />
<stop offset="100%" style="stop-color: rgba(255, 255, 255, 0)" />
</radialGradient>
<linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3A3F44;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1C1E22;stop-opacity:1" />
</linearGradient>
<linearGradient id="waterGradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB; stop-opacity:1" />
<stop offset="100%" style="stop-color:#4682B4; stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#waterGradient)" />
<g transform="translate(30, 155)">
<path d="M40 0 Q50 -20 70 0 T100 0 Q115 5 125 -10" fill="none" stroke="#5BA8FF" stroke-width="3"/>
<ellipse cx="70" cy="0" rx="40" ry="15" fill="#2B7A8B"/>
<ellipse cx="72" cy="0" rx="25" ry="7" fill="#6ECBD4"/>
<circle cx="95" cy="-23" r="5" fill="#FFF"/>
</g>
<g transform="translate(60, 110)">
<path d="M30 10 Q35 -5 50 0 T70 10" fill="url(#suitGradient)"/>
<path d="M42 5 L56 10" fill="none" stroke="#000" stroke-width="2"/>
<path d="M52 0 L52 15" fill="none" stroke="#000" stroke-width="1"/>
</g>
<g transform="translate(115, 115)">
<rect x="0" y="0" width="14" height="12" rx="2" fill="#D0CFCF"/>
<path d="M2 12 Q7 14 12 12" fill="none" stroke="#B5B5B5" stroke-width="1"/>
</g>
<circle cx="50" cy="50" r="15" fill="url(#bubbleGradient)" />
<circle cx="200" cy="70" r="12" fill="url(#bubbleGradient)" />
<circle cx="240" cy="150" r="10" fill="url(#bubbleGradient)" />
<circle cx="70" cy="200" r="8" fill="url(#bubbleGradient)" />
<circle cx="150" cy="250" r="5" fill="url(#bubbleGradient)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Underwater background -->
<rect x="0" y="0" width="300" height="300" fill="#6ab8d3" />
<!-- Bubbles -->
<circle cx="50" cy="50" r="8" fill="#ffffff" />
<circle cx="80" cy="70" r="12" fill="#ffffff" />
<circle cx="120" cy="40" r="10" fill="#ffffff" />
<circle cx="160" cy="20" r="14" fill="#ffffff" />
<circle cx="200" cy="60" r="9" fill="#ffffff" />
<circle cx="240" cy="30" r="11" fill="#ffffff" />
<!-- Desk -->
<rect x="30" y="150" width="240" height="80" fill="#a16b46" />
<!-- Fish body -->
<ellipse cx="150" cy="200" rx="30" ry="20" fill="#ffcc00" />
<!-- Fish suit -->
<rect x="135" y="180" width="30" height="40" fill="#333333" />
<!-- Fish head -->
<circle cx="150" cy="190" r="12" fill="#ffcc00" />
<!-- Fish eye -->
<circle cx="155" cy="187" r="2" fill="#ffffff" />
<!-- Fish tea cup -->
<circle cx="165" cy="210" r="5" fill="#a16b46" />
<path d="M165 207 L175 198 L183 208" fill="none" stroke="#ffffff" stroke-width="1" />
</svg>
Judge's Analysis
Player 2's image shows a more distinct representation of a fish in a suit holding a cup of tea, with a clearer underwater office setting indicated by bubbles and a structured background.
This submission adheres more closely to the prompt and demonstrates better compositional strength and visual clarity compared to Player 1's minimalistic design.
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"