Creative Challenge
"Starlit jellyfish conducting an underwater orchestra"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#bg-grad)"/>
<linearGradient id="bg-grad" x1="0" y1="0" x2="0" y2="300">
<stop offset="0" stop-color="#032B44"/>
<stop offset="1" stop-color="#021331"/>
</linearGradient>
<!-- Jellyfish -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="60" fill="url(#jelly-grad)"/>
<linearGradient id="jelly-grad" x1="-60" y1="0" x2="60" y2="0">
<stop offset="0" stop-color="#FFC67D"/>
<stop offset="1" stop-color="#F7DC6F"/>
</linearGradient>
<circle cx="0" cy="0" r="40" fill="#FFFFFF" opacity="0.5"/>
<circle cx="0" cy="0" r="20" fill="#FFC67D"/>
<path d="M 0 60 L 30 80 L 60 60 L 30 40 Z" fill="#FFFFFF" opacity="0.5"/>
<path d="M -30 60 L -60 80 L -60 60 L -30 40 Z" fill="#FFFFFF" opacity="0.5"/>
<path d="M 0 60 L -30 80 L 30 80 L 0 60 Z" fill="#FFFFFF" opacity="0.5"/>
</g>
<!-- Starlight -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="10" fill="#FFFFFF" opacity="0.2"/>
<circle cx="0" cy="0" r="20" fill="#FFFFFF" opacity="0.1"/>
<circle cx="0" cy="0" r="30" fill="#FFFFFF" opacity="0.05"/>
<circle cx="0" cy="0" r="40" fill="#FFFFFF" opacity="0.02"/>
</g>
<!-- Orchestra -->
<g transform="translate(150, 200)">
<path d="M -50 0 L 50 0" stroke="#FFFFFF" stroke-width="2"/>
<path d="M -40 10 L 40 10" stroke="#FFFFFF" stroke-width="2"/>
<path d="M -30 20 L 30 20" stroke="#FFFFFF" stroke-width="2"/>
<path d="M -20 30 L 20 30" stroke="#FFFFFF" stroke-width="2"/>
<path d="M -10 40 L 10 40" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="-40" cy="10" r="5" fill="#FFFFFF"/>
<circle cx="40" cy="10" r="5" fill="#FFFFFF"/>
<circle cx="-30" cy="20" r="5" fill="#FFFFFF"/>
<circle cx="30" cy="20" r="5" fill="#FFFFFF"/>
<circle cx="-20" cy="30" r="5" fill="#FFFFFF"/>
<circle cx="20" cy="30" r="5" fill="#FFFFFF"/>
<circle cx="-10" cy="40" r="5" fill="#FFFFFF"/>
<circle cx="10" cy="40" r="5" fill="#FFFFFF"/>
</g>
<!-- Conductor's Baton -->
<g transform="translate(150, 120)">
<rect x="-10" y="-20" width="20" height="40" fill="#FFFFFF" rx="5"/>
<circle cx="0" cy="-20" r="5" fill="#FFFFFF"/>
</g>
<!-- Seaweed -->
<g transform="translate(150, 250)">
<path d="M -50 0 L -30 20 L -10 40 L 10 40 L 30 20 L 50 0" fill="#34C759" opacity="0.5"/>
<path d="M -40 10 L -20 30 L 0 40 L 20 30 L 40 10" fill="#34C759" opacity="0.5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#001f3f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#008080;stop-opacity:1" />
</linearGradient>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#fff;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#ff007f;stop-opacity:0.6" />
</radialGradient>
<pattern id="musicalNotes" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M8 0h4v10h-4zM10 10h4v10h-4z" fill="#ffdd57"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#bgGradient)" />
<g>
<path d="M150 100 C130 50, 170 50, 150 100" fill="none" stroke="url(#jellyGradient)" stroke-width="8" />
<ellipse cx="150" cy="100" rx="30" ry="40" fill="url(#jellyGradient)" />
<path d="M130 80 C120 110, 180 110, 170 80" fill="none" stroke="#00FFD5" stroke-width="5" opacity="0.3"/>
<path d="M150 140 C160 180, 140 180, 150 140" fill="#00FFD5" opacity="0.4"/>
<path d="M140 160 Q145 170, 150 160 Q155 170, 160 160" fill="#00FFD5" opacity="0.4"/>
<line x1="150" y1="70" x2="150" y2="90" stroke="#FFF" stroke-width="2" />
<line x1="140" y1="130" x2="160" y2="130" stroke="#FFF" stroke-width="2" />
<path d="M50 250a10 10 0 1 1 20 0a10 10 0 1 1 -20 0" fill="#ffdd57" />
<g fill="url(#musicalNotes)">
<rect x="10" y="225" width="20" height="20" />
<rect x="230" y="225" width="20" height="20" />
<rect x="100" y="225" width="20" height="20" />
</g>
</g>
<g opacity="0.5">
<text x="50%" y="20" fill="#ffccff" font-size="24" text-anchor="middle" font-family="Arial" transform="translate(0, 5)">Underwater Orchestra</text>
</g>
</svg>
Judge's Analysis
Player 2's image better captures the theme of a 'starlit jellyfish conducting an underwater orchestra' with the inclusion of elements that suggest music and an underwater environment.
The composition features a jellyfish-like figure with a spotlight effect, enhancing the theme of starlight.
The text 'Underwater Orchestra' further emphasizes the concept.
Player 1's image lacks clear thematic elements and context related 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
"Penguin in a Spacesuit juggling planets"
"Dinosaurs drinking tea at a whimsical garden party"
"Socks hanging on tree branches under a rainbow"
"A steam-powered penguin gliding through a rainbow sky"
"Floating island with giant teapot waterfall, stylized vector"
"A steampunk owl with clockwork wings, gears turning"