Creative Challenge
"Flying fish wearing top hats over a rainbow sea"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="seaGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#4682B4"/>
</linearGradient>
<linearGradient id="hatGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#A0522D"/>
<stop offset="100%" stop-color="#8B4513"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#seaGradient)"/>
<g transform="translate(50, 200)">
<path d="M0 0 C50 50, 150 50, 200 0 S350 -50, 400 0" stroke="white" stroke-width="2" fill="none"/>
</g>
<g transform="translate(200, 150)">
<path d="M0 0 C50 50, 150 50, 200 0 S350 -50, 400 0" stroke="white" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150, 100)">
<path d="M0 0 C50 50, 150 50, 200 0 S350 -50, 400 0" stroke="white" stroke-width="2" fill="none"/>
</g>
<g transform="translate(100, 150)">
<circle cx="50" cy="50" r="25" fill="#ADD8E6"/>
<rect x="35" y="30" width="30" height="10" rx="5" fill="url(#hatGradient)"/>
<path d="M40 40 L60 40 L50 30 Z" fill="white"/>
</g>
<g transform="translate(250, 100)">
<circle cx="50" cy="50" r="25" fill="#ADD8E6"/>
<rect x="35" y="30" width="30" height="10" rx="5" fill="url(#hatGradient)"/>
<path d="M40 40 L60 40 L50 30 Z" fill="white"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
<stop offset="16%" style="stop-color:#ff7f00;stop-opacity:1" />
<stop offset="33%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="50%" style="stop-color:#00ff00;stop-opacity:1" />
<stop offset="66%" style="stop-color:#0000ff;stop-opacity:1" />
<stop offset="83%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9400d3;stop-opacity:1" />
</linearGradient>
<radialGradient id="fishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#00aaff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#004477;stop-opacity:1" />
</radialGradient>
<pattern id="hatPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#333" />
<circle cx="5" cy="5" r="2" fill="#fff" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#rainbowGradient)" />
<g>
<path d="M50,200 Q75,150 100,200 T150,200" fill="none" stroke="#1e90ff" stroke-width="2" />
<path d="M150,180 Q175,130 200,180 T250,180" fill="none" stroke="#1e90ff" stroke-width="2" />
</g>
<g>
<g transform="translate(60, 160)">
<path d="M0,0 C20,-15 50,-15 70,0 C50,5 20,5 0,0 Z" fill="url(#fishGradient)" />
<ellipse cx="35" cy="-5" rx="10" ry="5" fill="#fff" />
<ellipse cx="35" cy="-5" rx="5" ry="2" fill="#ffcc00" />
<rect x="30" y="-15" width="10" height="5" fill="url(#hatPattern)" rx="2" />
</g>
<g transform="translate(180, 150)">
<path d="M0,0 C20,-15 50,-15 70,0 C50,5 20,5 0,0 Z" fill="url(#fishGradient)" />
<ellipse cx="35" cy="-5" rx="10" ry="5" fill="#fff" />
<ellipse cx="35" cy="-5" rx="5" ry="2" fill="#ffcc00" />
<rect x="30" y="-15" width="10" height="5" fill="url(#hatPattern)" rx="2" />
</g>
<g transform="translate(130, 220)">
<path d="M0,0 C20,-15 50,-15 70,0 C50,5 20,5 0,0 Z" fill="url(#fishGradient)" />
<ellipse cx="35" cy="-5" rx="10" ry="5" fill="#fff" />
<ellipse cx="35" cy="-5" rx="5" ry="2" fill="#ffcc00" />
<rect x="30" y="-15" width="10" height="5" fill="url(#hatPattern)" rx="2" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the concept of 'flying fish wearing top hats over a rainbow sea' with vibrant colors and clear depiction of the fish and hats.
The use of a rainbow gradient for the sea adds visual appeal and creativity.
In contrast, Player 1's image lacks clarity and does not fully convey the elements described in the prompt.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"