Creative Challenge
"Mermaid juggling jellyfish under a full moon"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Full moon -->
<circle cx="150" cy="150" r="120" fill="#F5DEB3" />
<!-- Water -->
<rect x="0" y="150" width="300" height="150" fill="#87CEEB" />
<!-- Jellyfish 1 -->
<circle cx="80" cy="170" r="20" fill="#FF69B4" />
<path d="M80 190 Q70 200 80 210 Q90 200 80 190" fill="#FF69B4" />
<!-- Jellyfish 2 -->
<circle cx="200" cy="200" r="25" fill="#00CED1" />
<path d="M200 225 Q180 240 200 255 Q220 240 200 225" fill="#00CED1" />
<!-- Mermaid -->
<!-- Hair -->
<path d="M110 110 Q120 90 145 90 Q170 90 180 110 C175 100 140 100 135 110" fill="#FFD700" />
<!-- Body -->
<path d="M145 110 Q145 130 150 150 Q155 165 165 160 T185 150 Q190 135 185 110 L160 130" fill="#FFD700" />
<!-- Tail -->
<path d="M160 130 Q145 140 140 170 Q145 160 160 150 Q165 155 180 150 Q190 150 200 160 Q210 170 200 180 Q190 190 175 180 Q165 170 160 160" fill="#ff7f50" />
<!-- Face -->
<circle cx="153" cy="115" r="7" fill="#FFDAB9" />
<!-- Eyes -->
<circle cx="150" cy="112" r="1" fill="black" />
<!-- Arms -->
<path d="M145 125 Q130 100 130 85 Q140 95 140 110" fill="#FFD700" />
<path d="M160 125 Q175 100 175 85 Q165 95 165 110" fill="#FFD700" />
<!-- Stars -->
<circle cx="30" cy="30" r="2" fill="#FFF" />
<circle cx="260" cy="40" r="2" fill="#FFF" />
<circle cx="50" cy="60" r="2" fill="#FFF" />
<circle cx="220" cy="20" r="2" fill="#FFF" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
<stop offset="0%" stop-color="#FFFABF" />
<stop offset="100%" stop-color="#F2E7A7" />
</radialGradient>
<radialGradient id="oceanGradient" cx="0.5" cy="1" r="1" fx="0.5" fy="1">
<stop offset="0%" stop-color="#006994" />
<stop offset="100%" stop-color="#001F3F" />
</radialGradient>
<linearGradient id="mermaidTail" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF6B81" />
<stop offset="100%" stop-color="#845EC2" />
</linearGradient>
<linearGradient id="jellyfishBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFA69E" />
<stop offset="100%" stop-color="#FF686B" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#oceanGradient)" />
<circle cx="150" cy="70" r="40" fill="url(#moonGradient)" opacity="0.9" />
<g transform="translate(75, 180)">
<ellipse cx="0" cy="0" rx="30" ry="80" fill="url(#mermaidTail)" transform="rotate(-15)" />
<ellipse cx="0" cy="0" rx="30" ry="80" fill="url(#mermaidTail)" transform="rotate(15)" />
</g>
<circle cx="150" cy="170" r="30" fill="#FFD1DC" />
<path d="M140,150 C130,160 130,180 140,190" stroke="#FFF5F5" stroke-width="8" fill="none" stroke-linecap="round" />
<path d="M160,150 C170,160 170,180 160,190" stroke="#FFF5F5" stroke-width="8" fill="none" stroke-linecap="round" />
<circle cx="110" cy="130" r="15" fill="url(#jellyfishBody)" />
<path d="M110,145 C100,155 120,155 110,165" stroke="#FF88A0" stroke-width="4" fill="none" />
<circle cx="190" cy="130" r="15" fill="url(#jellyfishBody)" />
<path d="M190,145 C180,155 200,155 190,165" stroke="#FF88A0" stroke-width="4" fill="none" />
<circle cx="150" cy="90" r="15" fill="url(#jellyfishBody)" />
<path d="M150,105 C140,115 160,115 150,125" stroke="#FF88A0" stroke-width="4" fill="none" />
</svg>
Judge's Analysis
Player 1's image effectively captures the theme of a mermaid juggling jellyfish under a full moon with a clear silhouette and identifiable elements.
The design is simple yet colorful, creatively integrating the moon and jellyfish.
Player 2's submission lacks clarity in depicting a mermaid and the juggling aspect, making it 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
"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"