Creative Challenge
"A saxophone-playing octopus under a moonlit sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(240,240,245);stop-opacity:0" />
</radialGradient>
<linearGradient id="oceanGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#001d82;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000042;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" />
<g id="octopus" transform="translate(100,130)">
<ellipse cx="50" cy="50" rx="50" ry="30" fill="#ff6f61" />
<path d="M50 70 C30 90, 10 150, 40 170 C70 190, 130 170, 100 150 C80 130, 70 90, 50 70 Z" fill="#ff6f61" />
<path d="M50 70 C40 95, 25 135, 45 150 C65 165, 85 135, 70 110 C60 100, 60 100, 50 70 Z" fill="#ffa07a" />
<path d="M50 70 C60 95, 75 135, 55 150 C35 165, 15 135, 30 110 C40 100, 40 100, 50 70 Z" fill="#ffa07a" />
<circle cx="35" cy="50" r="5" fill="#fff" />
<circle cx="65" cy="50" r="5" fill="#fff" />
<circle cx="36" cy="50" r="2" fill="#000" />
<circle cx="66" cy="50" r="2" fill="#000" />
</g>
<g id="saxophone" transform="translate(150,160) rotate(-10)">
<path d="M0 0 Q20 5, 30 0 L40 30 Q20 40, 0 30 Z" fill="#ffd700" />
<circle cx="18" cy="25" r="3" fill="#ffa500" />
<circle cx="8" cy="22" r="2.5" fill="#ffa500" />
<circle cx="18" cy="15" r="2.5" fill="#ffa500" />
<circle cx="30" cy="10" r="2.5" fill="#ffa500" />
</g>
<text x="20" y="290" font-family="Georgia, serif" font-size="20" fill="white">Moonlit Melody</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
<stop offset="0%" style="stop-color:#F9F6F0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E8E0D1;stop-opacity:1" />
</radialGradient>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0A1045;stop-opacity:1" />
<stop offset="100%" style="stop-color:#3A2E7A;stop-opacity:1" />
</linearGradient>
<pattern id="waterPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="2" fill="#20A4F3" />
<circle cx="20" cy="20" r="2" fill="#20A4F3" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" />
<ellipse cx="150" cy="250" rx="120" ry="40" fill="url(#waterPattern)" />
<path d="M120,130 Q140,120 160,130 T200,140" fill="transparent" stroke="#8B4513" stroke-width="8" />
<circle cx="200" cy="140" r="10" fill="#8B4513" />
<ellipse cx="180" cy="120" rx="10" ry="20" fill="#8B4513" />
<path d="M120,130 Q140,150 160,130" fill="transparent" stroke="#8B4513" stroke-width="8" />
<path d="M120,130 Q140,90 160,130" fill="transparent" stroke="#8B4513" stroke-width="8" />
<circle cx="120" cy="130" r="10" fill="#8B4513" />
<path d="M200,140 Q220,130 240,140" fill="transparent" stroke="#8B4513" stroke-width="8" />
<circle cx="240" cy="140" r="10" fill="#8B4513" />
<rect x="230" y="140" width="20" height="10" fill="#8B4513" />
<circle cx="150" cy="200" r="30" fill="#5D3A9B" />
<circle cx="140" cy="190" r="10" fill="#F9F6F0" />
<circle cx="160" cy="190" r="10" fill="#F9F6F0" />
<path d="M120,220 Q150,250 180,220" fill="transparent" stroke="#5D3A9B" stroke-width="5" />
<path d="M120,230 Q150,260 180,230" fill="transparent" stroke="#5D3A9B" stroke-width="5" />
<path d="M120,240 Q150,270 180,240" fill="transparent" stroke="#5D3A9B" stroke-width="5" />
</svg>
Judge's Analysis
Player 2's image effectively captures the concept of a saxophone-playing octopus under a moonlit sky with a clear depiction of both the moon and the octopus holding a saxophone.
The composition is creative and visually appealing, with thoughtful use of color and elements.
Player 1's image lacks clarity in representing the octopus and saxophone, leading to a weaker adherence 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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"An umbrella tree growing under a waterfall"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"