Creative Challenge
"Moonlit jellyfish with skyscraper reflections in the water"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sky" x1="150" y1="0" x2="150" y2="300">
<stop offset="0%" stop-color="#001144"/>
<stop offset="100%" stop-color="#330066"/>
</linearGradient>
<radialGradient id="moon" cx="75%" cy="25%" r="60%">
<stop offset="70%" stop-color="#f4e3b7" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#330066" stop-opacity="0"/>
</radialGradient>
<filter id="water">
<feTurbulence type="fractalNoise" baseFrequency="0.02 0.08" numOctaves="3"/>
<feDisplacementMap in="SourceGraphic" scale="3" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<linearGradient id="jelly" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" stop-color="#ff99f8" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#7d3cff" stop-opacity="0.4"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<circle cx="225" cy="75" r="40" fill="url(#moon)"/>
<g transform="translate(0 160)" filter="url(#water)">
<rect x="0" y="0" width="300" height="140" fill="#000022" opacity="0.6"/>
<g stroke="#ffff99" stroke-width="2">
<path d="M50 120v-80 M50 120l-201515 M50 120 120l20-15" opacity="0.6"/>
<path d="M150 140v-100 M150 140l---25 M150 140l30-25" opacity="0.7"/>
<path d="M250 110v-60 M250 110l-15-10 M250 110l15-10" opacity="0.5"/>
</g>
</g>
<g transform="translate(150 100)">
<path d="M-40 0q40-60 80 0" fill="url(#jelly)" opacity="0.9"/>
<path d="M-40 0q-10 40 0 80 50-40 80 0" fill="#7d3cff" opacity="0.3"/>
<path d="M-50 20q10 15 0 30M-30 25q5 20 0 40M0 30q-5 25 0 50M30 25q-5 20 0 40M50 20q-10 15 0 30"
stroke="#e699ff" stroke-width="1.5" stroke-linecap="round" opacity="0.8"/>
</g>
<g fill="#ffffff" opacity="0.8">
<circle cx="80" cy="60" r="1.2"/>
<circle cx="120" cy="45" r="1"/>
<circle cx="200" cy="30" r="1.5"/>
<circle cx="250" cy="90" r="0.8"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background: Night sky with moon -->
<rect x="0" y="0" width="300" height="300" fill="#06060D" />
<circle cx="250" cy="50" r="40" fill="#E1E5EC" />
<!-- Jellyfish with glowing moonlit aura -->
<ellipse cx="150" cy="200" rx="30" ry="100" fill="#89CFF0" />
<circle cx="150" cy="150" r="70" fill="#A6E3FC" />
<circle cx="150" cy="150" r="50" fill="#C3EAF9" />
<!-- Water with skyscraper reflections -->
<rect x="0" y="200" width="300" height="100" fill="#19376A" />
<rect x="50" y="210" width="60" height="80" fill="#B4CDD9" opacity="0.5" />
<rect x="130" y="210" width="90" height="80" fill="#B4CDD9" opacity="0.5" />
</svg>
Judge's Analysis
Player 1's image effectively combines the elements of a moonlit scene with a jellyfish and subtle skyscraper reflections.
The composition captures the prompt with a focus on the jellyfish and the moon, providing a cohesive and imaginative interpretation.
Player 2's image lacks clarity in depicting the jellyfish and reflections, 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
"A fishbowl blending into a city skyline at dusk"
"Melting clock tower sprouting flowers"
"A penguin wearing a crown, juggling fish under a disco ball"
"A snail in a space helmet orbiting a giant sunflower"
"A giraffe wearing a tuxedo juggling three flamingos"