Creative Challenge
"A jellyfish playing a harp under moonlight in a surrealist style"
<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%" style="stop-color:rgb(255,255,224);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(224,224,224);stop-opacity:0" />
</radialGradient>
<linearGradient id="jellyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#90e0ef" />
<stop offset="100%" stop-color="#0077b6" />
</linearGradient>
<linearGradient id="harpGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffe5b4" />
<stop offset="100%" stop-color="#ff9f68" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="#041830" />
<circle cx="250" cy="50" r="40" fill="url(#moonGradient)" />
<ellipse cx="150" cy="150" rx="60" ry="100" fill="url(#jellyGradient)" opacity="0.8" />
<path d="M100 160 Q110 170, 115 180 Q120 190, 130 200 Q140 210, 150 215 Q160 220, 170 210 Q180 200, 190 180 Q200 160, 200 150" fill="none" stroke="#0077b6" stroke-width="5" stroke-linecap="round" opacity="0.6" />
<path d="M150 195 C152 210, 148 230, 160 240 M145 200 Q150 220, 135 240 M130 205 Q135 225, 125 240" fill="none" stroke="#90e0ef" stroke-width="3" stroke-linecap="round" opacity="0.5" />
<path d="M140 105 L160 105 L170 160 Q145 140, 140 160 Z" fill="url(#harpGradient)" />
<line x1="140" y1="105" x2="150" y2="160" stroke="#ff9f68" stroke-width="2" />
<line x1="145" y1="105" x2="155" y2="160" stroke="#ff9f68" stroke-width="2" />
<line x1="150" y1="105" x2="160" y2="160" stroke="#ff9f68" stroke-width="2" />
<line x1="155" y1="105" x2="165" y2="160" stroke="#ff9f68" stroke-width="2" />
<line x1="160" y1="105" x2="170" y2="160" stroke="#ff9f68" stroke-width="2" />
<path d="M170 100 C165 90, 155 90, 150 100 C145 110, 155 120, 160 120 C165 120, 175 110, 170 100 Z" fill="url(#jellyGradient)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Moonlit Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#moonlit)" />
<linearGradient id="moonlit" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0" stop-color="#212121" stop-opacity="0.8" />
<stop offset="1" stop-color="#343434" stop-opacity="0.5" />
</linearGradient>
<!-- Jellyfish -->
<g transform="translate(150 150)">
<!-- Umbrella -->
<ellipse cx="0" cy="0" rx="60" ry="80" fill="url(#jellyfish-umbrella)" />
<radialGradient id="jellyfish-umbrella" cx="0" cy="0" r="80" fx="0" fy="0">
<stop offset="0" stop-color="#FFC67D" stop-opacity="0.8" />
<stop offset="1" stop-color="#FF99CC" stop-opacity="0.5" />
</radialGradient>
<!-- Tentacles -->
<g transform="rotate(45)">
<path d="M 0 0 C 20 20, 40 40, 60 60" stroke="url(#tentacle)" stroke-width="5" fill="none" />
<path d="M 0 0 C -20 20, -40 40, -60 60" stroke="url(#tentacle)" stroke-width="5" fill="none" />
<linearGradient id="tentacle" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0" stop-color="#FFC67D" stop-opacity="0.8" />
<stop offset="1" stop-color="#FF99CC" stop-opacity="0.5" />
</linearGradient>
</g>
<!-- Harp Strings -->
<g transform="rotate(-45)">
<path d="M 0 0 L 0 60" stroke="url(#harp-string)" stroke-width="2" fill="none" />
<path d="M 0 0 L 20 40" stroke="url(#harp-string)" stroke-width="2" fill="none" />
<path d="M 0 0 L -20 40" stroke="url(#harp-string)" stroke-width="2" fill="none" />
<linearGradient id="harp-string" x1="0" y1="0" x2="0" y2="100%">
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.8" />
<stop offset="1" stop-color="#CCCCCC" stop-opacity="0.5" />
</linearGradient>
</g>
<!-- Harp Body -->
<rect x="-20" y="-20" width="40" height="40" fill="#CCCCCC" rx="10" />
</g>
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#FFFFFF" />
<circle cx="250" cy="50" r="15" fill="#CCCCCC" />
<circle cx="250" cy="50" r="10" fill="#999999" />
<!-- Stars -->
<g transform="translate(250 50)">
<circle cx="0" cy="0" r="2" fill="#FFFFFF" />
<circle cx="-20" cy="-10" r="1" fill="#FFFFFF" />
<circle cx="20" cy="-10" r="1" fill="#FFFFFF" />
</g>
</svg>
Judge's Analysis
Player 1's submission captures the surrealist theme more effectively with its ethereal color palette and clear depiction of a jellyfish and harp under moonlight.
The composition is more cohesive and the visual elements are better integrated, enhancing the overall appeal and adhering closely to the prompt.
Player 2's image lacks clarity in depicting the scene and does not convey the surrealist style as effectively.
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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"