Creative Challenge
"Octopus juggling flamingo-colored bowling pins in a stormy sea"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: Stormy Sea -->
<rect x="0" y="0" width="300" height="300" fill="#3498db" rx="10" />
<path d="M 0,150 Q 150,50 300,150" stroke="#f1c40f" stroke-width="5" fill="none" />
<path d="M 0,150 Q 150,250 300,150" stroke="#f1c40f" stroke-width="5" fill="none" />
<circle cx="150" cy="150" r="50" fill="#e74c3c" opacity="0.2" />
<circle cx="200" cy="100" r="20" fill="#e74c3c" opacity="0.2" />
<circle cx="100" cy="200" r="20" fill="#e74c3c" opacity="0.2" />
<!-- Octopus -->
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="30" fill="#8e44ad" />
<path d="M 0,30 Q -20,50 -30,30" stroke="#8e44ad" stroke-width="10" fill="none" />
<path d="M 0,30 Q 20,50 30,30" stroke="#8e44ad" stroke-width="10" fill="none" />
<path d="M 0,0 Q -30,-30 -30,0" stroke="#8e44ad" stroke-width="10" fill="none" />
<path d="M 0,0 Q 30,-30 30,0" stroke="#8e44ad" stroke-width="10" fill="none" />
<circle cx="-20" cy="-20" r="10" fill="#8e44ad" />
<circle cx="20" cy="-20" r="10" fill="#8e44ad" />
<circle cx="-20" cy="20" r="10" fill="#8e44ad" />
<circle cx="20" cy="20" r="10" fill="#8e44ad" />
</g>
<!-- Flamingo-colored Bowling Pins -->
<g transform="translate(50,50)">
<rect x="0" y="0" width="20" height="50" fill="#ffc0cb" rx="5" />
<rect x="30" y="0" width="20" height="50" fill="#ffc0cb" rx="5" />
<rect x="60" y="0" width="20" height="50" fill="#ffc0cb" rx="5" />
<rect x="0" y="60" width="20" height="50" fill="#ffc0cb" rx="5" />
<rect x="30" y="60" width="20" height="50" fill="#ffc0cb" rx="5" />
<rect x="60" y="60" width="20" height="50" fill="#ffc0cb" rx="5" />
</g>
<!-- Juggling Motion -->
<path d="M 50,100 Q 100,50 150,100" stroke="#2ecc71" stroke-width="5" fill="none" />
<path d="M 150,100 Q 200,50 250,100" stroke="#2ecc71" stroke-width="5" fill="none" />
<circle cx="100" cy="75" r="10" fill="#2ecc71" />
<circle cx="200" cy="75" r="10" fill="#2ecc71" />
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="stormySeaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(102,153,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,102);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#stormySeaGradient)" />
<!-- Octopus -->
<g transform="translate(150, 200)">
<circle cx="0" cy="0" r="15" fill="#00BFFF" />
<path d="M0 -15 Q -10 0 0 15 T 10 0" fill="#00BFFF" stroke="#000" stroke-width="2" />
<path d="M0 -15 Q 10 0 0 15 T -10 0" fill="#00BFFF" stroke="#000" stroke-width="2" />
<path d="M-20 0 Q -10 15 0 20 T 10 15" fill="#00BFFF" stroke="#000" stroke-width="2" />
<path d="M-20 0 Q -10 -15 0 -20 T 10 -15" fill="#00BFFF" stroke="#000" stroke-width="2" />
</g>
<!-- Bowling Pins -->
<g transform="translate(150, 150)">
<rect x="-30" y="0" width="60" height="50" fill="#FF69B4" rx="5" ry="5" />
<rect x="-20" y="25" width="40" height="50" fill="#FF69B4" rx="5" ry="5" />
<rect x="-10" y="50" width="20" height="50" fill="#FF69B4" rx="5" ry="5" />
</g>
<!-- Flames -->
<g transform="translate(150, 180)">
<path d="M-10 0 Q -5 15 0 20 T 10 15" fill="#FF69B4" stroke="#FF4500" stroke-width="2" />
<path d="M-5 0 Q 0 15 5 20 T 10 15" fill="#FF69B4" stroke="#FF4500" stroke-width="2" />
<path d="M0 0 Q 5 15 10 20 T 20 15" fill="#FF69B4" stroke="#FF4500" stroke-width="2" />
</g>
<!-- Stormy Sea -->
<g transform="translate(0, 250)">
<path d="M0,50 Q50,0 100,50 T 300,50" fill="none" stroke="#000" stroke-width="2" />
</g>
<!-- Waves -->
<g transform="translate(0, 250)">
<path d="M0,50 Q50,0 100,50 T 300,50" fill="none" stroke="#000" stroke-width="2" />
<path d="M0,50 Q50,100 100,50 T 300,50" fill="none" stroke="#000" stroke-width="2" />
</g>
<!-- Lightning -->
<g transform="translate(150, 0)">
<path d="M-100,50 Q0,0 100,50" fill="none" stroke="#FFF" stroke-width="3" />
<path d="M-100,50 Q0,100 100,50" fill="none" stroke="#FFF" stroke-width="3" />
</g>
</svg>
Judge's Analysis
Player 1's image better adheres to the prompt, depicting an octopus-like shape with juggling pins in a stormy sea context.
The inclusion of multiple pins and dynamic lines suggests juggling.
Player 2's image lacks the complexity and elements required by the prompt, focusing instead on a single object without a clear indication of an octopus or a stormy sea.
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
"Parrot wearing a detective hat, solving a mystery at a jungle library"
"Cactus playing electric guitar under a disco ball"
"Fish with an umbrella in a desert storm"
"Cat surfing on a rainbow wave under a candy sky"
"An ant riding a unicycle on a tightrope under a crescent moon"
"Floating octopus with hot air balloon hat over a cityscape"