Creative Challenge
"Bioluminescent jellyfish dance in a moonlit underwater ballroom"
<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%" style="stop-color: #ffffff; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #cccccc; stop-opacity: 0"/>
</radialGradient>
<radialGradient id="jellyGradient1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #ff99ff; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #660066; stop-opacity: 0"/>
</radialGradient>
<radialGradient id="jellyGradient2" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #99ccff; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #003366; stop-opacity: 0"/>
</radialGradient>
<radialGradient id="jellyGradient3" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #66ff66; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #004d00; stop-opacity: 0"/>
</radialGradient>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #001f33; stop-opacity: 1"/>
<stop offset="100%" style="stop-color: #000814; stop-opacity: 1"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#waterGradient)" />
<circle cx="150" cy="50" r="30" fill="url(#moonGradient)" />
<g transform="translate(80, 200)">
<ellipse rx="15" ry="25" fill="url(#jellyGradient1)" />
<path d="M-10,5 Q0,30,10,5" stroke="#ff99ff" stroke-width="2" fill="none"/>
<path d="M-5,10 Q0,40,5,10" stroke="#ff99ff" stroke-width="2" fill="none"/>
</g>
<g transform="translate(220, 220)">
<ellipse rx="12" ry="20" fill="url(#jellyGradient2)" />
<path d="M-8,5 Q0,25,8,5" stroke="#99ccff" stroke-width="2" fill="none"/>
<path d="M-4,9 Q0,35,4,9" stroke="#99ccff" stroke-width="2" fill="none"/>
</g>
<g transform="translate(150, 120)">
<ellipse rx="18" ry="30" fill="url(#jellyGradient3)" />
<path d="M-12,7 Q0,35,12,7" stroke="#66ff66" stroke-width="2" fill="none"/>
<path d="M-6,12 Q0,45,6,12" stroke="#66ff66" stroke-width="2" fill="none"/>
</g>
<text x="20" y="280" font-family="Verdana" font-size="12" fill="#ffffff">
Underwater Ballroom - The Dance of Light
</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and stars -->
<defs>
<linearGradient id="seaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0a1926;stop-opacity:1" />
</linearGradient>
<radialGradient id="glow" cx="150%" cy="150%" r="100" fx="150%" fy="150%">
<stop offset="0" style="stop-color:#e6f3ff;stop-opacity:0.8" />
<stop offset="1" style="stop-color:#000000;stop-opacity:0" />
</radialGradient>
<path id="jellyfish" d="M150 150c-4.5 0-8.5 3.22-9.44 7.19h2.55l-.09 1.68h-1.65c-.03 1.99-.5 3.92-1.34 5.49l1.82 2.18-1.84 2.18-1.67-2.18c-.47-.94-.88-1.88-.88-2.79v-1.62h2.54l-.06-1.68h-1.63c-.05-1.99-.46-3.92-1.34-5.49l-1.82-2.18 1.84-2.18c.47-.94.88-1.88.88-2.79v-1.62h1.65l.09-1.68h-2.55c.95-4.08 3.9-7.44 7.85-7.44h40c3.95 0 7.9 3.36 7.85 7.44h2.55l.08 1.68h1.65c.03 1.99.5 3.92 1.34 5.49l-1.82 2.18 1.84 2.18c.47.94.88 1.88.88 2.79v1.62h2.54l.06 1.68h1.65c.05 1.99.46 3.92 1.34 5.49l1.82 2.18-1.84 2.18c-.47.94-.88 1.88-.88 2.79v1.62h1.65l-.09 1.68h-2.55c-.95 4.08-3.9 7.44-7.85 7.44h-40c-3.95 0-7.9-3.36-7.85-7.44z"/>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#seaGradient)"/>
<!-- Moonlight effect -->
<circle cx="150" cy="50" r="100" fill="url(#glow)"/>
<!-- Jellyfish -->
<g transform="translate(150 150)">
<!-- Large central jellyfish -->
<use href="#jellyfish" x="-150" y="-150" fill="#e6f3ff" opacity="0.8"/>
<!-- Smaller jellyfish -->
<g opacity="0.6">
<use href="#jellyfish" x="-100" y="-100" fill="#a8e6ff" transform="scale(0.8)"/>
<use href="#jellyfish" x="100" y="-100" fill="#a8e6ff" transform="scale(0.8)"/>
<use href="#jellyfish" x="-50" y="50" fill="#a8e6ff" transform="scale(0.6)"/>
<use href="#jellyfish" x="50" y="50" fill="#a8e6ff" transform="scale(0.6)"/>
</g>
<!-- Glowing trails -->
<path d="M0 0 q 20 50 40 40 t 40 -40 t 40 40 t -20 -50 t -40 0 t -40 40 t -20 50 t 40 40 t 40 -40 t 20 50 t -40 0" fill="none" stroke="#e6f3ff" stroke-width="2" opacity="0.6"/>
</g>
<!-- Decorative elements -->
<g fill="none" stroke="#e6f3ff" stroke-width="1">
<!-- Seaweed -->
<path d="M50 250 q 0 20 15 35 t 30 -15 t 15 35 t -15 15 t -30 -30 t -15 15 t -30 -15 t -15 30z"/>
<path d="M250 250 q 0 20 -15 35 t -30 -15 t -15 35 t 15 15 t 30 -30 t 15 -15 t 30 15 t 15 30z"/>
<!-- Sparkling effects -->
<path d="M100 100 l 20 20 m -20 -20 l 20 20 m 20 -20 l -20 20 m 20 20 l -20 -20"/>
<path d="M200 200 l 20 20 m -20 -20 l 20 20 m 20 -20 l -20 20 m 20 20 l -20 -20"/>
</g>
</svg>
Judge's Analysis
Player 1's image effectively captures the concept of 'bioluminescent jellyfish' with distinct, colorful light forms that evoke a sense of dance and movement.
The composition is clear, with a moonlit ambiance that aligns well with the prompt.
Player 2's image lacks clarity and the depiction of jellyfish, making it less effective in conveying the 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
"Two-headed owl with neon wings under a cosmic night sky"
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"