Creative Challenge
"A jellyfish conducting an underwater orchestra"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="jellyfishBody" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFB3FF" />
<stop offset="100%" stop-color="#FF00FF" />
</radialGradient>
<linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#00FFFF" />
<stop offset="100%" stop-color="#0000FF" />
</linearGradient>
<linearGradient id="waterBackground" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#003366" />
<stop offset="100%" stop-color="#66CCFF" />
</linearGradient>
<pattern id="bubblePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="3" fill="rgba(255,255,255,0.7)" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#waterBackground)" />
<!-- Bubbles background -->
<rect width="100%" height="100%" fill="url(#bubblePattern)" opacity="0.5" />
<!-- Jellyfish conductor -->
<g transform="translate(150, 80)">
<ellipse cx="0" cy="0" rx="40" ry="30" fill="url(#jellyfishBody)" />
<g>
<path d="M-10,30 Q-15,60 -20,100" stroke="url(#tentacleGradient)" stroke-width="3" fill="none" />
<path d="M-5,30 Q0,60 -5,100" stroke="url(#tentacleGradient)" stroke-width="3" fill="none" />
<path d="M0,30 Q10,60 0,100" stroke="url(#tentacleGradient)" stroke-width="3" fill="none" />
<path d="M5,30 Q10,60 15,100" stroke="url(#tentacleGradient)" stroke-width="3" fill="none" />
</g>
<!-- Baton -->
<line x1="-60" y1="0" x2="-90" y2="-20" stroke="darkblue" stroke-width="2" />
</g>
<!-- Orchestra representation -->
<g transform="translate(50, 200)">
<circle cx="0" cy="0" r="10" fill="orange" />
<circle cx="40" cy="0" r="10" fill="purple" />
<rect x="80" y="-10" width="20" height="20" fill="green" transform="rotate(45 90 0)" />
<polygon points="140,-10 150,0 140,10" fill="red" />
</g>
<!-- Music notes -->
<g fill="none" stroke="#FFFFFF" stroke-width="2">
<path d="M180,150 Q195,140 210,150" />
<path d="M200,140 Q215,130 230,140" />
<path d="M220,130 Q235,120 250,130" />
<path d="M240,120 Q255,110 270,120" />
</g>
<!-- Visual embellishments -->
<circle cx="270" cy="30" r="5" fill="gold" />
<circle cx="250" cy="60" r="3" fill="gold" />
<circle cx="230" cy="90" r="4" fill="gold" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#1f3257" />
<!-- Jellyfish body -->
<ellipse cx="150" cy="200" rx="80" ry="120" fill="#68d1cc" />
<!-- Jellyfish tentacles -->
<path d="M150 250
Q170 220, 200 220
Q220 220, 240 250
Q220 260, 200 260
Q180 260, 160 250
Z" fill="#68d1cc" />
<path d="M150 250
Q130 220, 100 220
Q80 220, 60 250
Q80 260, 100 260
Q120 260, 140 250
Z" fill="#68d1cc" />
<!-- Eyes -->
<circle cx="130" cy="190" r="10" fill="#edf2ef" />
<circle cx="170" cy="190" r="10" fill="#edf2ef" />
<!-- Conductor hat -->
<path d="M130 100
Q150 30, 170 100
C160 50, 140 50, 130 100
Z" fill="#2c3e50" />
<!-- Orchestra members -->
<circle cx="90" cy="90" r="8" fill="#ffda79" />
<circle cx="120" cy="60" r="8" fill="#ffda79" />
<circle cx="150" cy="40" r="8" fill="#ffda79" />
<circle cx="180" cy="60" r="8" fill="#ffda79" />
<circle cx="210" cy="90" r="8" fill="#ffda79" />
</svg>
Judge's Analysis
Player 1's image captures the whimsical nature of a jellyfish conducting an orchestra with vibrant colors and dynamic elements that suggest musical notes.
The composition effectively conveys motion and musicality, aligning well with the prompt.
Player 2's image, while visually appealing, lacks clear elements to suggest an orchestra or conducting theme.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Flying penguin with rainbow wings over a technicolor iceberg"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"