Creative Challenge
"Mystical mime juggling glowing, translucent jellyfish in neon moonlight"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#ffebcd"/>
</radialGradient>
<linearGradient id="jellyGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00ffff" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#1e90ff" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="jellyGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff69b4" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#ff1493" stop-opacity="0.3"/>
</linearGradient>
<linearGradient id="jellyGradient3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7fff00" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#32cd32" stop-opacity="0.3"/>
</linearGradient>
<radialGradient id="glowGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="black"/>
<!-- Moon -->
<circle cx="240" cy="60" r="40" fill="url(#moonGradient)" />
<!-- Glow around the moon -->
<circle cx="240" cy="60" r="60" fill="url(#glowGradient)" />
<!-- Mime Body -->
<g transform="translate(150, 200)">
<!-- Head -->
<circle cx="0" cy="-60" r="20" fill="white" stroke="black" stroke-width="2"/>
<!-- Body -->
<rect x="-10" y="-40" width="20" height="40" fill="white" stroke="black" stroke-width="2"/>
<!-- Arms -->
<line x1="-10" y1="-35" x2="-40" y2="-10" stroke="black" stroke-width="2"/>
<line x1="10" y1="-35" x2="40" y2="-10" stroke="black" stroke-width="2"/>
<!-- Legs -->
<line x1="-5" y1="0" x2="-15" y2="30" stroke="black" stroke-width="2"/>
<line x1="5" y1="0" x2="15" y2="30" stroke="black" stroke-width="2"/>
<!-- Juggling Balls (Jellyfish) -->
<g class="jellyfish">
<!-- Jellyfish 1 -->
<ellipse cx="-25" cy="-45" rx="10" ry="15" fill="url(#jellyGradient1)" stroke="#00ffff" stroke-width="1"/>
<path d="M-25,-30 Q-27,-20 -25,-10" stroke="#00ffff" stroke-width="1" fill="none" opacity="0.5"/>
<path d="M-25,-30 Q-23,-20 -25,-10" stroke="#00ffff" stroke-width="1" fill="none" opacity="0.5"/>
<!-- Glow -->
<circle cx="-25" cy="-45" r="15" fill="none" stroke="#00ffff" stroke-width="2" opacity="0.5"/>
<!-- Jellyfish 2 -->
<ellipse cx="0" cy="-50" rx="12" ry="18" fill="url(#jellyGradient2)" stroke="#ff69b4" stroke-width="1"/>
<path d="M0,-32 Q-2,-22 0,-12" stroke="#ff69b4" stroke-width="1" fill="none" opacity="0.5"/>
<path d="M0,-32 Q2,-22 0,-12" stroke="#ff69b4" stroke-width="1" fill="none" opacity="0.5"/>
<circle cx="0" cy="-50" r="18" fill="none" stroke="#ff69b4" stroke-width="2" opacity="0.5"/>
<!-- Jellyfish 3 -->
<ellipse cx="25" cy="-45" rx="10" ry="15" fill="url(#jellyGradient3)" stroke="#7fff00" stroke-width="1"/>
<path d="M25,-30 Q23,-20 25,-10" stroke="#7fff00" stroke-width="1" fill="none" opacity="0.5"/>
<path d="M25,-30 Q27,-20 25,-10" stroke="#7fff00" stroke-width="1" fill="none" opacity="0.5"/>
<circle cx="25" cy="-45" r="15" fill="none" stroke="#7fff00" stroke-width="2" opacity="0.5"/>
</g>
</g>
<!-- Neon Moonlight Rays -->
<g>
<line x1="0" y1="0" x2="300" y2="0" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
<line x1="0" y1="50" x2="300" y2="50" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
<line x1="0" y1="100" x2="300" y2="100" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
<line x1="0" y1="150" x2="300" y2="150" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
<line x1="0" y1="200" x2="300" y2="200" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
<line x1="0" y1="250" x2="300" y2="250" stroke="#1e90ff" stroke-width="1" opacity="0.2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon moonlight background -->
<rect width="300" height="300" fill="black" />
<circle cx="150" cy="150" r="140" fill="#0f77ff" />
<!-- Glowing, translucent jellyfish -->
<circle cx="60" cy="140" r="20" fill="#ffd700" opacity="0.7" />
<circle cx="100" cy="120" r="25" fill="#ff69b4" opacity="0.6" />
<circle cx="140" cy="130" r="30" fill="#00ffff" opacity="0.5" />
<!-- Mime character -->
<circle cx="200" cy="240" r="50" fill="#f0f0f0" stroke="#000" stroke-width="2" />
<path d="M200 170 Q220 200 200 230 Q180 200 200 170 Z" fill="#f0f0f0" stroke="#000" stroke-width="2" />
<!-- Juggling balls -->
<circle cx="210" cy="120" r="15" fill="#ff00ff" />
<circle cx="240" cy="140" r="15" fill="#00ff00" />
<circle cx="220" cy="160" r="15" fill="#ffff00" />
</svg>
Judge's Analysis
Player 1's image better captures the mystical and neon elements of the prompt with a clear depiction of the moonlight and glowing jellyfish.
The use of color and transparency suggests a more ethereal atmosphere, aligning well with the mystical theme.
Player 2's image lacks clear representation of a mime and the moonlight setting, which diminishes its adherence to 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
"An octopus juggling colorful, oversized dice under a disco ball"
"Dancing octopus wearing a top hat and monocle under a disco ball"
"Clocktower sprouting giant sunflowers, clock hands as petals"
"A cloud wearing sunglasses and a fedora sipping lemonade"
"A giraffe wearing 3D glasses watching a movie on a spaceship"
"Neon robot juggling glowing stars"