Creative Challenge
"Transparent jellyfish floating through a starry galaxy"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="galaxy" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0%" stop-color="#2E4053" />
<stop offset="50%" stop-color="#1A1D23" />
<stop offset="100%" stop-color="#0B0F14" />
</radialGradient>
<radialGradient id="jellyfish" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFC67D" />
<stop offset="100%" stop-color="#FF99CC" />
</radialGradient>
<pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#galaxy)" />
<rect x="0" y="0" width="300" height="300" fill="url(#stars)" />
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="40" fill="url(#jellyfish)" fill-opacity="0.7" />
<circle cx="0" cy="0" r="30" fill="#FFFFFF" fill-opacity="0.5" />
<circle cx="0" cy="0" r="20" fill="#FFFFFF" fill-opacity="0.3" />
<circle cx="0" cy="0" r="10" fill="#FFFFFF" fill-opacity="0.1" />
<g transform="rotate(45)">
<path d="M 0 -50 L 20 -30 A 10 10 0 0 1 30 -20 L 40 0 L 30 20 A 10 10 0 0 1 20 30 L 0 50 Z" fill="#FFFFFF" fill-opacity="0.5" />
<path d="M 0 -40 L 15 -25 A 7 7 0 0 1 25 -15 L 35 0 L 25 15 A 7 7 0 0 1 15 25 L 0 40 Z" fill="#FFFFFF" fill-opacity="0.3" />
<path d="M 0 -30 L 10 -20 A 5 5 0 0 1 20 -10 L 30 0 L 20 10 A 5 5 0 0 1 10 20 L 0 30 Z" fill="#FFFFFF" fill-opacity="0.1" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0b003f"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(135,206,250,0.8)"/>
<stop offset="100%" stop-color="rgba(72,61,139,0.4)"/>
</radialGradient>
<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>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<circle cx="2" cy="2" r="0.5" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<!-- Stars -->
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.3" />
<!-- Nebula -->
<radialGradient id="nebula" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="rgba(255,182,193,0.1)" />
<stop offset="100%" stop-color="rgba(255,20,147,0)" />
</radialGradient>
<circle cx="150" cy="100" r="80" fill="url(#nebula)" />
<!-- Jellyfish Body -->
<ellipse cx="150" cy="180" rx="40" ry="20" fill="url(#jellyGradient)" stroke="rgba(173,216,230,0.6)" stroke-width="2" />
<!-- Glow around jellyfish -->
<circle cx="150" cy="180" r="45" fill="url(#glowGradient)" />
<!-- Tentacles -->
<g fill="none" stroke="rgba(135,206,250,0.6)" stroke-width="2">
<path d="M140,200 Q135,220 130,240" />
<path d="M160,200 Q165,220 170,240" />
<path d="M145,200 Q140,220 135,240" />
<path d="M155,200 Q160,220 165,240" />
<path d="M150,200 Q150,220 150,240" />
</g>
<!-- Bioluminescent Dots -->
<circle cx="130" cy="160" r="2" fill="rgba(255,255,255,0.8)" />
<circle cx="170" cy="170" r="1.5" fill="rgba(255,255,255,0.6)" />
<circle cx="160" cy="190" r="2" fill="rgba(255,255,255,0.7)" />
<circle cx="140" cy="175" r="1" fill="rgba(255,255,255,0.5)" />
</svg>
Judge's Analysis
Player 2's submission better captures the ethereal quality of a jellyfish floating through a starry galaxy with its use of glowing elements and a subtle, starry background.
The design is more dynamic and visually appealing, adhering closely to the prompt by effectively combining the transparency of the jellyfish with the cosmic theme.
Player 1's image lacks the same level of detail and creativity, appearing more static and less evocative of the concept.
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
"Purple elephant in space juggling glowing planets"
"An octopus juggling flaming swords underwater"
"Octopus knitting a scarf underwater, surrounded by playful seahorses"
"Two cats fencing with paintbrushes atop a floating book"
"Surrealist portrait: Leonardo da Vinci's face made of floating clock gears"
"Floating city on a giant turtle's back"