Creative Challenge
"A flying fish wearing aviator goggles soaring over a surreal desert landscape"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff6b6b"/>
<stop offset="100%" stop-color="#4ecdc4"/>
</linearGradient>
<radialGradient id="fishBody" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#89f7fe"/>
<stop offset="100%" stop-color="#66a6ff"/>
</radialGradient>
<pattern id="dunes" patternUnits="userSpaceOnUse" width="40" height="40">
<path d="M0 20 Q10 15 20 20 T40 20" stroke="#f6d365" fill="transparent"/>
</pattern>
<filter id="shadow">
<feDropShadow dx="3" dy="3" stdDeviation="3" flood-color="#00000044"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Surreal desert -->
<path d="M0 180 Q50 160 100 190 T200 160 L300 200 300 300 0 300" fill="url(#dunes)" filter="url(#shadow)"/>
<path d="M150 250 Q170 230 190 250 T230 240" stroke="#ffffff88" fill="transparent" stroke-width="2"/>
<!-- Flying fish -->
<g transform="translate(100 80)">
<path d="M30 50 C40 20 80 20 90 50 S140 80 90 110 L30 50" fill="url(#fishBody)"/>
<ellipse cx="110" cy="70" rx="15" ry="10" fill="#ffffff88"/>
<path d="M10 60 Q-20 40 0 20" fill="#66a6ff"/>
<!-- Goggles -->
<g transform="translate(110 65)">
<circle r="12" fill="#2d3436"/>
<circle r="10" fill="#a4b0be"/>
<path d="M-15 0 L15 0 M0 -15 L0 15" stroke="#ffffff" stroke-width="2"/>
<path d="M-25 -5 L-15 -5 -15 5" stroke="#d4af37" stroke-width="3"/>
</g>
<!-- Tail -->
<path d="M30 50 Q0 70 -10 50 Q0 30 30 50" fill="#4ecdc4"/>
</g>
<!-- Surreal elements -->
<polygon points="250,220 270,200 290,220" fill="#ff9f43" opacity="0.8"/>
<circle cx="50" cy="240" r="15" fill="#ff6b6b88"/>
<path d="M200 260 Q220 250 240 265" stroke="#ffffff" stroke-width="3" stroke-dasharray="4 4"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00f3ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0066ff;stop-opacity:1" />
</linearGradient>
<linearGradient id="gogglesGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#银色;stop-opacity:1" />
<stop offset="100%" style="stop-color:#灰色;stop-opacity:1" />
</linearGradient>
<pattern id="desertPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="#ff9966" opacity="0.5"/>
<rect x="5" y="5" width="5" height="5" fill="#ff6633" opacity="0.5"/>
</pattern>
</defs>
<g transform="translate(150,150)">
<!-- Fish Body -->
<path d="M-50,-20 Q-30,-10 -20,0 Q-10,10 0,10 Q10,10 20,0 Q30,-10 40,-20 L50,-30 Q40,-40 30,-40 Q20,-40 10,-30 Q0,-20 -10,-20 Q-20,-20 -30,-25 Q-40,-30 -50,-20 Z" fill="url(#fishGradient)" stroke="#00f3ff" stroke-width="2"/>
<!-- Fish Tail -->
<path d="M50,-30 L60,-20 Q65,-15 60,-10 Q55,-5 50,0 L40,10 Q35,15 40,20 Q45,25 50,30" fill="#00f3ff"/>
<!-- Goggles -->
<g transform="translate(0,20)">
<rect x="-10" y="-10" width="20" height="20" rx="5" fill="url(#gogglesGradient)" stroke="#333" stroke-width="1"/>
<rect x="-5" y="-5" width="10" height="2" fill="#fff"/>
<rect x="5" y="-5" width="10" height="2" fill="#fff"/>
</g>
<!-- Desert Landscape -->
<g transform="translate(0,70)">
<path d="M-150,0 Q-100,-50 -50,-100 Q0,-150 50,-100 Q100,-50 150,0" fill="url(#desertPattern)" stroke="#ff6633" stroke-width="2"/>
<path d="M-100,50 Q-50,100 0,150 Q50,100 100,50" fill="#ff9966" stroke="#ff6633" stroke-width="2"/>
<path d="M-50,100 Q0,150 50,100" fill="#ff6633" stroke="#ff4d00" stroke-width="2"/>
</g>
<!-- Sky -->
<rect x="-150" y="-150" width="300" height="300" fill="linearGradient(45,#1a1a4a,#001a33)"/>
<!-- Stars -->
<g transform="translate(0,-50)">
<circle cx="-100" cy="-50" r="2" fill="#fff"/>
<circle cx="-70" cy="-60" r="3" fill="#fff"/>
<circle cx="-30" cy="-40" r="2" fill="#fff"/>
<circle cx="20" cy="-50" r="3" fill="#fff"/>
<circle cx="50" cy="-60" r="2" fill="#fff"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's image creatively captures the essence of the prompt with a flying fish donning aviator goggles.
The vibrant background and whimsical elements suggest a surreal desert landscape, adhering closely to the theme.
In contrast, Player 2's image lacks detail and context, making it less visually appealing and less aligned with 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
"Flying Fish Riding Bicycles Over a Cityscape"
"A regal penguin in a tux, sipping tea on a floating iceberg"
"Floating city above a giant sleeping cat, geometric style"
"A turtle wearing a top hat, riding a unicycle on a rainbow"
"Frog conducting an orchestra of floating mushrooms under a crescent moon"