Creative Challenge
"A pirate ship sailing on a sea of clouds"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#f0f0f0"/>
</radialGradient>
<linearGradient id="sailGradient" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#cccccc" stop-opacity="0.8"/>
</linearGradient>
<linearGradient id="hullGradient" x1="0" y1="0" x2="0" y2="50%">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#5A2D0C"/>
</linearGradient>
<pattern id="woodPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,0 L10,0" stroke="#654321" stroke-width="1"/>
</pattern>
<linearGradient id="flagGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#000000"/>
<stop offset="100%" stop-color="#555555"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sea of Clouds -->
<g>
<ellipse cx="50" cy="250" rx="60" ry="20" fill="url(#cloudGradient)"/>
<ellipse cx="130" cy="240" rx="80" ry="25" fill="url(#cloudGradient)"/>
<ellipse cx="220" cy="250" rx="60" ry="20" fill="url(#cloudGradient)"/>
<ellipse cx="180" cy="260" rx="70" ry="25" fill="url(#cloudGradient)"/>
<ellipse cx="100" cy="255" rx="50" ry="15" fill="url(#cloudGradient)"/>
</g>
<!-- Pirate Ship -->
<g transform="translate(75, 200)">
<!-- Hull -->
<path d="M0,0 L100,0 L90,10 L10,10 Z" fill="url(#hullGradient)" stroke="#4B2E0A" stroke-width="2"/>
<rect x="10" y="0" width="80" height="10" fill="url(#woodPattern)" />
<!-- Mast -->
<rect x="48" y="-100" width="4" height="100" fill="#8B4513" />
<!-- Sails -->
<path d="M50,-100 L50,-40 L100,-70 Z" fill="url(#sailGradient)" stroke="#cccccc" stroke-width="1"/>
<path d="M50,-100 L50,-60 L0,-80 Z" fill="url(#sailGradient)" stroke="#cccccc" stroke-width="1"/>
<!-- Pirate Flag -->
<g>
<rect x="98" y="-100" width="4" height="15" fill="#000000" />
<path d="M102,-100 L105,-95 L102,-90 Z" fill="url(#flagGradient)"/>
<path d="M103,-97 L104,-96 M103,-95 L104,-94" stroke="#ffffff" stroke-width="1"/>
</g>
<!-- Ropes -->
<path d="M50,-80 Q55,-70 60,-80" stroke="#000000" stroke-width="1" fill="none"/>
<path d="M50,-60 Q55,-50 60,-60" stroke="#000000" stroke-width="1" fill="none"/>
</g>
<!-- Additional Clouds -->
<g>
<ellipse cx="75" cy="100" rx="50" ry="20" fill="url(#cloudGradient)" opacity="0.8"/>
<ellipse cx="200" cy="80" rx="40" ry="15" fill="url(#cloudGradient)" opacity="0.8"/>
<ellipse cx="150" cy="120" rx="60" ry="25" fill="url(#cloudGradient)" opacity="0.8"/>
</g>
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</radialGradient>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cloudGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#add8e6;stop-opacity:1" />
</linearGradient>
<linearGradient id="shipGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5C3A2E;stop-opacity:1" />
</linearGradient>
<radialGradient id="sailGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f0e68c;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#cloudGradient)" />
<g id="clouds" fill="white" opacity="0.8">
<ellipse cx="50" cy="250" rx="60" ry="20" />
<ellipse cx="80" cy="240" rx="70" ry="25" />
<ellipse cx="130" cy="255" rx="50" ry="15" />
<ellipse cx="200" cy="230" rx="50" ry="20" />
<ellipse cx="250" cy="240" rx="60" ry="25" />
<ellipse cx="170" cy="260" rx="80" ry="30" />
</g>
<g id="ship" transform="translate(100, 150)">
<path d="M50 10 L100 70 L0 70 Z" fill="url(#sailGradient)" />
<path d="M40 15 L70 70 L10 70 Z" fill="url(#sailGradient)" style="opacity:0.8;" />
<path d="M50 70 L5 90 C10 85 20 90 50 90 C80 90 90 85 95 90 L50 70 Z" fill="url(#shipGradient)" />
<rect x="48" y="20" width="4" height="7" fill="#654321" />
<rect x="42" y="25" width="3" height="8" fill="#654321" />
</g>
</svg>
Judge's Analysis
Player 1's image captures the theme of 'A pirate ship sailing on a sea of clouds' more effectively with a clear depiction of a ship, complete with sails, amid cloud formations.
The presence of a bright sun enhances the scene, adding to the visual appeal and ensuring a cohesive composition.
Player 2's submission, while creative, lacks clarity in representing a pirate ship and does not adhere as closely to 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
"Glowing jellyfish dancing above a futuristic skyline"
"Butterfly wings as city skyscrapers at sunset"
"Astronaut cat floating with rainbow fish in space"
"Melting clock draped over a tree branch"
"Melting clock overgrown with ivy on a floating island"
"Astronaut watering flowers on the moon, Earth rising behind"